Branch indexing > git rev-parse --resolve-git-dir /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59/.git # timeout=10 Setting origin to https://gitlab.eclipse.org/eclipse/hawk/hawk.git > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.20.1' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials ssh://genie.hawk@projects-storage.eclipse.org [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /var/jenkins/caches/git-fd594cdcec6abcca85ef42e4e1346b59@tmp/jenkins-gitclient-ssh12120530675288032366.key Verifying host key using known hosts file > git fetch --tags --force --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 Seen branch in repository origin/27-upgrade-xstream-to-improve-java-15-compatibility Seen branch in repository origin/master Seen 2 remote branches Obtained greycat/Jenkinsfile from 21068c4337e44f17e3c15ac51057fb68af226ddf [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes hawk/hawk-greycat-backend-master-215-1v2rc-666zv-66fhp Still waiting to schedule task ‘hawk-greycat-backend-master-215-1v2rc-666zv-66fhp’ is offline Agent hawk-greycat-backend-master-215-1v2rc-666zv-66fhp is provisioned from template Hawk_Greycat_backend_master_215-1v2rc-666zv --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hawk.svc.cluster.local/hawk/job/Hawk%20Greycat%20backend/job/master/215/" runUrl: "job/Hawk%20Greycat%20backend/job/master/215/" labels: jenkins: "slave" jenkins/label-digest: "9b80067a11368e7b74d0d1591a41c84b5115abd6" jenkins/label: "Hawk_Greycat_backend_master_215-1v2rc" name: "hawk-greycat-backend-master-215-1v2rc-666zv-66fhp" 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-215-1v2rc-666zv-66fhp" - name: "JENKINS_NAME" value: "hawk-greycat-backend-master-215-1v2rc-666zv-66fhp" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.hawk.svc.cluster.local/hawk/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" name: "jnlp" resources: limits: {} requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - emptyDir: medium: "" name: "jenkins-home" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on hawk-greycat-backend-master-215-1v2rc-666zv-66fhp 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-ssh10329711592709577783.key Verifying host key using known hosts file > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipse/hawk/hawk.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 21068c4337e44f17e3c15ac51057fb68af226ddf (master) > git config remote.origin.url https://gitlab.eclipse.org/eclipse/hawk/hawk.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21068c4337e44f17e3c15ac51057fb68af226ddf # timeout=10 Commit message: "sqlite: add implementation and fix tests for isAlive()" > git rev-list --no-walk aa99b2fcaf2a6162f7a114f0c87eab7f53889127 # 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: 12.488 s - in org.eclipse.hawk.greycat.tests.GreycatBackendTestSuite addThenReuseIterable[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 1.001 s getMultipleMatches[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.299 s invalidIndexNames[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.5 s doubleExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.236 s removeByFullKey[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.187 s removeByNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.205 s removeByFieldNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.286 s indexNodeDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.392 s integerRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.389 s integerExact[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.308 s indexKeyAdditionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.655 s removeByNodeMultipleIndicesRemoveAll[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.3 s removeByNodeMultipleIndicesRemoveOne[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.335 s addPreservesPriorValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.314 s addNullMap[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.286 s query[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.315 s removeByNode3Arg[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.322 s removeByFullKeyInt[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.29 s nodeDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.288 s queryWithPipes[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.185 s addNullValue[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.148 s removeByValueNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.116 s indexDeletionRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.256 s deleteRecreate[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.107 s floatingRanges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.127 s removeByFullKeyDouble[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.256 s indexKeyRemovalRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.IndexTest) Time elapsed: 0.46 s testStartTransaction[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.195 s testStartDelete[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.39 s testStartShutdown[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.DatabaseManagementTest) Time elapsed: 0.184 s twoNodesBatchRemoveRel[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.2 s oneNode[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.26 s oneNodeProperty[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.753 s oneNodeRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.183 s oneNodeRemoveRollback[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.22 s escapeInvalidClassCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.122 s escapeInvalidCharactersEdges[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.128 s escapeInvalidFieldCharacters[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.192 s twoNodesBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.2 s oneNodeRemove[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.2 s oneNodeBatch[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.158 s threeNodesRemoveMiddle[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.192 s recreateEdge[Parameters are LevelDB GreyCat](org.eclipse.hawk.backend.tests.GraphPopulationTest) Time elapsed: 0.177 s Running org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite 18:01:47.463 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/agent/workspace/Hawk_Greycat_backend_master/greycat/org.eclipse.hawk.greycat.tests/target/work/configuration/org.eclipse.osgi/113/0/.cp/xstream-1.4.8.jar) to field java.util.TreeMap.comparator WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release 18:01:47.686 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:01:47.686 [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 18:01:47.689 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:01:47.690 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:01:47.695 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:01:47.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:01:47.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:01:47.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:01:47.750 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 18:01:47.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 18:01:47.750 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:01:47.751 [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 18:01:47.866 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:01:47.866 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:01:47.882 [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 18:01:47.882 [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 18:01:47.959 [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 18:01:47.960 [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 18:01:47.962 [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 18:01:47.962 [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 18:01:47.964 [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 18:01:47.964 [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 18:01:47.964 [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 18:01:47.968 [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 18:01:47.968 [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 18:01:47.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 18:01:47.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 18:01:47.969 [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 18:01:47.970 [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 18:01:47.972 [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 18:01:47.972 [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 18:01:47.972 [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 18:01:47.972 [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 18:01:47.973 [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 18:01:47.974 [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 18:01:47.974 [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 18:01:47.976 [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 18:01:47.976 [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 18:01:47.976 [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 18:01:47.976 [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[] 18:01:47.976 [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 18:01:47.979 [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 18:01:47.979 [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 18:01:47.979 [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 18:01:47.980 [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 18:01:47.982 [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 18:01:47.982 [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 18:01:48.083 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:01:48.084 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:01:48.084 [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 18:01:48.158 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:01:48.158 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:01:48.166 [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 18:01:48.166 [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 18:01:48.166 [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 18:01:48.166 [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 18:01:48.166 [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 18:01:48.166 [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 18:01:48.167 [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 18:01:48.167 [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 18:01:48.167 [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 18:01:48.167 [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 18:01:48.167 [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[] 18:01:48.167 [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 18:01:48.167 [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 18:01:48.167 [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 18:01:48.167 [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 18:01:48.167 [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 18:01:48.167 [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 18:01:48.167 [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 18:01:48.167 [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 18:01:48.167 [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 18:01:48.168 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.170 [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 18:01:48.172 [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 18:01:48.172 [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 18:01:48.172 [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 18:01:48.172 [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 18:01:48.172 [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 18:01:48.173 [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 18:01:48.173 [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 18:01:48.173 [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 18:01:48.173 [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 18:01:48.173 [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 18:01:48.173 [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 18:01:48.173 [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 18:01:48.173 [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 18:01:48.173 [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 18:01:48.173 [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 18:01:48.173 [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 18:01:48.173 [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 18:01:48.175 [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 18:01:48.175 [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 18:01:48.175 [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 18:01:48.175 [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[] 18:01:48.175 [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 18:01:48.251 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:01:48.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:01:48.251 [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 18:01:48.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:01:48.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:01:48.259 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:01:48.262 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:01:48.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:01:48.267 [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/hawkSvnRepo13078669404743646371 18:01:56.116 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13078669404743646371:org.eclipse.hawk.svn.SvnManager:false 18:01:56.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:01:56.119 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:01:56.140 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:01:56.141 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:01:56.141 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:01:56.141 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:01:56.141 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:01:56.151 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:01:56.151 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 18:01:56.151 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:01:56.151 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:01:56.154 [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... 18:01:56.154 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s21ms [proxy update] 18:01:56.163 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767305655) of file:///tmp/hawkSvnRepo13078669404743646371 18:01:56.167 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:01:56.174 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:01:56.174 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:01:56.351 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:01:56.351 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:01:56.354 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:01:56.354 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:01:56.366 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:01:56.381 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:01:56.381 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:01:56.381 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:01:56.381 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s31ms [pure insertion] marking any relevant derived attributes for update...18:01:56.381 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:01:56.381 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:01:56.381 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:01:56.382 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:01:56.382 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:01:56.382 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:01:56.382 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:01:56.382 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:01:56.385 [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 !] 18:01:56.658 [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) 18:01:56.658 [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... 18:01:56.659 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s277ms [proxy update] 18:01:56.659 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767308552) of file:///tmp/hawkSvnRepo13078669404743646371 18:01:56.660 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:01:56.664 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:01:56.664 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:01:56.679 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:01:56.679 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:01:56.680 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:01:56.681 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:01:56.681 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:01:56.682 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:01:56.682 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:01:56.760 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s81ms [pure insertion] marking any relevant derived attributes for update...18:01:56.760 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:01:56.761 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:01:56.761 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:01:56.761 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:01:56.762 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:01:56.762 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:01:56.762 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:01:56.762 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:01:56.763 [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 !] 18:01:56.855 [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) 18:01:56.855 [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... 18:01:56.855 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s95ms [proxy update] 18:01:56.856 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767310127) of file:///tmp/hawkSvnRepo13078669404743646371 18:01:56.857 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:01:56.860 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:01:56.860 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:01:56.875 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:01:56.875 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:01:56.876 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:01:56.877 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:01:56.877 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:01:56.877 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:01:56.877 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:01:56.878 [pool-46-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...18:01:56.879 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:01:56.879 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:01:56.879 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:01:56.879 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:01:56.880 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:01:56.880 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:01:56.880 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:01:56.880 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:01:56.880 [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... 18:01:56.880 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:01:56.881 [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 !] 0s92ms [proxy update] 18:01:56.971 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767312121) of file:///tmp/hawkSvnRepo13078669404743646371 18:01:56.972 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:01:56.976 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:01:56.976 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:01:56.990 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:01:56.990 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:01:57.050 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:01:57.051 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:01:57.051 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:01:57.051 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:01:57.051 [pool-46-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:01:57.053 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s63ms [pure insertion] marking any relevant derived attributes for update...18:01:57.053 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:01:57.053 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:01:57.053 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:01:57.053 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:01:57.054 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:01:57.054 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:01:57.054 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:01:57.054 [pool-46-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:01:57.054 [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... 18:01:57.054 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:01:57.055 [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 !] 0s30ms [proxy update] 18:01:57.083 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767314119) of file:///tmp/hawkSvnRepo13078669404743646371 18:01:57.084 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:01:57.084 [pool-46-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 964 ms 18:01:57.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:01:57.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13078669404743646371:org.eclipse.hawk.svn.SvnManager:false 18:01:57.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:01:57.253 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:01:57.256 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:01:57.256 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16825525337984803881/test_revRefNavDerived[LevelDB GreyCat] 18:01:57.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:01:58.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:01:58.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:01:58.384 [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 18:01:58.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:01:58.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:01:58.388 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:01:58.388 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:01:58.388 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:01:58.388 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:01:58.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:01:58.389 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:01:58.389 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:01:58.389 [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 18:01:58.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:01:58.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:01:58.455 [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 18:01:58.456 [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 18:01:58.456 [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 18:01:58.456 [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 18:01:58.456 [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 18:01:58.457 [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 18:01:58.457 [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 18:01:58.457 [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 18:01:58.459 [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 18:01:58.461 [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 18:01:58.461 [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 18:01:58.461 [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[] 18:01:58.463 [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 18:01:58.463 [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 18:01:58.463 [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 18:01:58.463 [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 18:01:58.463 [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 18:01:58.463 [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 18:01:58.463 [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 18:01:58.464 [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 18:01:58.465 [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 18:01:58.467 [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 18:01:58.468 [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 18:01:58.472 [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 18:01:58.473 [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 18:01:58.473 [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 18:01:58.473 [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 18:01:58.474 [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 18:01:58.474 [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 18:01:58.474 [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 18:01:58.474 [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 18:01:58.475 [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 18:01:58.475 [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 18:01:58.555 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:01:58.555 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:01:58.555 [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 18:01:58.561 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:01:58.561 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:01:58.567 [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 18:01:58.567 [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 18:01:58.568 [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 18:01:58.569 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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[] 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.570 [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 18:01:58.572 [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 18:01:58.572 [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 18:01:58.572 [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 18:01:58.572 [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 18:01:58.572 [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 18:01:58.572 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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[] 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.574 [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 18:01:58.575 [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 18:01:58.575 [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 18:01:58.575 [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 18:01:58.651 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:01:58.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:01:58.651 [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 18:01:58.653 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:01:58.653 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:01:58.659 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:01:58.662 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:01:58.662 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:01:58.662 [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; 18:01:58.666 [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/hawkSvnRepo11103703345450788897 18:02:06.119 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11103703345450788897:org.eclipse.hawk.svn.SvnManager:false 18:02:06.121 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:06.121 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:02:06.138 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:06.138 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:06.138 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:06.138 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:06.138 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:06.141 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:06.142 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:02:06.142 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:06.142 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:06.145 [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... 18:02:06.145 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s18ms [proxy update] 18:02:06.157 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767317288) of file:///tmp/hawkSvnRepo11103703345450788897 18:02:06.158 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:06.164 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:06.164 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:06.180 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:06.180 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:06.180 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:02:06.180 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:02:06.190 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:02:06.264 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:02:06.264 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:02:06.265 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:02:06.265 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s85ms [pure insertion] marking any relevant derived attributes for update...18:02:06.265 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:06.265 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:06.265 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:06.265 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:06.266 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:06.266 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:02:06.266 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:06.266 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:06.268 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:02:06.282 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:02:06.371 [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) 18:02:06.372 [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... 18:02:06.372 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s108ms [proxy update] 18:02:06.373 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767318758) of file:///tmp/hawkSvnRepo11103703345450788897 18:02:06.374 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:06.378 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:06.378 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:06.391 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:06.391 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:06.450 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:02:06.450 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:02:06.451 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:06.451 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:06.451 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:06.460 [pool-48-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...18:02:06.460 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:02:06.461 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:02:06.461 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:06.461 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:06.461 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:06.461 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:06.461 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:06.461 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:06.462 [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... 18:02:06.462 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:06.462 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s21ms [proxy update] 18:02:06.482 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767320119) of file:///tmp/hawkSvnRepo11103703345450788897 18:02:06.483 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:06.486 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:06.486 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:06.562 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:06.562 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:06.563 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:02:06.563 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:02:06.563 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:06.563 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:06.563 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:06.576 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:02:06.576 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:02:06.578 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:02:06.578 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:06.578 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:06.579 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:06.579 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:02:06.579 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:06.579 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:06.580 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:02:06.656 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:02:06.750 [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) 18:02:06.751 [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... 18:02:06.751 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:06.752 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s205ms [proxy update] 18:02:06.783 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767322126) of file:///tmp/hawkSvnRepo11103703345450788897 18:02:06.849 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:06.855 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:06.855 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:06.873 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:06.873 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:06.877 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:02:06.878 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:02:06.878 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:06.878 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:06.878 [pool-48-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:06.880 [pool-48-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...18:02:06.880 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:06.880 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:06.880 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:06.880 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:06.881 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:06.881 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:02:06.881 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:06.881 [pool-48-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:06.881 [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... 18:02:06.881 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:06.882 [pool-48-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s91ms [proxy update] 18:02:06.971 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767324117) of file:///tmp/hawkSvnRepo11103703345450788897 18:02:06.972 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:06.973 [pool-48-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 852 ms 18:02:07.077 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:02:07.077 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11103703345450788897:org.eclipse.hawk.svn.SvnManager:false 18:02:07.079 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:07.079 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:02:07.081 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:02:07.081 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14992380555753225863/test_untilAnnotated[LevelDB GreyCat] 18:02:07.083 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:02:08.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:02:08.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:08.376 [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 18:02:08.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:08.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:08.379 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:02:08.379 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:02:08.379 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:02:08.380 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:02:08.380 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:02:08.380 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:02:08.380 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:08.380 [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 18:02:08.388 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:08.389 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:08.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 18:02:08.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 18:02:08.395 [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 18:02:08.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 18:02:08.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 18:02:08.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 18:02:08.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 18:02:08.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 18:02:08.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 18:02:08.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 18:02:08.450 [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 18:02:08.451 [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 18:02:08.452 [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 18:02:08.452 [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 18:02:08.453 [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 18:02:08.453 [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 18:02:08.455 [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 18:02:08.456 [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 18:02:08.456 [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 18:02:08.457 [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 18:02:08.458 [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 18:02:08.460 [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 18:02:08.461 [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 18:02:08.462 [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 18:02:08.463 [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 18:02:08.463 [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 18:02:08.463 [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 18:02:08.463 [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 18:02:08.463 [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 18:02:08.463 [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 18:02:08.463 [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[] 18:02:08.463 [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 18:02:08.463 [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 18:02:08.471 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:02:08.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:08.471 [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 18:02:08.475 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:08.475 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:08.480 [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 18:02:08.480 [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 18:02:08.480 [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 18:02:08.480 [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 18:02:08.480 [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 18:02:08.480 [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 18:02:08.480 [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 18:02:08.481 [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 18:02:08.481 [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 18:02:08.481 [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 18:02:08.481 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.482 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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[] 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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[] 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.549 [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 18:02:08.550 [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 18:02:08.550 [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 18:02:08.550 [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 18:02:08.552 [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 18:02:08.552 [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 18:02:08.552 [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 18:02:08.552 [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 18:02:08.552 [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 18:02:08.552 [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 18:02:08.552 [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 18:02:08.552 [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 18:02:08.552 [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 18:02:08.557 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:02:08.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:08.557 [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 18:02:08.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:08.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:08.564 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:02:08.566 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:02:08.566 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:08.566 [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/hawkSvnRepo15190496184053130478 18:02:12.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15190496184053130478:org.eclipse.hawk.svn.SvnManager:false 18:02:12.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:12.108 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:02:12.119 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:12.120 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:12.120 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:12.120 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:12.120 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:12.122 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:12.122 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:02:12.122 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:12.122 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:12.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... 18:02:12.124 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 18:02:12.128 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767327162) of file:///tmp/hawkSvnRepo15190496184053130478 18:02:12.129 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:12.134 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:12.134 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:12.162 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:12.162 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:12.166 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:02:12.166 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:02:12.178 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:02:12.191 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:02:12.191 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:02:12.191 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:02:12.191 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s29ms [pure insertion] marking any relevant derived attributes for update...18:02:12.191 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:12.191 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:12.191 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:12.191 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:12.192 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:12.192 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:12.192 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:12.192 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:12.251 [pool-50-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:02:12.266 [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) 18:02:12.266 [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... 18:02:12.266 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s76ms [proxy update] 18:02:12.267 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767328656) of file:///tmp/hawkSvnRepo15190496184053130478 18:02:12.268 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:12.272 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:12.272 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:12.351 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:12.351 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:12.352 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:02:12.352 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:02:12.352 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:12.352 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:12.352 [pool-50-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:12.361 [pool-50-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...18:02:12.361 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:12.361 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:12.361 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:12.361 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:12.362 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:12.362 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:02:12.362 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:12.362 [pool-50-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:12.362 [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... 18:02:12.362 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:12.363 [pool-50-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s22ms [proxy update] 18:02:12.383 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767330116) of file:///tmp/hawkSvnRepo15190496184053130478 18:02:12.384 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:12.384 [pool-50-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 276 ms 18:02:12.461 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:02:12.461 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo15190496184053130478:org.eclipse.hawk.svn.SvnManager:false 18:02:12.464 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:12.464 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:02:12.465 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:02:12.466 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6470690471211212715/test_computedForAllVersions[LevelDB GreyCat] 18:02:12.468 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:02:13.319 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:02:13.325 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:13.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 18:02:13.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:13.325 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:13.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:02:13.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:02:13.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:02:13.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:02:13.354 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 18:02:13.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 18:02:13.355 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:13.355 [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 18:02:13.368 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:13.368 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:13.377 [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 18:02:13.377 [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 18:02:13.377 [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 18:02:13.378 [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 18:02:13.378 [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 18:02:13.378 [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 18:02:13.378 [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 18:02:13.381 [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 18:02:13.383 [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 18:02:13.383 [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 18:02:13.384 [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 18:02:13.384 [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 18:02:13.384 [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 18:02:13.384 [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 18:02:13.384 [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 18:02:13.384 [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[] 18:02:13.384 [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 18:02:13.386 [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 18:02:13.386 [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 18:02:13.386 [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 18:02:13.386 [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 18:02:13.386 [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 18:02:13.387 [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 18:02:13.387 [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 18:02:13.387 [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 18:02:13.449 [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 18:02:13.451 [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 18:02:13.455 [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 18:02:13.456 [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 18:02:13.458 [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 18:02:13.458 [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 18:02:13.458 [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 18:02:13.459 [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 18:02:13.466 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:02:13.466 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:13.466 [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 18:02:13.471 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:13.471 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:13.477 [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 18:02:13.477 [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 18:02:13.477 [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 18:02:13.477 [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 18:02:13.477 [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 18:02:13.477 [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 18:02:13.477 [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 18:02:13.477 [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 18:02:13.477 [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 18:02:13.477 [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 18:02:13.477 [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 18:02:13.477 [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 18:02:13.478 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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[] 18:02:13.479 [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[] 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.479 [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 18:02:13.480 [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 18:02:13.481 [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 18:02:13.481 [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 18:02:13.481 [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 18:02:13.481 [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 18:02:13.481 [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 18:02:13.481 [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 18:02:13.481 [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 18:02:13.481 [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 18:02:13.481 [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 18:02:13.481 [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 18:02:13.481 [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 18:02:13.481 [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 18:02:13.482 [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 18:02:13.482 [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 18:02:13.482 [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 18:02:13.482 [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 18:02:13.482 [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 18:02:13.550 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:02:13.550 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:13.550 [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 18:02:13.551 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:13.551 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:13.557 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:02:13.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:02:13.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:13.559 [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; 18:02:13.562 [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/hawkSvnRepo2975977419449584502 18:02:21.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2975977419449584502:org.eclipse.hawk.svn.SvnManager:false 18:02:21.111 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:21.112 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:02:21.123 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:21.124 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:21.124 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:21.124 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:21.124 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:21.126 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:21.126 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:02:21.126 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:21.126 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:21.129 [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... 18:02:21.129 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 18:02:21.133 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767332483) of file:///tmp/hawkSvnRepo2975977419449584502 18:02:21.134 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:21.150 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:21.150 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:21.166 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:21.167 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:21.167 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:02:21.167 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:02:21.175 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:02:21.186 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:02:21.186 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:02:21.187 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:02:21.187 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:02:21.187 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:21.187 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:21.187 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:21.187 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:21.187 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:21.187 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:21.187 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:21.187 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:21.188 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:02:21.261 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:02:21.281 [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) 18:02:21.281 [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... 18:02:21.281 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s95ms [proxy update] 18:02:21.282 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767333654) of file:///tmp/hawkSvnRepo2975977419449584502 18:02:21.283 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:21.351 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:21.352 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:21.365 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:21.365 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:21.365 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:02:21.366 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:02:21.366 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:21.366 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:21.366 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:21.376 [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...18:02:21.376 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:21.376 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:21.377 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:21.377 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:21.377 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:21.377 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:21.377 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:21.377 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:21.377 [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... 18:02:21.377 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:21.378 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s90ms [proxy update] 18:02:21.467 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767335116) of file:///tmp/hawkSvnRepo2975977419449584502 18:02:21.469 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:21.474 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:21.474 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:21.553 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:21.553 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:21.554 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:02:21.554 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:02:21.555 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:21.555 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:21.555 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:21.572 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:02:21.572 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:02:21.574 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:02:21.574 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:21.574 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:21.575 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:21.575 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:02:21.575 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:21.575 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:21.577 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:02:21.657 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:02:21.692 [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) 18:02:21.692 [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... 18:02:21.692 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:21.750 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s230ms [proxy update] 18:02:21.804 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767337117) of file:///tmp/hawkSvnRepo2975977419449584502 18:02:21.805 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:21.851 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:21.851 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:21.863 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:21.863 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:21.866 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:02:21.867 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:02:21.867 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:21.867 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:21.867 [pool-52-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:21.868 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:02:21.868 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:21.869 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:21.869 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:21.869 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:21.869 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:21.869 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:21.869 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:21.869 [pool-52-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:21.869 [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... 18:02:21.869 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:21.869 [pool-52-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s91ms [proxy update] 18:02:21.960 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767339116) of file:///tmp/hawkSvnRepo2975977419449584502 18:02:21.960 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:21.960 [pool-52-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 848 ms 18:02:21.971 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:02:21.971 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2975977419449584502:org.eclipse.hawk.svn.SvnManager:false 18:02:21.975 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:21.975 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:02:21.978 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:02:21.978 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10901934707732338297/test_sinceAnnotated[LevelDB GreyCat] 18:02:21.980 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:02:23.228 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:02:23.231 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:23.232 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:02:23.232 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:23.232 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:23.238 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:02:23.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:02:23.238 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:02:23.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:02:23.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:02:23.239 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:02:23.239 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:23.239 [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 18:02:23.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:23.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:23.260 [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 18:02:23.264 [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[] 18:02:23.264 [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 18:02:23.266 [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 18:02:23.266 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:02:23.266 [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 18:02:23.266 [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 18:02:23.266 [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 18:02:23.268 [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 18:02:23.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:02:23.268 [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 18:02:23.268 [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 18:02:23.268 [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 18:02:23.269 [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 18:02:23.270 [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 18:02:23.270 [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 18:02:23.270 [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 18:02:23.270 [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 18:02:23.270 [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 18:02:23.270 [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 18:02:23.270 [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 18:02:23.271 [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 18:02:23.271 [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 18:02:23.273 [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 18:02:23.275 [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 18:02:23.275 [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 18:02:23.276 [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 18:02:23.276 [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 18:02:23.277 [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 18:02:23.277 [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 18:02:23.277 [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 18:02:23.277 [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 18:02:23.277 [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 18:02:23.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:02:23.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:23.353 [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 18:02:23.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:23.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:23.365 [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 18:02:23.365 [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 18:02:23.365 [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 18:02:23.366 [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 18:02:23.366 [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 18:02:23.366 [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 18:02:23.366 [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 18:02:23.366 [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 18:02:23.366 [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 18:02:23.366 [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 18:02:23.366 [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 18:02:23.367 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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[] 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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 18:02:23.369 [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[] 18:02:23.370 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.371 [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 18:02:23.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:02:23.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:23.375 [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 18:02:23.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:23.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:23.382 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:02:23.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:02:23.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:23.385 [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; 18:02:23.388 [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/hawkSvnRepo18310467466724266233 18:02:31.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo18310467466724266233:org.eclipse.hawk.svn.SvnManager:false 18:02:31.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:31.107 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:02:31.117 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:31.118 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:31.118 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:31.118 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:31.118 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:31.120 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:31.120 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:02:31.120 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:31.120 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:31.122 [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... 18:02:31.122 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 18:02:31.126 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767342063) of file:///tmp/hawkSvnRepo18310467466724266233 18:02:31.127 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:31.133 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:31.133 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:31.157 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:31.157 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:31.157 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:02:31.157 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:02:31.165 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:02:31.178 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:02:31.178 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:02:31.178 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:02:31.178 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:02:31.178 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:31.178 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:31.178 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:31.178 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:31.179 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:31.179 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:02:31.179 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:31.179 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:31.180 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:02:31.189 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:02:31.266 [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) 18:02:31.267 [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... 18:02:31.267 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s89ms [proxy update] 18:02:31.267 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767343476) of file:///tmp/hawkSvnRepo18310467466724266233 18:02:31.268 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:31.271 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:31.271 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:31.283 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:31.284 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:31.284 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:02:31.284 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:02:31.285 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:31.285 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:31.285 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:31.354 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:02:31.354 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:02:31.355 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:02:31.355 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:31.355 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:31.355 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:31.355 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:31.355 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:31.355 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:31.355 [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... 18:02:31.355 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:31.356 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s19ms [proxy update] 18:02:31.374 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767345118) of file:///tmp/hawkSvnRepo18310467466724266233 18:02:31.375 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:31.377 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:31.377 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:31.391 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:31.391 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:31.392 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:02:31.393 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:02:31.393 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:31.393 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:31.393 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:31.465 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s74ms [pure insertion] marking any relevant derived attributes for update...18:02:31.465 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:02:31.467 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:02:31.467 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:31.467 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:31.467 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:31.467 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:31.468 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:31.468 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:31.469 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:02:31.481 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:02:31.583 [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) 18:02:31.584 [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... 18:02:31.584 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:31.585 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s206ms [proxy update] 18:02:31.673 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767347116) of file:///tmp/hawkSvnRepo18310467466724266233 18:02:31.674 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:31.678 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:31.678 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:31.756 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:31.756 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:31.760 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:02:31.760 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:02:31.761 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:31.761 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:31.761 [pool-54-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:31.763 [pool-54-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...18:02:31.763 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:31.763 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:31.764 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:31.764 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:31.764 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:31.764 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:31.764 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:31.764 [pool-54-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:31.764 [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... 18:02:31.764 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:31.765 [pool-54-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s98ms [proxy update] 18:02:31.862 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767349114) of file:///tmp/hawkSvnRepo18310467466724266233 18:02:31.863 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:31.863 [pool-54-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 756 ms 18:02:31.879 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:02:31.879 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo18310467466724266233:org.eclipse.hawk.svn.SvnManager:false 18:02:31.881 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:31.881 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:02:31.883 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:02:31.884 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17563419365817544555/test_beforeAnnotated[LevelDB GreyCat] 18:02:31.885 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:02:32.219 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:02:32.221 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:32.221 [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 18:02:32.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:32.221 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:32.225 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:02:32.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:02:32.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:02:32.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:02:32.225 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:02:32.225 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:02:32.226 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:32.226 [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 18:02:32.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:32.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:32.238 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:02:32.250 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:02:32.251 [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 18:02:32.251 [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 18:02:32.251 [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 18:02:32.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:02:32.252 [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 18:02:32.252 [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 18:02:32.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:02:32.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:02:32.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:02:32.259 [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 18:02:32.259 [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 18:02:32.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:02:32.260 [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 18:02:32.261 [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 18:02:32.261 [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 18:02:32.261 [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 18:02:32.261 [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 18:02:32.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:02:32.261 [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 18:02:32.261 [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 18:02:32.261 [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 18:02:32.261 [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 18:02:32.261 [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 18:02:32.261 [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 18:02:32.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:02:32.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:02:32.262 [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 18:02:32.262 [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 18:02:32.263 [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 18:02:32.263 [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 18:02:32.264 [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 18:02:32.273 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:02:32.273 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:32.273 [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 18:02:32.278 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:32.278 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:32.285 [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 18:02:32.286 [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 18:02:32.286 [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 18:02:32.286 [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 18:02:32.286 [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 18:02:32.286 [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 18:02:32.286 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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[] 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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 18:02:32.287 [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[] 18:02:32.288 [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 18:02:32.288 [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 18:02:32.288 [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 18:02:32.288 [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 18:02:32.288 [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 18:02:32.288 [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 18:02:32.288 [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 18:02:32.288 [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 18:02:32.288 [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 18:02:32.288 [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 18:02:32.288 [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 18:02:32.288 [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 18:02:32.290 [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 18:02:32.290 [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 18:02:32.290 [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 18:02:32.290 [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 18:02:32.290 [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 18:02:32.290 [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 18:02:32.290 [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 18:02:32.290 [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 18:02:32.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:02:32.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:32.353 [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 18:02:32.355 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:32.355 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:32.360 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:02:32.362 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:02:32.362 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:32.363 [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; 18:02:32.365 [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/hawkSvnRepo8086911393118280198 18:02:40.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8086911393118280198:org.eclipse.hawk.svn.SvnManager:false 18:02:40.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:40.108 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:02:40.118 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:40.119 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:40.119 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:40.119 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:40.119 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:40.146 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:40.146 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.027s attempting to resolve any uninitialized derived attributes... 18:02:40.146 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:40.146 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:40.149 [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... 18:02:40.149 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s34ms [proxy update] 18:02:40.153 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767351962) of file:///tmp/hawkSvnRepo8086911393118280198 18:02:40.153 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:40.159 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:40.159 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:40.171 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:40.171 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:40.171 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:02:40.171 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:02:40.178 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:02:40.190 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:02:40.190 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:02:40.190 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:02:40.190 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:02:40.190 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:40.190 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:40.190 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:40.190 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:40.191 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:40.191 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:02:40.191 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:40.191 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:40.250 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:02:40.257 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:02:40.271 [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) 18:02:40.271 [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... 18:02:40.271 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s82ms [proxy update] 18:02:40.272 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767352450) of file:///tmp/hawkSvnRepo8086911393118280198 18:02:40.272 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:40.275 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:40.275 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:40.350 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:40.351 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:40.351 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:02:40.351 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:02:40.351 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:40.351 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:40.351 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:40.358 [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...18:02:40.359 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:40.359 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:40.359 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:40.359 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:40.359 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:40.359 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:40.359 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:40.359 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:40.359 [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... 18:02:40.360 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:40.360 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s16ms [proxy update] 18:02:40.375 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767354299) of file:///tmp/hawkSvnRepo8086911393118280198 18:02:40.376 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:40.378 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:40.378 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:40.388 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:40.388 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:40.388 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:02:40.388 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:02:40.389 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:40.389 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:40.389 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:40.457 [pool-56-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...18:02:40.457 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:02:40.458 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:02:40.458 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:40.458 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:40.459 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:40.459 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:02:40.459 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:40.459 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:40.459 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:02:40.468 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:02:40.487 [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) 18:02:40.487 [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... 18:02:40.487 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:40.487 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s105ms [proxy update] 18:02:40.563 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767356129) of file:///tmp/hawkSvnRepo8086911393118280198 18:02:40.564 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:40.566 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:40.566 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:40.576 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:40.576 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:40.579 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:02:40.579 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:02:40.579 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:40.579 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:40.579 [pool-56-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:40.580 [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...18:02:40.580 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:02:40.581 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:02:40.581 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:40.581 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:40.581 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:40.581 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:40.581 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:40.581 [pool-56-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:40.581 [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... 18:02:40.581 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:40.582 [pool-56-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s86ms [proxy update] 18:02:40.667 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767358225) of file:///tmp/hawkSvnRepo8086911393118280198 18:02:40.668 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:40.668 [pool-56-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 560 ms 18:02:40.679 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:02:40.680 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8086911393118280198:org.eclipse.hawk.svn.SvnManager:false 18:02:40.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:40.682 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:02:40.683 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:02:40.687 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12176734865303378095/test_whenComposability[LevelDB GreyCat] 18:02:40.688 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:02:41.212 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:02:41.216 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:41.216 [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 18:02:41.216 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:41.216 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:41.222 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:02:41.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:02:41.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:02:41.222 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:02:41.222 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:02:41.223 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:41.223 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:02:41.223 [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 18:02:41.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:41.231 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:41.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:02:41.253 [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 18:02:41.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:02:41.255 [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 18:02:41.256 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:02:41.257 [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 18:02:41.257 [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 18:02:41.257 [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 18:02:41.257 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:02:41.258 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:02:41.259 [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 18:02:41.259 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:02:41.260 [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[] 18:02:41.263 [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 18:02:41.263 [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 18:02:41.263 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:02:41.263 [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 18:02:41.264 [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 18:02:41.264 [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 18:02:41.264 [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 18:02:41.264 [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 18:02:41.264 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:02:41.264 [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 18:02:41.264 [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 18:02:41.265 [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 18:02:41.268 [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 18:02:41.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:02:41.268 [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 18:02:41.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:02:41.268 [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 18:02:41.268 [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 18:02:41.268 [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 18:02:41.268 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:02:41.273 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:02:41.274 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:41.274 [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 18:02:41.278 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:41.278 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.284 [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 18:02:41.285 [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 18:02:41.286 [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 18:02:41.286 [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 18:02:41.288 [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 18:02:41.288 [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 18:02:41.288 [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 18:02:41.288 [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 18:02:41.288 [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[] 18:02:41.288 [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 18:02:41.288 [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 18:02:41.288 [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 18:02:41.288 [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 18:02:41.288 [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 18:02:41.288 [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[] 18:02:41.288 [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 18:02:41.288 [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 18:02:41.288 [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 18:02:41.288 [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 18:02:41.288 [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 18:02:41.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:02:41.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:41.353 [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 18:02:41.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:41.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:41.359 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:02:41.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:02:41.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:41.361 [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; 18:02:41.363 [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/hawkSvnRepo2989214003780775649 18:02:49.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2989214003780775649:org.eclipse.hawk.svn.SvnManager:false 18:02:49.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:49.108 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:02:49.118 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:49.118 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:49.118 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:49.118 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:49.118 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:49.120 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:49.120 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:02:49.120 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:49.120 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:49.123 [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... 18:02:49.123 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s9ms [proxy update] 18:02:49.127 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767360760) of file:///tmp/hawkSvnRepo2989214003780775649 18:02:49.127 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:49.133 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:49.133 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:49.149 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:49.149 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:49.149 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:02:49.149 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:02:49.156 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:02:49.167 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:02:49.167 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:02:49.167 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:02:49.167 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s23ms [pure insertion] marking any relevant derived attributes for update...18:02:49.167 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:49.167 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:49.167 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:49.167 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:49.168 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:49.168 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:02:49.168 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:49.168 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:49.168 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:02:49.175 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:02:49.190 [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) 18:02:49.191 [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... 18:02:49.191 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s24ms [proxy update] 18:02:49.191 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767361392) of file:///tmp/hawkSvnRepo2989214003780775649 18:02:49.250 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:49.252 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:49.252 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:49.263 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:49.263 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:49.263 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:02:49.263 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:02:49.263 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:49.263 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:49.263 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:49.271 [pool-58-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...18:02:49.271 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:02:49.272 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:02:49.272 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:49.272 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:49.272 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:49.272 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:49.272 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:49.272 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:49.272 [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... 18:02:49.273 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:49.273 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s79ms [proxy update] 18:02:49.351 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767363115) of file:///tmp/hawkSvnRepo2989214003780775649 18:02:49.352 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:49.355 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:49.355 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:49.368 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:49.368 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:49.368 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:02:49.368 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:02:49.369 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:49.369 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:49.369 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:49.380 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:02:49.380 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:02:49.381 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:02:49.381 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:49.381 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:49.381 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:49.381 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:49.381 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:49.381 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:49.382 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 18:02:49.454 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 18:02:49.474 [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) 18:02:49.474 [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... 18:02:49.474 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:49.474 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.size > 0; 0s171ms [proxy update] 18:02:49.552 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767365112) of file:///tmp/hawkSvnRepo2989214003780775649 18:02:49.553 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:49.555 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:49.555 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:49.565 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:49.565 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:49.567 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:02:49.568 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:02:49.568 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:49.568 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:49.568 [pool-58-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:49.569 [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...18:02:49.569 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:49.569 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:49.569 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:49.569 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:49.569 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:49.569 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:49.569 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:49.569 [pool-58-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:49.569 [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... 18:02:49.569 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:49.570 [pool-58-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.label = 'NowYouSeeMe'; 0s83ms [proxy update] 18:02:49.652 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767367114) of file:///tmp/hawkSvnRepo2989214003780775649 18:02:49.653 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:49.653 [pool-58-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 545 ms 18:02:49.660 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:02:49.660 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2989214003780775649:org.eclipse.hawk.svn.SvnManager:false 18:02:49.662 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:49.662 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:02:49.664 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:02:49.666 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4262652439310269748/test_afterAnnotated[LevelDB GreyCat] 18:02:49.667 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:02:50.212 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:02:50.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:50.214 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:02:50.214 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:50.214 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:50.217 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:02:50.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:02:50.217 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:02:50.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:02:50.218 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:02:50.218 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:02:50.218 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:50.218 [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 18:02:50.224 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:50.224 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:50.230 [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 18:02:50.230 [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 18:02:50.230 [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 18:02:50.231 [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 18:02:50.231 [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 18:02:50.232 [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 18:02:50.233 [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 18:02:50.233 [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 18:02:50.233 [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 18:02:50.234 [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 18:02:50.234 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:02:50.234 [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 18:02:50.234 [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 18:02:50.234 [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 18:02:50.251 [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 18:02:50.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:02:50.251 [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 18:02:50.251 [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 18:02:50.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:02:50.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:02:50.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:02:50.251 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:02:50.253 [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 18:02:50.253 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:02:50.253 [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 18:02:50.255 [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 18:02:50.255 [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 18:02:50.255 [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 18:02:50.255 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:02:50.255 [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[] 18:02:50.255 [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 18:02:50.255 [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 18:02:50.255 [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 18:02:50.260 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:02:50.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:50.260 [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 18:02:50.264 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:50.264 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:50.269 [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[] 18:02:50.269 [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 18:02:50.269 [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 18:02:50.269 [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 18:02:50.269 [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 18:02:50.269 [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 18:02:50.269 [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 18:02:50.269 [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 18:02:50.269 [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 18:02:50.270 [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 18:02:50.271 [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[] 18:02:50.271 [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 18:02:50.271 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.272 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.273 [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 18:02:50.276 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:02:50.277 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:50.277 [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 18:02:50.278 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:02:50.278 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:02:50.282 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:02:50.284 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:02:50.284 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:02:50.284 [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/hawkSvnRepo11942572024660802808 18:02:58.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11942572024660802808:org.eclipse.hawk.svn.SvnManager:false 18:02:58.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:58.107 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:02:58.117 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:58.117 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:58.117 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:58.117 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:58.117 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:58.119 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:58.119 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:02:58.119 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:58.119 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:58.121 [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... 18:02:58.121 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 18:02:58.125 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767369681) of file:///tmp/hawkSvnRepo11942572024660802808 18:02:58.126 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:58.130 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:58.130 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:58.139 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:58.139 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:58.142 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:02:58.142 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:02:58.156 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:02:58.163 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:02:58.163 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:02:58.163 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:02:58.163 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s24ms [pure insertion] marking any relevant derived attributes for update...18:02:58.163 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:58.163 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:58.164 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:58.164 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:58.164 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:58.164 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:58.164 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:58.164 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:58.165 [pool-60-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: var parent = self.eContainer; if (parent.isDefined()) return parent.label; else return ''; property: eContainer not found in metamodel for type: Tree 18:02:58.174 [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) 18:02:58.175 [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... 18:02:58.175 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s11ms [proxy update] 18:02:58.175 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767370362) of file:///tmp/hawkSvnRepo11942572024660802808 18:02:58.175 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:58.177 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:58.177 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:58.187 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:58.187 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:58.187 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:02:58.188 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:02:58.188 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:58.188 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:58.188 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:58.255 [pool-60-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...18:02:58.255 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:02:58.256 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:02:58.256 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:58.256 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:58.256 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:58.256 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:58.256 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:58.256 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:58.257 [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 ''; 18:02:58.272 [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) 18:02:58.272 [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... 18:02:58.272 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s16ms [proxy update] 18:02:58.272 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767372112) of file:///tmp/hawkSvnRepo11942572024660802808 18:02:58.273 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:58.275 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:58.275 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:58.285 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:58.285 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:58.285 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:02:58.286 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:02:58.286 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:58.286 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:58.286 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:58.287 [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...18:02:58.287 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:02:58.287 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:02:58.287 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:58.287 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:58.287 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:58.287 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:58.287 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:58.287 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:58.287 [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... 18:02:58.288 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:58.288 [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 ''; 0s83ms [proxy update] 18:02:58.370 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767374113) of file:///tmp/hawkSvnRepo11942572024660802808 18:02:58.371 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:02:58.375 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:02:58.375 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:02:58.388 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:02:58.388 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:02:58.388 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:02:58.389 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:02:58.389 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:02:58.389 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:02:58.389 [pool-60-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:02:58.390 [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...18:02:58.390 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:02:58.391 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:02:58.391 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:02:58.391 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:02:58.391 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:02:58.391 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:02:58.391 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:02:58.391 [pool-60-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:02:58.392 [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... 18:02:58.392 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:02:58.392 [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 ''; 0s75ms [proxy update] 18:02:58.466 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767376112) of file:///tmp/hawkSvnRepo11942572024660802808 18:02:58.467 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:02:58.467 [pool-60-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 360 ms 18:02:58.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:02:58.471 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11942572024660802808:org.eclipse.hawk.svn.SvnManager:false 18:02:58.473 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:02:58.473 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:02:58.475 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:02:58.475 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13449951108232851658/test_eContainerDerived[LevelDB GreyCat] 18:02:58.477 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:03:00.274 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:03:00.276 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:00.276 [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 18:03:00.276 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:00.276 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:00.280 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:03:00.280 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:03:00.280 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:03:00.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:03:00.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:03:00.281 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:00.281 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:00.281 [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 18:03:00.286 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:00.286 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:00.291 [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 18:03:00.291 [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 18:03:00.291 [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 18:03:00.291 [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 18:03:00.291 [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 18:03:00.291 [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 18:03:00.350 [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 18:03:00.350 [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 18:03:00.350 [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 18:03:00.350 [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 18:03:00.350 [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 18:03:00.351 [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 18:03:00.351 [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 18:03:00.351 [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 18:03:00.351 [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 18:03:00.352 [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 18:03:00.352 [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 18:03:00.352 [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[] 18:03:00.353 [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 18:03:00.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 18:03:00.354 [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 18:03:00.354 [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 18:03:00.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 18:03:00.355 [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 18:03:00.356 [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 18:03:00.356 [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 18:03:00.356 [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 18:03:00.356 [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 18:03:00.356 [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 18:03:00.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 18:03:00.356 [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 18:03:00.357 [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 18:03:00.413 [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 18:03:00.418 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:03:00.418 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:00.418 [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 18:03:00.453 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:00.453 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:00.458 [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 18:03:00.458 [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 18:03:00.459 [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 18:03:00.459 [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 18:03:00.459 [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 18:03:00.459 [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 18:03:00.459 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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[] 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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[] 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.460 [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 18:03:00.464 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:03:00.464 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:00.464 [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 18:03:00.465 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:00.465 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:00.468 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:03:00.470 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:03:00.470 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo10218021224363005607 18:03:05.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10218021224363005607:org.eclipse.hawk.svn.SvnManager:false 18:03:05.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:05.106 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:05.115 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:05.115 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:05.115 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:05.115 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:05.115 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:05.117 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:05.117 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:03:05.117 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:05.117 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:05.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... 18:03:05.119 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:03:05.121 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767379112) of file:///tmp/hawkSvnRepo10218021224363005607 18:03:05.122 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:05.126 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:05.126 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:05.137 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:03:05.137 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:05.140 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:03:05.140 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:03:05.149 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:03:05.153 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:03:05.153 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:03:05.153 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:03:05.153 [pool-62-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...18:03:05.153 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:05.153 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:05.153 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:05.153 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:05.154 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:05.154 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:03:05.154 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:05.154 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:05.154 [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... 18:03:05.154 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:05.154 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767380559) of file:///tmp/hawkSvnRepo10218021224363005607 18:03:05.155 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:05.155 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 49 ms No username/password recorded for the repository file:///tmp/hawkSvnRepo49534727491573647 18:03:05.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10218021224363005607:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo49534727491573647:org.eclipse.hawk.svn.SvnManager:false 18:03:05.159 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:05.160 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:05.164 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:05.164 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:05.164 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:05.164 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:05.164 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:05.164 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:05.164 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:05.164 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:05.164 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:05.164 [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... 18:03:05.164 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:05.164 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767378492) of file:///tmp/hawkSvnRepo49534727491573647 18:03:05.164 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:05.166 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:05.166 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:05.174 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /main.xmi... 18:03:05.174 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:05.174 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:03:05.174 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /main.xmi... 18:03:05.178 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /main.xmi 18:03:05.181 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:03:05.181 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /main.xmi 18:03:05.181 [pool-62-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:03:05.181 [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...18:03:05.181 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:05.181 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:05.181 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:05.181 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:05.182 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:05.182 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:03:05.182 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:05.182 [pool-62-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:05.182 [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... 18:03:05.182 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:05.182 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767383120) of file:///tmp/hawkSvnRepo49534727491573647 18:03:05.183 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:05.183 [pool-62-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 23 ms 18:03:05.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:03:05.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10218021224363005607:org.eclipse.hawk.svn.SvnManager:false adding: file:///tmp/hawkSvnRepo49534727491573647:org.eclipse.hawk.svn.SvnManager:false 18:03:05.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:05.260 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:03:05.262 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:03:05.262 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2035870999460654404/test_testCounts[LevelDB GreyCat] 18:03:05.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:03:05.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:03:05.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:05.514 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:03:05.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:05.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:05.551 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:03:05.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:03:05.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:03:05.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:03:05.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:03:05.552 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:05.552 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:05.552 [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 18:03:05.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:05.559 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:05.564 [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 18:03:05.564 [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 18:03:05.564 [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 18:03:05.564 [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 18:03:05.565 [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 18:03:05.565 [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 18:03:05.565 [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 18:03:05.565 [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 18:03:05.566 [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 18:03:05.566 [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 18:03:05.655 [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[] 18:03:05.655 [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 18:03:05.655 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:03:05.655 [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 18:03:05.656 [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 18:03:05.656 [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 18:03:05.658 [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 18:03:05.659 [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 18:03:05.659 [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 18:03:05.659 [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 18:03:05.659 [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 18:03:05.660 [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 18:03:05.660 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:03:05.660 [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 18:03:05.661 [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 18:03:05.661 [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 18:03:05.661 [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 18:03:05.661 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:03:05.661 [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 18:03:05.661 [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 18:03:05.661 [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 18:03:05.661 [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 18:03:05.661 [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 18:03:05.666 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:03:05.666 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:05.666 [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 18:03:05.670 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:05.670 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:05.674 [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 18:03:05.674 [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 18:03:05.675 [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 18:03:05.675 [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 18:03:05.675 [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 18:03:05.675 [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 18:03:05.675 [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 18:03:05.675 [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 18:03:05.675 [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 18:03:05.675 [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 18:03:05.675 [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 18:03:05.675 [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[] 18:03:05.675 [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 18:03:05.675 [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 18:03:05.676 [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 18:03:05.676 [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 18:03:05.676 [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 18:03:05.676 [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 18:03:05.676 [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 18:03:05.676 [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 18:03:05.676 [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 18:03:05.676 [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[] 18:03:05.676 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.677 [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 18:03:05.680 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:03:05.680 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:05.680 [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 18:03:05.681 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:05.681 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:05.751 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:03:05.752 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:03:05.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:05.782 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 130 bytes 18:03:05.782 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:05.783 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, size=130, fileKey=(dev=804,ino=206580944) 18:03:05.852 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, --version],/usr/bin 18:03:05.854 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'git version 2.30.2' 18:03:05.855 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 18:03:05.855 [main] DEBUG org.eclipse.jgit.util.FS - readpipe [/usr/bin/git, config, --system, --show-origin, --list, -z],/usr/bin 18:03:05.857 [main] DEBUG org.eclipse.jgit.util.FS - readpipe may return 'null' 18:03:05.857 [main] DEBUG org.eclipse.jgit.util.FS - remaining output: 18:03:05.866 [main] DEBUG org.eclipse.jgit.util.FS - readpipe rc=128 18:03:05.866 [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 ' 18:03:05.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.867 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:03:05.867 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.gitconfig] 18:03:05.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:05.874462000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385874462000 ns, racy<=2500000000 ns 18:03:05.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:05.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:05.874462000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385874462000 ns, racy<=2500000000 ns 18:03:05.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:05.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:05.874462000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385874462000 ns, racy<=2500000000 ns 18:03:05.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:05.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:05.874462000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385874462000 ns, racy<=2500000000 ns 18:03:05.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:05.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:05.874462000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385874462000 ns, racy<=2500000000 ns 18:03:05.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:05.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.954 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:05.874462000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385874462000 ns, racy<=2500000000 ns 18:03:05.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:05.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:05.874462000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385874462000 ns, racy<=2500000000 ns 18:03:05.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:05.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.955 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:05.874462000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385874462000 ns, racy<=2500000000 ns 18:03:05.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:05.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:05.874462000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385874462000 ns, racy<=2500000000 ns 18:03:05.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:05.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:05.959795000, lastModified=2023-03-25 18:03:05.958251000, size=23, fileKey=(dev=200051,ino=1868639961) 18:03:05.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:05.966150000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:05.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:05.967511000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:05.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:05.968129000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:05.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:05.968129000, lastModified=2023-03-25 18:03:05.965252000, delta=2877000 ns, racy<=2500000000 ns 18:03:05.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is racily clean 18:03:05.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:05.968682000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:05.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:05.968682000, lastModified=2023-03-25 18:03:05.965252000, delta=3430000 ns, racy<=2500000000 ns 18:03:05.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:05.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:05.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:05.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:05.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:05.968682000, lastModified=2023-03-25 18:03:05.965252000, delta=3430000 ns, racy<=2500000000 ns 18:03:05.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is racily clean 18:03:05.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:05.987238000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:05.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:05.987238000, lastModified=2023-03-25 18:03:05.965252000, delta=21986000 ns, racy<=2500000000 ns 18:03:06.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:06.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:06.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:06.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:06.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:05.987238000, lastModified=2023-03-25 18:03:05.965252000, delta=21986000 ns, racy<=2500000000 ns 18:03:06.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is racily clean 18:03:06.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:06.055716000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:06.055 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:06.055716000, lastModified=2023-03-25 18:03:05.965252000, delta=90464000 ns, racy<=2500000000 ns 18:03:06.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:06.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:06.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:06.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:06.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:06.055716000, lastModified=2023-03-25 18:03:05.965252000, delta=90464000 ns, racy<=2500000000 ns 18:03:06.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is racily clean 18:03:06.057 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:06.057842000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:06.058 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:06.057842000, lastModified=2023-03-25 18:03:05.965252000, delta=92590000 ns, racy<=2500000000 ns 18:03:06.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:06.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:06.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:06.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:06.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:06.057842000, lastModified=2023-03-25 18:03:05.965252000, delta=92590000 ns, racy<=2500000000 ns 18:03:06.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is racily clean 18:03:06.060 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:06.060855000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:06.061 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:06.060855000, lastModified=2023-03-25 18:03:05.965252000, delta=95603000 ns, racy<=2500000000 ns 18:03:06.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:06.065 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:06.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:06.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:06.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:06.060855000, lastModified=2023-03-25 18:03:05.965252000, delta=95603000 ns, racy<=2500000000 ns 18:03:06.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is racily clean 18:03:06.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:06.066220000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:06.066 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:06.066220000, lastModified=2023-03-25 18:03:05.965252000, delta=100968000 ns, racy<=2500000000 ns 18:03:06.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:03:06.069 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, size=6, fileKey=(dev=200051,ino=1878030673) 18:03:06.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:06.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:06.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:06.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:06.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure timestamp resolution / (overlay) in /tmp/junit13489071046579725140/.git/objects 18:03:06.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: end measure timestamp resolution / (overlay) in /tmp/junit13489071046579725140/.git/objects; got PT0.000006S 18:03:06.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - Thread[JGit-FileStoreAttributeReader-1,5,main]: start measure minimal racy interval in /tmp/junit13489071046579725140/.git/objects 18:03:06.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.073192000, lastModified=2023-03-25 18:03:06.072254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.073192000, lastModified=2023-03-25 18:03:06.072254000, delta=938000 ns, racy<=15000 ns 18:03:06.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.074677000, lastModified=2023-03-25 18:03:06.073254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.073254000 to 2023-03-25 18:03:06.074254000 18:03:06.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.075293000, lastModified=2023-03-25 18:03:06.074254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.075293000, lastModified=2023-03-25 18:03:06.074254000, delta=1039000 ns, racy<=15000 ns 18:03:06.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.075871000, lastModified=2023-03-25 18:03:06.074254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.074254000 to 2023-03-25 18:03:06.075254000 18:03:06.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.076385000, lastModified=2023-03-25 18:03:06.075254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.076385000, lastModified=2023-03-25 18:03:06.075254000, delta=1131000 ns, racy<=15000 ns 18:03:06.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.076924000, lastModified=2023-03-25 18:03:06.075254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.075254000 to 2023-03-25 18:03:06.076254000 18:03:06.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.077432000, lastModified=2023-03-25 18:03:06.076254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.077432000, lastModified=2023-03-25 18:03:06.076254000, delta=1178000 ns, racy<=15000 ns 18:03:06.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.077975000, lastModified=2023-03-25 18:03:06.077254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.077975000, lastModified=2023-03-25 18:03:06.077254000, delta=721000 ns, racy<=15000 ns 18:03:06.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.078509000, lastModified=2023-03-25 18:03:06.077254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.078509000, lastModified=2023-03-25 18:03:06.077254000, delta=1255000 ns, racy<=15000 ns 18:03:06.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.079049000, lastModified=2023-03-25 18:03:06.078254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.079049000, lastModified=2023-03-25 18:03:06.078254000, delta=795000 ns, racy<=15000 ns 18:03:06.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.079738000, lastModified=2023-03-25 18:03:06.078254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.078254000 to 2023-03-25 18:03:06.079254000 18:03:06.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.080335000, lastModified=2023-03-25 18:03:06.079254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.080335000, lastModified=2023-03-25 18:03:06.079254000, delta=1081000 ns, racy<=15000 ns 18:03:06.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.080975000, lastModified=2023-03-25 18:03:06.080254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.080975000, lastModified=2023-03-25 18:03:06.080254000, delta=721000 ns, racy<=15000 ns 18:03:06.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.081551000, lastModified=2023-03-25 18:03:06.080254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.081551000, lastModified=2023-03-25 18:03:06.080254000, delta=1297000 ns, racy<=15000 ns 18:03:06.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.082110000, lastModified=2023-03-25 18:03:06.081254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.082110000, lastModified=2023-03-25 18:03:06.081254000, delta=856000 ns, racy<=15000 ns 18:03:06.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.082 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.082680000, lastModified=2023-03-25 18:03:06.081254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.081254000 to 2023-03-25 18:03:06.082254000 18:03:06.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.083194000, lastModified=2023-03-25 18:03:06.082254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.083194000, lastModified=2023-03-25 18:03:06.082254000, delta=940000 ns, racy<=15000 ns 18:03:06.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.083750000, lastModified=2023-03-25 18:03:06.082254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.082254000 to 2023-03-25 18:03:06.083254000 18:03:06.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.084277000, lastModified=2023-03-25 18:03:06.083254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.084277000, lastModified=2023-03-25 18:03:06.083254000, delta=1023000 ns, racy<=15000 ns 18:03:06.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.084821000, lastModified=2023-03-25 18:03:06.083254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.083254000 to 2023-03-25 18:03:06.084254000 18:03:06.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.085346000, lastModified=2023-03-25 18:03:06.084254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.085346000, lastModified=2023-03-25 18:03:06.084254000, delta=1092000 ns, racy<=15000 ns 18:03:06.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.085903000, lastModified=2023-03-25 18:03:06.084254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.084254000 to 2023-03-25 18:03:06.085254000 18:03:06.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.086402000, lastModified=2023-03-25 18:03:06.085254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.086402000, lastModified=2023-03-25 18:03:06.085254000, delta=1148000 ns, racy<=15000 ns 18:03:06.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.086966000, lastModified=2023-03-25 18:03:06.086254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.086966000, lastModified=2023-03-25 18:03:06.086254000, delta=712000 ns, racy<=15000 ns 18:03:06.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.087526000, lastModified=2023-03-25 18:03:06.086254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.087526000, lastModified=2023-03-25 18:03:06.086254000, delta=1272000 ns, racy<=15000 ns 18:03:06.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.088068000, lastModified=2023-03-25 18:03:06.087254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.088068000, lastModified=2023-03-25 18:03:06.087254000, delta=814000 ns, racy<=15000 ns 18:03:06.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.088631000, lastModified=2023-03-25 18:03:06.087254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.088631000, lastModified=2023-03-25 18:03:06.087254000, delta=1377000 ns, racy<=15000 ns 18:03:06.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.089182000, lastModified=2023-03-25 18:03:06.088254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.089182000, lastModified=2023-03-25 18:03:06.088254000, delta=928000 ns, racy<=15000 ns 18:03:06.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.089774000, lastModified=2023-03-25 18:03:06.088254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.088254000 to 2023-03-25 18:03:06.089254000 18:03:06.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.090306000, lastModified=2023-03-25 18:03:06.089254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.090306000, lastModified=2023-03-25 18:03:06.089254000, delta=1052000 ns, racy<=15000 ns 18:03:06.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.090854000, lastModified=2023-03-25 18:03:06.089254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.089254000 to 2023-03-25 18:03:06.090254000 18:03:06.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.091345000, lastModified=2023-03-25 18:03:06.090254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.091345000, lastModified=2023-03-25 18:03:06.090254000, delta=1091000 ns, racy<=15000 ns 18:03:06.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.091870000, lastModified=2023-03-25 18:03:06.090254000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.090254000 to 2023-03-25 18:03:06.091254000 18:03:06.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.149793000, lastModified=2023-03-25 18:03:06.148256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.148256000 to 2023-03-25 18:03:06.149256000 18:03:06.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.150491000, lastModified=2023-03-25 18:03:06.149256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.150491000, lastModified=2023-03-25 18:03:06.149256000, delta=1235000 ns, racy<=15000 ns 18:03:06.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.151100000, lastModified=2023-03-25 18:03:06.150256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.151100000, lastModified=2023-03-25 18:03:06.150256000, delta=844000 ns, racy<=15000 ns 18:03:06.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.151696000, lastModified=2023-03-25 18:03:06.150256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.150256000 to 2023-03-25 18:03:06.151256000 18:03:06.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.152237000, lastModified=2023-03-25 18:03:06.151256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.152237000, lastModified=2023-03-25 18:03:06.151256000, delta=981000 ns, racy<=15000 ns 18:03:06.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.152823000, lastModified=2023-03-25 18:03:06.151256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.151256000 to 2023-03-25 18:03:06.152256000 18:03:06.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.153340000, lastModified=2023-03-25 18:03:06.152256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.153340000, lastModified=2023-03-25 18:03:06.152256000, delta=1084000 ns, racy<=15000 ns 18:03:06.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.153882000, lastModified=2023-03-25 18:03:06.152256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.152256000 to 2023-03-25 18:03:06.153256000 18:03:06.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.154391000, lastModified=2023-03-25 18:03:06.153256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.154391000, lastModified=2023-03-25 18:03:06.153256000, delta=1135000 ns, racy<=15000 ns 18:03:06.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.154965000, lastModified=2023-03-25 18:03:06.153256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.153256000 to 2023-03-25 18:03:06.154256000 18:03:06.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.155481000, lastModified=2023-03-25 18:03:06.154256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.155481000, lastModified=2023-03-25 18:03:06.154256000, delta=1225000 ns, racy<=15000 ns 18:03:06.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.156066000, lastModified=2023-03-25 18:03:06.155256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.156066000, lastModified=2023-03-25 18:03:06.155256000, delta=810000 ns, racy<=15000 ns 18:03:06.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.156623000, lastModified=2023-03-25 18:03:06.155256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.156623000, lastModified=2023-03-25 18:03:06.155256000, delta=1367000 ns, racy<=15000 ns 18:03:06.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.157157000, lastModified=2023-03-25 18:03:06.156256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.157157000, lastModified=2023-03-25 18:03:06.156256000, delta=901000 ns, racy<=15000 ns 18:03:06.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.157704000, lastModified=2023-03-25 18:03:06.156256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.156256000 to 2023-03-25 18:03:06.157256000 18:03:06.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.158219000, lastModified=2023-03-25 18:03:06.157256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.158219000, lastModified=2023-03-25 18:03:06.157256000, delta=963000 ns, racy<=15000 ns 18:03:06.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.158784000, lastModified=2023-03-25 18:03:06.157256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.157256000 to 2023-03-25 18:03:06.158256000 18:03:06.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.159310000, lastModified=2023-03-25 18:03:06.158256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.159310000, lastModified=2023-03-25 18:03:06.158256000, delta=1054000 ns, racy<=15000 ns 18:03:06.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.159827000, lastModified=2023-03-25 18:03:06.158256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.158256000 to 2023-03-25 18:03:06.159256000 18:03:06.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.164408000, lastModified=2023-03-25 18:03:06.163256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.164408000, lastModified=2023-03-25 18:03:06.163256000, delta=1152000 ns, racy<=15000 ns 18:03:06.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.164984000, lastModified=2023-03-25 18:03:06.164256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.164984000, lastModified=2023-03-25 18:03:06.164256000, delta=728000 ns, racy<=15000 ns 18:03:06.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.165528000, lastModified=2023-03-25 18:03:06.164256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.165528000, lastModified=2023-03-25 18:03:06.164256000, delta=1272000 ns, racy<=15000 ns 18:03:06.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.166057000, lastModified=2023-03-25 18:03:06.165256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.166057000, lastModified=2023-03-25 18:03:06.165256000, delta=801000 ns, racy<=15000 ns 18:03:06.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.166591000, lastModified=2023-03-25 18:03:06.165256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.166591000, lastModified=2023-03-25 18:03:06.165256000, delta=1335000 ns, racy<=15000 ns 18:03:06.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.167158000, lastModified=2023-03-25 18:03:06.166256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.167158000, lastModified=2023-03-25 18:03:06.166256000, delta=902000 ns, racy<=15000 ns 18:03:06.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.167716000, lastModified=2023-03-25 18:03:06.166256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.166256000 to 2023-03-25 18:03:06.167256000 18:03:06.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.168210000, lastModified=2023-03-25 18:03:06.167256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.168210000, lastModified=2023-03-25 18:03:06.167256000, delta=954000 ns, racy<=15000 ns 18:03:06.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.168742000, lastModified=2023-03-25 18:03:06.167256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.167256000 to 2023-03-25 18:03:06.168256000 18:03:06.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.169247000, lastModified=2023-03-25 18:03:06.168256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.169247000, lastModified=2023-03-25 18:03:06.168256000, delta=991000 ns, racy<=15000 ns 18:03:06.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.169775000, lastModified=2023-03-25 18:03:06.168256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.168256000 to 2023-03-25 18:03:06.169256000 18:03:06.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.170291000, lastModified=2023-03-25 18:03:06.169256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.170291000, lastModified=2023-03-25 18:03:06.169256000, delta=1035000 ns, racy<=15000 ns 18:03:06.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.170807000, lastModified=2023-03-25 18:03:06.169256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.169256000 to 2023-03-25 18:03:06.170256000 18:03:06.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.171363000, lastModified=2023-03-25 18:03:06.170256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.171363000, lastModified=2023-03-25 18:03:06.170256000, delta=1107000 ns, racy<=15000 ns 18:03:06.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.171944000, lastModified=2023-03-25 18:03:06.170256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.170256000 to 2023-03-25 18:03:06.171256000 18:03:06.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.172419000, lastModified=2023-03-25 18:03:06.171256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.172419000, lastModified=2023-03-25 18:03:06.171256000, delta=1163000 ns, racy<=15000 ns 18:03:06.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.172925000, lastModified=2023-03-25 18:03:06.171256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.171256000 to 2023-03-25 18:03:06.172256000 18:03:06.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.173374000, lastModified=2023-03-25 18:03:06.172256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.173374000, lastModified=2023-03-25 18:03:06.172256000, delta=1118000 ns, racy<=15000 ns 18:03:06.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.173840000, lastModified=2023-03-25 18:03:06.172256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.172256000 to 2023-03-25 18:03:06.173256000 18:03:06.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.174269000, lastModified=2023-03-25 18:03:06.173256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.174269000, lastModified=2023-03-25 18:03:06.173256000, delta=1013000 ns, racy<=15000 ns 18:03:06.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.174748000, lastModified=2023-03-25 18:03:06.173256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.173256000 to 2023-03-25 18:03:06.174256000 18:03:06.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.175181000, lastModified=2023-03-25 18:03:06.174256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.175181000, lastModified=2023-03-25 18:03:06.174256000, delta=925000 ns, racy<=15000 ns 18:03:06.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.175641000, lastModified=2023-03-25 18:03:06.174256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.175641000, lastModified=2023-03-25 18:03:06.174256000, delta=1385000 ns, racy<=15000 ns 18:03:06.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.176112000, lastModified=2023-03-25 18:03:06.175256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.176112000, lastModified=2023-03-25 18:03:06.175256000, delta=856000 ns, racy<=15000 ns 18:03:06.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.176584000, lastModified=2023-03-25 18:03:06.175256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.176584000, lastModified=2023-03-25 18:03:06.175256000, delta=1328000 ns, racy<=15000 ns 18:03:06.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.177095000, lastModified=2023-03-25 18:03:06.176256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.177095000, lastModified=2023-03-25 18:03:06.176256000, delta=839000 ns, racy<=15000 ns 18:03:06.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.177587000, lastModified=2023-03-25 18:03:06.176256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.177587000, lastModified=2023-03-25 18:03:06.176256000, delta=1331000 ns, racy<=15000 ns 18:03:06.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.178086000, lastModified=2023-03-25 18:03:06.177256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.178086000, lastModified=2023-03-25 18:03:06.177256000, delta=830000 ns, racy<=15000 ns 18:03:06.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.178595000, lastModified=2023-03-25 18:03:06.177256000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.178595000, lastModified=2023-03-25 18:03:06.177256000, delta=1339000 ns, racy<=15000 ns 18:03:06.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.179087000, lastModified=2023-03-25 18:03:06.178257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.179087000, lastModified=2023-03-25 18:03:06.178257000, delta=830000 ns, racy<=15000 ns 18:03:06.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.179629000, lastModified=2023-03-25 18:03:06.178257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.179629000, lastModified=2023-03-25 18:03:06.178257000, delta=1372000 ns, racy<=15000 ns 18:03:06.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.180139000, lastModified=2023-03-25 18:03:06.179257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.180139000, lastModified=2023-03-25 18:03:06.179257000, delta=882000 ns, racy<=15000 ns 18:03:06.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.180664000, lastModified=2023-03-25 18:03:06.179257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.179257000 to 2023-03-25 18:03:06.180257000 18:03:06.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.181183000, lastModified=2023-03-25 18:03:06.180257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.181183000, lastModified=2023-03-25 18:03:06.180257000, delta=926000 ns, racy<=15000 ns 18:03:06.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.181728000, lastModified=2023-03-25 18:03:06.180257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.180257000 to 2023-03-25 18:03:06.181257000 18:03:06.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.182224000, lastModified=2023-03-25 18:03:06.181257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.182224000, lastModified=2023-03-25 18:03:06.181257000, delta=967000 ns, racy<=15000 ns 18:03:06.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.182731000, lastModified=2023-03-25 18:03:06.181257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.181257000 to 2023-03-25 18:03:06.182257000 18:03:06.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.183185000, lastModified=2023-03-25 18:03:06.182257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.183185000, lastModified=2023-03-25 18:03:06.182257000, delta=928000 ns, racy<=15000 ns 18:03:06.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.183666000, lastModified=2023-03-25 18:03:06.182257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.183666000, lastModified=2023-03-25 18:03:06.182257000, delta=1409000 ns, racy<=15000 ns 18:03:06.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.184142000, lastModified=2023-03-25 18:03:06.183257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.184142000, lastModified=2023-03-25 18:03:06.183257000, delta=885000 ns, racy<=15000 ns 18:03:06.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.184712000, lastModified=2023-03-25 18:03:06.183257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.183257000 to 2023-03-25 18:03:06.184257000 18:03:06.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.185390000, lastModified=2023-03-25 18:03:06.184257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.185390000, lastModified=2023-03-25 18:03:06.184257000, delta=1133000 ns, racy<=15000 ns 18:03:06.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.185870000, lastModified=2023-03-25 18:03:06.184257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.184257000 to 2023-03-25 18:03:06.185257000 18:03:06.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.186316000, lastModified=2023-03-25 18:03:06.185257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.186316000, lastModified=2023-03-25 18:03:06.185257000, delta=1059000 ns, racy<=15000 ns 18:03:06.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.186 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.186760000, lastModified=2023-03-25 18:03:06.185257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.185257000 to 2023-03-25 18:03:06.186257000 18:03:06.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.187173000, lastModified=2023-03-25 18:03:06.186257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.187173000, lastModified=2023-03-25 18:03:06.186257000, delta=916000 ns, racy<=15000 ns 18:03:06.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.187619000, lastModified=2023-03-25 18:03:06.186257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.187619000, lastModified=2023-03-25 18:03:06.186257000, delta=1362000 ns, racy<=15000 ns 18:03:06.187 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.188075000, lastModified=2023-03-25 18:03:06.187257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.188075000, lastModified=2023-03-25 18:03:06.187257000, delta=818000 ns, racy<=15000 ns 18:03:06.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.188542000, lastModified=2023-03-25 18:03:06.187257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.188542000, lastModified=2023-03-25 18:03:06.187257000, delta=1285000 ns, racy<=15000 ns 18:03:06.188 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.189019000, lastModified=2023-03-25 18:03:06.188257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.189019000, lastModified=2023-03-25 18:03:06.188257000, delta=762000 ns, racy<=15000 ns 18:03:06.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.189472000, lastModified=2023-03-25 18:03:06.188257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.189472000, lastModified=2023-03-25 18:03:06.188257000, delta=1215000 ns, racy<=15000 ns 18:03:06.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.193834000, lastModified=2023-03-25 18:03:06.188257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.188257000 to 2023-03-25 18:03:06.193257000 18:03:06.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.194290000, lastModified=2023-03-25 18:03:06.193257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.194290000, lastModified=2023-03-25 18:03:06.193257000, delta=1033000 ns, racy<=15000 ns 18:03:06.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.194739000, lastModified=2023-03-25 18:03:06.193257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.193257000 to 2023-03-25 18:03:06.194257000 18:03:06.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.195137000, lastModified=2023-03-25 18:03:06.194257000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.195137000, lastModified=2023-03-25 18:03:06.194257000, delta=880000 ns, racy<=15000 ns 18:03:06.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.249842000, lastModified=2023-03-25 18:03:06.248258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.248258000 to 2023-03-25 18:03:06.249258000 18:03:06.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.250376000, lastModified=2023-03-25 18:03:06.249258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.250376000, lastModified=2023-03-25 18:03:06.249258000, delta=1118000 ns, racy<=15000 ns 18:03:06.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.250871000, lastModified=2023-03-25 18:03:06.249258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.249258000 to 2023-03-25 18:03:06.250258000 18:03:06.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.251274000, lastModified=2023-03-25 18:03:06.250258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.251274000, lastModified=2023-03-25 18:03:06.250258000, delta=1016000 ns, racy<=15000 ns 18:03:06.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.251714000, lastModified=2023-03-25 18:03:06.250258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.251714000, lastModified=2023-03-25 18:03:06.250258000, delta=1456000 ns, racy<=15000 ns 18:03:06.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.252152000, lastModified=2023-03-25 18:03:06.251258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.252152000, lastModified=2023-03-25 18:03:06.251258000, delta=894000 ns, racy<=15000 ns 18:03:06.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.252570000, lastModified=2023-03-25 18:03:06.251258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.252570000, lastModified=2023-03-25 18:03:06.251258000, delta=1312000 ns, racy<=15000 ns 18:03:06.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.253029000, lastModified=2023-03-25 18:03:06.252258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.253029000, lastModified=2023-03-25 18:03:06.252258000, delta=771000 ns, racy<=15000 ns 18:03:06.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.253475000, lastModified=2023-03-25 18:03:06.252258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.253475000, lastModified=2023-03-25 18:03:06.252258000, delta=1217000 ns, racy<=15000 ns 18:03:06.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.253916000, lastModified=2023-03-25 18:03:06.252258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.252258000 to 2023-03-25 18:03:06.253258000 18:03:06.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.254314000, lastModified=2023-03-25 18:03:06.253258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.254314000, lastModified=2023-03-25 18:03:06.253258000, delta=1056000 ns, racy<=15000 ns 18:03:06.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.254759000, lastModified=2023-03-25 18:03:06.253258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.253258000 to 2023-03-25 18:03:06.254258000 18:03:06.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.255137000, lastModified=2023-03-25 18:03:06.254258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.255137000, lastModified=2023-03-25 18:03:06.254258000, delta=879000 ns, racy<=15000 ns 18:03:06.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.255572000, lastModified=2023-03-25 18:03:06.254258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.255572000, lastModified=2023-03-25 18:03:06.254258000, delta=1314000 ns, racy<=15000 ns 18:03:06.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.256019000, lastModified=2023-03-25 18:03:06.255258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.256019000, lastModified=2023-03-25 18:03:06.255258000, delta=761000 ns, racy<=15000 ns 18:03:06.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.256466000, lastModified=2023-03-25 18:03:06.255258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.256466000, lastModified=2023-03-25 18:03:06.255258000, delta=1208000 ns, racy<=15000 ns 18:03:06.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.256914000, lastModified=2023-03-25 18:03:06.255258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.255258000 to 2023-03-25 18:03:06.256258000 18:03:06.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.257362000, lastModified=2023-03-25 18:03:06.256258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.257362000, lastModified=2023-03-25 18:03:06.256258000, delta=1104000 ns, racy<=15000 ns 18:03:06.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.257835000, lastModified=2023-03-25 18:03:06.256258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.256258000 to 2023-03-25 18:03:06.257258000 18:03:06.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.258269000, lastModified=2023-03-25 18:03:06.257258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.258269000, lastModified=2023-03-25 18:03:06.257258000, delta=1011000 ns, racy<=15000 ns 18:03:06.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.258697000, lastModified=2023-03-25 18:03:06.257258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.258697000, lastModified=2023-03-25 18:03:06.257258000, delta=1439000 ns, racy<=15000 ns 18:03:06.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.259176000, lastModified=2023-03-25 18:03:06.258258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.259176000, lastModified=2023-03-25 18:03:06.258258000, delta=918000 ns, racy<=15000 ns 18:03:06.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.259650000, lastModified=2023-03-25 18:03:06.258258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.259650000, lastModified=2023-03-25 18:03:06.258258000, delta=1392000 ns, racy<=15000 ns 18:03:06.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.260126000, lastModified=2023-03-25 18:03:06.259258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.260126000, lastModified=2023-03-25 18:03:06.259258000, delta=868000 ns, racy<=15000 ns 18:03:06.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.260546000, lastModified=2023-03-25 18:03:06.259258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.260546000, lastModified=2023-03-25 18:03:06.259258000, delta=1288000 ns, racy<=15000 ns 18:03:06.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.260958000, lastModified=2023-03-25 18:03:06.260258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.260958000, lastModified=2023-03-25 18:03:06.260258000, delta=700000 ns, racy<=15000 ns 18:03:06.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.261383000, lastModified=2023-03-25 18:03:06.260258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.261383000, lastModified=2023-03-25 18:03:06.260258000, delta=1125000 ns, racy<=15000 ns 18:03:06.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.261790000, lastModified=2023-03-25 18:03:06.260258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.260258000 to 2023-03-25 18:03:06.261258000 18:03:06.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.262166000, lastModified=2023-03-25 18:03:06.261258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.262166000, lastModified=2023-03-25 18:03:06.261258000, delta=908000 ns, racy<=15000 ns 18:03:06.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.262566000, lastModified=2023-03-25 18:03:06.261258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.262566000, lastModified=2023-03-25 18:03:06.261258000, delta=1308000 ns, racy<=15000 ns 18:03:06.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.262976000, lastModified=2023-03-25 18:03:06.262258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.262976000, lastModified=2023-03-25 18:03:06.262258000, delta=718000 ns, racy<=15000 ns 18:03:06.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.263396000, lastModified=2023-03-25 18:03:06.262258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.263396000, lastModified=2023-03-25 18:03:06.262258000, delta=1138000 ns, racy<=15000 ns 18:03:06.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.263829000, lastModified=2023-03-25 18:03:06.262258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.262258000 to 2023-03-25 18:03:06.263258000 18:03:06.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.264210000, lastModified=2023-03-25 18:03:06.263258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.264210000, lastModified=2023-03-25 18:03:06.263258000, delta=952000 ns, racy<=15000 ns 18:03:06.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.264640000, lastModified=2023-03-25 18:03:06.263258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.264640000, lastModified=2023-03-25 18:03:06.263258000, delta=1382000 ns, racy<=15000 ns 18:03:06.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.265067000, lastModified=2023-03-25 18:03:06.264258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.265067000, lastModified=2023-03-25 18:03:06.264258000, delta=809000 ns, racy<=15000 ns 18:03:06.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.265493000, lastModified=2023-03-25 18:03:06.264258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.265493000, lastModified=2023-03-25 18:03:06.264258000, delta=1235000 ns, racy<=15000 ns 18:03:06.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.265946000, lastModified=2023-03-25 18:03:06.264258000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.264258000 to 2023-03-25 18:03:06.265259000 18:03:06.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.266333000, lastModified=2023-03-25 18:03:06.265259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.266333000, lastModified=2023-03-25 18:03:06.265259000, delta=1074000 ns, racy<=15000 ns 18:03:06.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.266745000, lastModified=2023-03-25 18:03:06.265259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.265259000 to 2023-03-25 18:03:06.266259000 18:03:06.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.267143000, lastModified=2023-03-25 18:03:06.266259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.267143000, lastModified=2023-03-25 18:03:06.266259000, delta=884000 ns, racy<=15000 ns 18:03:06.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.267563000, lastModified=2023-03-25 18:03:06.266259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.267563000, lastModified=2023-03-25 18:03:06.266259000, delta=1304000 ns, racy<=15000 ns 18:03:06.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.268001000, lastModified=2023-03-25 18:03:06.267259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.268001000, lastModified=2023-03-25 18:03:06.267259000, delta=742000 ns, racy<=15000 ns 18:03:06.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.268460000, lastModified=2023-03-25 18:03:06.267259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.268460000, lastModified=2023-03-25 18:03:06.267259000, delta=1201000 ns, racy<=15000 ns 18:03:06.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.268863000, lastModified=2023-03-25 18:03:06.267259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.267259000 to 2023-03-25 18:03:06.268259000 18:03:06.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.269251000, lastModified=2023-03-25 18:03:06.268259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.269251000, lastModified=2023-03-25 18:03:06.268259000, delta=992000 ns, racy<=15000 ns 18:03:06.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.269667000, lastModified=2023-03-25 18:03:06.268259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.269667000, lastModified=2023-03-25 18:03:06.268259000, delta=1408000 ns, racy<=15000 ns 18:03:06.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.270096000, lastModified=2023-03-25 18:03:06.269259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.270096000, lastModified=2023-03-25 18:03:06.269259000, delta=837000 ns, racy<=15000 ns 18:03:06.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.275298000, lastModified=2023-03-25 18:03:06.274259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.275298000, lastModified=2023-03-25 18:03:06.274259000, delta=1039000 ns, racy<=15000 ns 18:03:06.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.275710000, lastModified=2023-03-25 18:03:06.274259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.275710000, lastModified=2023-03-25 18:03:06.274259000, delta=1451000 ns, racy<=15000 ns 18:03:06.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.276156000, lastModified=2023-03-25 18:03:06.275259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.276156000, lastModified=2023-03-25 18:03:06.275259000, delta=897000 ns, racy<=15000 ns 18:03:06.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.276578000, lastModified=2023-03-25 18:03:06.275259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.276578000, lastModified=2023-03-25 18:03:06.275259000, delta=1319000 ns, racy<=15000 ns 18:03:06.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.277009000, lastModified=2023-03-25 18:03:06.276259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.277009000, lastModified=2023-03-25 18:03:06.276259000, delta=750000 ns, racy<=15000 ns 18:03:06.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.277422000, lastModified=2023-03-25 18:03:06.276259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.277422000, lastModified=2023-03-25 18:03:06.276259000, delta=1163000 ns, racy<=15000 ns 18:03:06.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.277 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.277852000, lastModified=2023-03-25 18:03:06.276259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.276259000 to 2023-03-25 18:03:06.277259000 18:03:06.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.278240000, lastModified=2023-03-25 18:03:06.277259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.278240000, lastModified=2023-03-25 18:03:06.277259000, delta=981000 ns, racy<=15000 ns 18:03:06.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.278644000, lastModified=2023-03-25 18:03:06.277259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.278644000, lastModified=2023-03-25 18:03:06.277259000, delta=1385000 ns, racy<=15000 ns 18:03:06.278 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.279058000, lastModified=2023-03-25 18:03:06.278259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.279058000, lastModified=2023-03-25 18:03:06.278259000, delta=799000 ns, racy<=15000 ns 18:03:06.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.279523000, lastModified=2023-03-25 18:03:06.278259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.279523000, lastModified=2023-03-25 18:03:06.278259000, delta=1264000 ns, racy<=15000 ns 18:03:06.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.279971000, lastModified=2023-03-25 18:03:06.279259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.279971000, lastModified=2023-03-25 18:03:06.279259000, delta=712000 ns, racy<=15000 ns 18:03:06.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.280530000, lastModified=2023-03-25 18:03:06.279259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.280530000, lastModified=2023-03-25 18:03:06.279259000, delta=1271000 ns, racy<=15000 ns 18:03:06.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.280976000, lastModified=2023-03-25 18:03:06.280259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.280976000, lastModified=2023-03-25 18:03:06.280259000, delta=717000 ns, racy<=15000 ns 18:03:06.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.281417000, lastModified=2023-03-25 18:03:06.280259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.281417000, lastModified=2023-03-25 18:03:06.280259000, delta=1158000 ns, racy<=15000 ns 18:03:06.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.281837000, lastModified=2023-03-25 18:03:06.280259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.280259000 to 2023-03-25 18:03:06.281259000 18:03:06.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.282246000, lastModified=2023-03-25 18:03:06.281259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.282246000, lastModified=2023-03-25 18:03:06.281259000, delta=987000 ns, racy<=15000 ns 18:03:06.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.282681000, lastModified=2023-03-25 18:03:06.281259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.282681000, lastModified=2023-03-25 18:03:06.281259000, delta=1422000 ns, racy<=15000 ns 18:03:06.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.283110000, lastModified=2023-03-25 18:03:06.282259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.283110000, lastModified=2023-03-25 18:03:06.282259000, delta=851000 ns, racy<=15000 ns 18:03:06.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.283560000, lastModified=2023-03-25 18:03:06.282259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.283560000, lastModified=2023-03-25 18:03:06.282259000, delta=1301000 ns, racy<=15000 ns 18:03:06.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.284034000, lastModified=2023-03-25 18:03:06.283259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.284034000, lastModified=2023-03-25 18:03:06.283259000, delta=775000 ns, racy<=15000 ns 18:03:06.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.284487000, lastModified=2023-03-25 18:03:06.283259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.284487000, lastModified=2023-03-25 18:03:06.283259000, delta=1228000 ns, racy<=15000 ns 18:03:06.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.284923000, lastModified=2023-03-25 18:03:06.283259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.283259000 to 2023-03-25 18:03:06.284259000 18:03:06.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.285304000, lastModified=2023-03-25 18:03:06.284259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.285304000, lastModified=2023-03-25 18:03:06.284259000, delta=1045000 ns, racy<=15000 ns 18:03:06.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.285706000, lastModified=2023-03-25 18:03:06.284259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.285706000, lastModified=2023-03-25 18:03:06.284259000, delta=1447000 ns, racy<=15000 ns 18:03:06.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.286122000, lastModified=2023-03-25 18:03:06.285259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.286122000, lastModified=2023-03-25 18:03:06.285259000, delta=863000 ns, racy<=15000 ns 18:03:06.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.286563000, lastModified=2023-03-25 18:03:06.285259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.286563000, lastModified=2023-03-25 18:03:06.285259000, delta=1304000 ns, racy<=15000 ns 18:03:06.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.287018000, lastModified=2023-03-25 18:03:06.286259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.287018000, lastModified=2023-03-25 18:03:06.286259000, delta=759000 ns, racy<=15000 ns 18:03:06.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.287475000, lastModified=2023-03-25 18:03:06.286259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.287475000, lastModified=2023-03-25 18:03:06.286259000, delta=1216000 ns, racy<=15000 ns 18:03:06.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.287919000, lastModified=2023-03-25 18:03:06.286259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.286259000 to 2023-03-25 18:03:06.287259000 18:03:06.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.288310000, lastModified=2023-03-25 18:03:06.287259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.288310000, lastModified=2023-03-25 18:03:06.287259000, delta=1051000 ns, racy<=15000 ns 18:03:06.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.288720000, lastModified=2023-03-25 18:03:06.287259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.288720000, lastModified=2023-03-25 18:03:06.287259000, delta=1461000 ns, racy<=15000 ns 18:03:06.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.289162000, lastModified=2023-03-25 18:03:06.288259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.289162000, lastModified=2023-03-25 18:03:06.288259000, delta=903000 ns, racy<=15000 ns 18:03:06.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.289570000, lastModified=2023-03-25 18:03:06.288259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.289570000, lastModified=2023-03-25 18:03:06.288259000, delta=1311000 ns, racy<=15000 ns 18:03:06.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.290007000, lastModified=2023-03-25 18:03:06.289259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.290007000, lastModified=2023-03-25 18:03:06.289259000, delta=748000 ns, racy<=15000 ns 18:03:06.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.290433000, lastModified=2023-03-25 18:03:06.289259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.290433000, lastModified=2023-03-25 18:03:06.289259000, delta=1174000 ns, racy<=15000 ns 18:03:06.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.290836000, lastModified=2023-03-25 18:03:06.289259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.289259000 to 2023-03-25 18:03:06.290259000 18:03:06.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.291267000, lastModified=2023-03-25 18:03:06.290259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.291267000, lastModified=2023-03-25 18:03:06.290259000, delta=1008000 ns, racy<=15000 ns 18:03:06.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.291677000, lastModified=2023-03-25 18:03:06.290259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.291677000, lastModified=2023-03-25 18:03:06.290259000, delta=1418000 ns, racy<=15000 ns 18:03:06.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.292169000, lastModified=2023-03-25 18:03:06.291259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.292169000, lastModified=2023-03-25 18:03:06.291259000, delta=910000 ns, racy<=15000 ns 18:03:06.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.292590000, lastModified=2023-03-25 18:03:06.291259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.292590000, lastModified=2023-03-25 18:03:06.291259000, delta=1331000 ns, racy<=15000 ns 18:03:06.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.293006000, lastModified=2023-03-25 18:03:06.292259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.293006000, lastModified=2023-03-25 18:03:06.292259000, delta=747000 ns, racy<=15000 ns 18:03:06.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.293432000, lastModified=2023-03-25 18:03:06.292259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.293432000, lastModified=2023-03-25 18:03:06.292259000, delta=1173000 ns, racy<=15000 ns 18:03:06.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.293831000, lastModified=2023-03-25 18:03:06.292259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.292259000 to 2023-03-25 18:03:06.293259000 18:03:06.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.294281000, lastModified=2023-03-25 18:03:06.293259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.294281000, lastModified=2023-03-25 18:03:06.293259000, delta=1022000 ns, racy<=15000 ns 18:03:06.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.294695000, lastModified=2023-03-25 18:03:06.293259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.294695000, lastModified=2023-03-25 18:03:06.293259000, delta=1436000 ns, racy<=15000 ns 18:03:06.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.295108000, lastModified=2023-03-25 18:03:06.294259000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.295108000, lastModified=2023-03-25 18:03:06.294259000, delta=849000 ns, racy<=15000 ns 18:03:06.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.350074000, lastModified=2023-03-25 18:03:06.349260000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.350074000, lastModified=2023-03-25 18:03:06.349260000, delta=814000 ns, racy<=15000 ns 18:03:06.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.350530000, lastModified=2023-03-25 18:03:06.349260000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.350530000, lastModified=2023-03-25 18:03:06.349260000, delta=1270000 ns, racy<=15000 ns 18:03:06.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.350966000, lastModified=2023-03-25 18:03:06.350260000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.350966000, lastModified=2023-03-25 18:03:06.350260000, delta=706000 ns, racy<=15000 ns 18:03:06.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.351391000, lastModified=2023-03-25 18:03:06.350260000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.351391000, lastModified=2023-03-25 18:03:06.350260000, delta=1131000 ns, racy<=15000 ns 18:03:06.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.354235000, lastModified=2023-03-25 18:03:06.350260000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.350260000 to 2023-03-25 18:03:06.353261000 18:03:06.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.354622000, lastModified=2023-03-25 18:03:06.353261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.354622000, lastModified=2023-03-25 18:03:06.353261000, delta=1361000 ns, racy<=15000 ns 18:03:06.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.355013000, lastModified=2023-03-25 18:03:06.354261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.355013000, lastModified=2023-03-25 18:03:06.354261000, delta=752000 ns, racy<=15000 ns 18:03:06.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.355409000, lastModified=2023-03-25 18:03:06.354261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.355409000, lastModified=2023-03-25 18:03:06.354261000, delta=1148000 ns, racy<=15000 ns 18:03:06.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.355790000, lastModified=2023-03-25 18:03:06.354261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.354261000 to 2023-03-25 18:03:06.355261000 18:03:06.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.356159000, lastModified=2023-03-25 18:03:06.355261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.356159000, lastModified=2023-03-25 18:03:06.355261000, delta=898000 ns, racy<=15000 ns 18:03:06.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.356574000, lastModified=2023-03-25 18:03:06.355261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.356574000, lastModified=2023-03-25 18:03:06.355261000, delta=1313000 ns, racy<=15000 ns 18:03:06.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.356980000, lastModified=2023-03-25 18:03:06.356261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.356980000, lastModified=2023-03-25 18:03:06.356261000, delta=719000 ns, racy<=15000 ns 18:03:06.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.357408000, lastModified=2023-03-25 18:03:06.356261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.357408000, lastModified=2023-03-25 18:03:06.356261000, delta=1147000 ns, racy<=15000 ns 18:03:06.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.357818000, lastModified=2023-03-25 18:03:06.356261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.356261000 to 2023-03-25 18:03:06.357261000 18:03:06.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.358184000, lastModified=2023-03-25 18:03:06.357261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.358184000, lastModified=2023-03-25 18:03:06.357261000, delta=923000 ns, racy<=15000 ns 18:03:06.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.358604000, lastModified=2023-03-25 18:03:06.357261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.358604000, lastModified=2023-03-25 18:03:06.357261000, delta=1343000 ns, racy<=15000 ns 18:03:06.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.359007000, lastModified=2023-03-25 18:03:06.358261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.359007000, lastModified=2023-03-25 18:03:06.358261000, delta=746000 ns, racy<=15000 ns 18:03:06.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.359435000, lastModified=2023-03-25 18:03:06.358261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.359435000, lastModified=2023-03-25 18:03:06.358261000, delta=1174000 ns, racy<=15000 ns 18:03:06.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.359831000, lastModified=2023-03-25 18:03:06.358261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.358261000 to 2023-03-25 18:03:06.359261000 18:03:06.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.360206000, lastModified=2023-03-25 18:03:06.359261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.360206000, lastModified=2023-03-25 18:03:06.359261000, delta=945000 ns, racy<=15000 ns 18:03:06.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.360593000, lastModified=2023-03-25 18:03:06.359261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.360593000, lastModified=2023-03-25 18:03:06.359261000, delta=1332000 ns, racy<=15000 ns 18:03:06.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.360979000, lastModified=2023-03-25 18:03:06.360261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.360979000, lastModified=2023-03-25 18:03:06.360261000, delta=718000 ns, racy<=15000 ns 18:03:06.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.361377000, lastModified=2023-03-25 18:03:06.360261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.361377000, lastModified=2023-03-25 18:03:06.360261000, delta=1116000 ns, racy<=15000 ns 18:03:06.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.361757000, lastModified=2023-03-25 18:03:06.360261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.360261000 to 2023-03-25 18:03:06.361261000 18:03:06.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.362100000, lastModified=2023-03-25 18:03:06.361261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.362100000, lastModified=2023-03-25 18:03:06.361261000, delta=839000 ns, racy<=15000 ns 18:03:06.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.362492000, lastModified=2023-03-25 18:03:06.361261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.362492000, lastModified=2023-03-25 18:03:06.361261000, delta=1231000 ns, racy<=15000 ns 18:03:06.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.362888000, lastModified=2023-03-25 18:03:06.361261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.361261000 to 2023-03-25 18:03:06.362261000 18:03:06.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.363259000, lastModified=2023-03-25 18:03:06.362261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.363259000, lastModified=2023-03-25 18:03:06.362261000, delta=998000 ns, racy<=15000 ns 18:03:06.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.363649000, lastModified=2023-03-25 18:03:06.362261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.362261000 to 2023-03-25 18:03:06.366261000 18:03:06.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.367292000, lastModified=2023-03-25 18:03:06.366261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.367292000, lastModified=2023-03-25 18:03:06.366261000, delta=1031000 ns, racy<=15000 ns 18:03:06.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.367706000, lastModified=2023-03-25 18:03:06.366261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.367706000, lastModified=2023-03-25 18:03:06.366261000, delta=1445000 ns, racy<=15000 ns 18:03:06.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.368147000, lastModified=2023-03-25 18:03:06.367261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.368147000, lastModified=2023-03-25 18:03:06.367261000, delta=886000 ns, racy<=15000 ns 18:03:06.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.368569000, lastModified=2023-03-25 18:03:06.367261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.368569000, lastModified=2023-03-25 18:03:06.367261000, delta=1308000 ns, racy<=15000 ns 18:03:06.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.369088000, lastModified=2023-03-25 18:03:06.368261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.369088000, lastModified=2023-03-25 18:03:06.368261000, delta=827000 ns, racy<=15000 ns 18:03:06.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.369518000, lastModified=2023-03-25 18:03:06.368261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.369518000, lastModified=2023-03-25 18:03:06.368261000, delta=1257000 ns, racy<=15000 ns 18:03:06.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.369957000, lastModified=2023-03-25 18:03:06.369261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.369957000, lastModified=2023-03-25 18:03:06.369261000, delta=696000 ns, racy<=15000 ns 18:03:06.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.370365000, lastModified=2023-03-25 18:03:06.369261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.370365000, lastModified=2023-03-25 18:03:06.369261000, delta=1104000 ns, racy<=15000 ns 18:03:06.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.370750000, lastModified=2023-03-25 18:03:06.369261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.369261000 to 2023-03-25 18:03:06.370261000 18:03:06.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.371120000, lastModified=2023-03-25 18:03:06.370261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.371120000, lastModified=2023-03-25 18:03:06.370261000, delta=859000 ns, racy<=15000 ns 18:03:06.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.371521000, lastModified=2023-03-25 18:03:06.370261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.371521000, lastModified=2023-03-25 18:03:06.370261000, delta=1260000 ns, racy<=15000 ns 18:03:06.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.371913000, lastModified=2023-03-25 18:03:06.370261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.370261000 to 2023-03-25 18:03:06.371261000 18:03:06.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.372276000, lastModified=2023-03-25 18:03:06.371261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.372276000, lastModified=2023-03-25 18:03:06.371261000, delta=1015000 ns, racy<=15000 ns 18:03:06.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.372678000, lastModified=2023-03-25 18:03:06.371261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.372678000, lastModified=2023-03-25 18:03:06.371261000, delta=1417000 ns, racy<=15000 ns 18:03:06.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.373089000, lastModified=2023-03-25 18:03:06.372261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.373089000, lastModified=2023-03-25 18:03:06.372261000, delta=828000 ns, racy<=15000 ns 18:03:06.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.373696000, lastModified=2023-03-25 18:03:06.372261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.373696000, lastModified=2023-03-25 18:03:06.372261000, delta=1435000 ns, racy<=15000 ns 18:03:06.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.374144000, lastModified=2023-03-25 18:03:06.373261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.374144000, lastModified=2023-03-25 18:03:06.373261000, delta=883000 ns, racy<=15000 ns 18:03:06.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.374541000, lastModified=2023-03-25 18:03:06.373261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.374541000, lastModified=2023-03-25 18:03:06.373261000, delta=1280000 ns, racy<=15000 ns 18:03:06.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.374928000, lastModified=2023-03-25 18:03:06.373261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.373261000 to 2023-03-25 18:03:06.374261000 18:03:06.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.375272000, lastModified=2023-03-25 18:03:06.374261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.375272000, lastModified=2023-03-25 18:03:06.374261000, delta=1011000 ns, racy<=15000 ns 18:03:06.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.375647000, lastModified=2023-03-25 18:03:06.374261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.375647000, lastModified=2023-03-25 18:03:06.374261000, delta=1386000 ns, racy<=15000 ns 18:03:06.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.376042000, lastModified=2023-03-25 18:03:06.375261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.376042000, lastModified=2023-03-25 18:03:06.375261000, delta=781000 ns, racy<=15000 ns 18:03:06.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.376439000, lastModified=2023-03-25 18:03:06.375261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.376439000, lastModified=2023-03-25 18:03:06.375261000, delta=1178000 ns, racy<=15000 ns 18:03:06.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.376823000, lastModified=2023-03-25 18:03:06.375261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.375261000 to 2023-03-25 18:03:06.376261000 18:03:06.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.377182000, lastModified=2023-03-25 18:03:06.376261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.377182000, lastModified=2023-03-25 18:03:06.376261000, delta=921000 ns, racy<=15000 ns 18:03:06.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.377580000, lastModified=2023-03-25 18:03:06.376261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.377580000, lastModified=2023-03-25 18:03:06.376261000, delta=1319000 ns, racy<=15000 ns 18:03:06.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.378028000, lastModified=2023-03-25 18:03:06.377261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.378028000, lastModified=2023-03-25 18:03:06.377261000, delta=767000 ns, racy<=15000 ns 18:03:06.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.382045000, lastModified=2023-03-25 18:03:06.381261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.382045000, lastModified=2023-03-25 18:03:06.381261000, delta=784000 ns, racy<=15000 ns 18:03:06.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.382435000, lastModified=2023-03-25 18:03:06.381261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.382435000, lastModified=2023-03-25 18:03:06.381261000, delta=1174000 ns, racy<=15000 ns 18:03:06.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.382806000, lastModified=2023-03-25 18:03:06.381261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.381261000 to 2023-03-25 18:03:06.382261000 18:03:06.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.383162000, lastModified=2023-03-25 18:03:06.382261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.383162000, lastModified=2023-03-25 18:03:06.382261000, delta=901000 ns, racy<=15000 ns 18:03:06.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.383537000, lastModified=2023-03-25 18:03:06.382261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.383537000, lastModified=2023-03-25 18:03:06.382261000, delta=1276000 ns, racy<=15000 ns 18:03:06.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.383916000, lastModified=2023-03-25 18:03:06.382261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.382261000 to 2023-03-25 18:03:06.383261000 18:03:06.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.384313000, lastModified=2023-03-25 18:03:06.383261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.384313000, lastModified=2023-03-25 18:03:06.383261000, delta=1052000 ns, racy<=15000 ns 18:03:06.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.384691000, lastModified=2023-03-25 18:03:06.383261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.384691000, lastModified=2023-03-25 18:03:06.383261000, delta=1430000 ns, racy<=15000 ns 18:03:06.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.385113000, lastModified=2023-03-25 18:03:06.384261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.385113000, lastModified=2023-03-25 18:03:06.384261000, delta=852000 ns, racy<=15000 ns 18:03:06.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.385504000, lastModified=2023-03-25 18:03:06.384261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.385504000, lastModified=2023-03-25 18:03:06.384261000, delta=1243000 ns, racy<=15000 ns 18:03:06.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.385923000, lastModified=2023-03-25 18:03:06.384261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.384261000 to 2023-03-25 18:03:06.385261000 18:03:06.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.386296000, lastModified=2023-03-25 18:03:06.385261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.386296000, lastModified=2023-03-25 18:03:06.385261000, delta=1035000 ns, racy<=15000 ns 18:03:06.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.386658000, lastModified=2023-03-25 18:03:06.385261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.386658000, lastModified=2023-03-25 18:03:06.385261000, delta=1397000 ns, racy<=15000 ns 18:03:06.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.387052000, lastModified=2023-03-25 18:03:06.386261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.387052000, lastModified=2023-03-25 18:03:06.386261000, delta=791000 ns, racy<=15000 ns 18:03:06.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.387435000, lastModified=2023-03-25 18:03:06.386261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.387435000, lastModified=2023-03-25 18:03:06.386261000, delta=1174000 ns, racy<=15000 ns 18:03:06.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.387798000, lastModified=2023-03-25 18:03:06.386261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.386261000 to 2023-03-25 18:03:06.387261000 18:03:06.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.388152000, lastModified=2023-03-25 18:03:06.387261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.388152000, lastModified=2023-03-25 18:03:06.387261000, delta=891000 ns, racy<=15000 ns 18:03:06.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.388526000, lastModified=2023-03-25 18:03:06.387261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.388526000, lastModified=2023-03-25 18:03:06.387261000, delta=1265000 ns, racy<=15000 ns 18:03:06.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.388898000, lastModified=2023-03-25 18:03:06.387261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.387261000 to 2023-03-25 18:03:06.388261000 18:03:06.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.389247000, lastModified=2023-03-25 18:03:06.388261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.389247000, lastModified=2023-03-25 18:03:06.388261000, delta=986000 ns, racy<=15000 ns 18:03:06.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.389614000, lastModified=2023-03-25 18:03:06.388261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.389614000, lastModified=2023-03-25 18:03:06.388261000, delta=1353000 ns, racy<=15000 ns 18:03:06.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.390000000, lastModified=2023-03-25 18:03:06.389261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.390000000, lastModified=2023-03-25 18:03:06.389261000, delta=739000 ns, racy<=15000 ns 18:03:06.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.390396000, lastModified=2023-03-25 18:03:06.389261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.390396000, lastModified=2023-03-25 18:03:06.389261000, delta=1135000 ns, racy<=15000 ns 18:03:06.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.390765000, lastModified=2023-03-25 18:03:06.389261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.389261000 to 2023-03-25 18:03:06.390261000 18:03:06.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.391107000, lastModified=2023-03-25 18:03:06.390261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.391107000, lastModified=2023-03-25 18:03:06.390261000, delta=846000 ns, racy<=15000 ns 18:03:06.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.391487000, lastModified=2023-03-25 18:03:06.390261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.391487000, lastModified=2023-03-25 18:03:06.390261000, delta=1226000 ns, racy<=15000 ns 18:03:06.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.391859000, lastModified=2023-03-25 18:03:06.390261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.390261000 to 2023-03-25 18:03:06.391261000 18:03:06.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.392216000, lastModified=2023-03-25 18:03:06.391261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.392216000, lastModified=2023-03-25 18:03:06.391261000, delta=955000 ns, racy<=15000 ns 18:03:06.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.392588000, lastModified=2023-03-25 18:03:06.391261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.392588000, lastModified=2023-03-25 18:03:06.391261000, delta=1327000 ns, racy<=15000 ns 18:03:06.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.392970000, lastModified=2023-03-25 18:03:06.392261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.392970000, lastModified=2023-03-25 18:03:06.392261000, delta=709000 ns, racy<=15000 ns 18:03:06.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.393353000, lastModified=2023-03-25 18:03:06.392261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.393353000, lastModified=2023-03-25 18:03:06.392261000, delta=1092000 ns, racy<=15000 ns 18:03:06.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.393722000, lastModified=2023-03-25 18:03:06.392261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.393722000, lastModified=2023-03-25 18:03:06.392261000, delta=1461000 ns, racy<=15000 ns 18:03:06.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.394098000, lastModified=2023-03-25 18:03:06.393261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.394098000, lastModified=2023-03-25 18:03:06.393261000, delta=837000 ns, racy<=15000 ns 18:03:06.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.394480000, lastModified=2023-03-25 18:03:06.393261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.394480000, lastModified=2023-03-25 18:03:06.393261000, delta=1219000 ns, racy<=15000 ns 18:03:06.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.394 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.394852000, lastModified=2023-03-25 18:03:06.393261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.393261000 to 2023-03-25 18:03:06.394261000 18:03:06.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.395209000, lastModified=2023-03-25 18:03:06.394261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.395209000, lastModified=2023-03-25 18:03:06.394261000, delta=948000 ns, racy<=15000 ns 18:03:06.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.395569000, lastModified=2023-03-25 18:03:06.394261000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.395569000, lastModified=2023-03-25 18:03:06.394261000, delta=1308000 ns, racy<=15000 ns 18:03:06.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.395 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.395952000, lastModified=2023-03-25 18:03:06.395262000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.395952000, lastModified=2023-03-25 18:03:06.395262000, delta=690000 ns, racy<=15000 ns 18:03:06.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.396341000, lastModified=2023-03-25 18:03:06.395262000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.396341000, lastModified=2023-03-25 18:03:06.395262000, delta=1079000 ns, racy<=15000 ns 18:03:06.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.396716000, lastModified=2023-03-25 18:03:06.395262000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.396716000, lastModified=2023-03-25 18:03:06.395262000, delta=1454000 ns, racy<=15000 ns 18:03:06.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.397128000, lastModified=2023-03-25 18:03:06.396262000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.397128000, lastModified=2023-03-25 18:03:06.396262000, delta=866000 ns, racy<=15000 ns 18:03:06.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.397504000, lastModified=2023-03-25 18:03:06.396262000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.397504000, lastModified=2023-03-25 18:03:06.396262000, delta=1242000 ns, racy<=15000 ns 18:03:06.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.397872000, lastModified=2023-03-25 18:03:06.396262000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.396262000 to 2023-03-25 18:03:06.397262000 18:03:06.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.398226000, lastModified=2023-03-25 18:03:06.397262000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.398226000, lastModified=2023-03-25 18:03:06.397262000, delta=964000 ns, racy<=15000 ns 18:03:06.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.398549000, lastModified=2023-03-25 18:03:06.397262000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.398549000, lastModified=2023-03-25 18:03:06.397262000, delta=1287000 ns, racy<=15000 ns 18:03:06.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.398902000, lastModified=2023-03-25 18:03:06.397262000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.397262000 to 2023-03-25 18:03:06.398262000 18:03:06.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.399226000, lastModified=2023-03-25 18:03:06.398262000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.399226000, lastModified=2023-03-25 18:03:06.398262000, delta=964000 ns, racy<=15000 ns 18:03:06.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.449795000, lastModified=2023-03-25 18:03:06.448263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.448263000 to 2023-03-25 18:03:06.449263000 18:03:06.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.450241000, lastModified=2023-03-25 18:03:06.449263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.450241000, lastModified=2023-03-25 18:03:06.449263000, delta=978000 ns, racy<=15000 ns 18:03:06.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.450598000, lastModified=2023-03-25 18:03:06.449263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.450598000, lastModified=2023-03-25 18:03:06.449263000, delta=1335000 ns, racy<=15000 ns 18:03:06.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.450944000, lastModified=2023-03-25 18:03:06.450263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.450944000, lastModified=2023-03-25 18:03:06.450263000, delta=681000 ns, racy<=15000 ns 18:03:06.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.460206000, lastModified=2023-03-25 18:03:06.450263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.450263000 to 2023-03-25 18:03:06.459263000 18:03:06.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.460555000, lastModified=2023-03-25 18:03:06.459263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.460555000, lastModified=2023-03-25 18:03:06.459263000, delta=1292000 ns, racy<=15000 ns 18:03:06.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.460903000, lastModified=2023-03-25 18:03:06.459263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.459263000 to 2023-03-25 18:03:06.460263000 18:03:06.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.461239000, lastModified=2023-03-25 18:03:06.460263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.461239000, lastModified=2023-03-25 18:03:06.460263000, delta=976000 ns, racy<=15000 ns 18:03:06.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.461574000, lastModified=2023-03-25 18:03:06.460263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.461574000, lastModified=2023-03-25 18:03:06.460263000, delta=1311000 ns, racy<=15000 ns 18:03:06.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.461914000, lastModified=2023-03-25 18:03:06.460263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.460263000 to 2023-03-25 18:03:06.461263000 18:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.462239000, lastModified=2023-03-25 18:03:06.461263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.462239000, lastModified=2023-03-25 18:03:06.461263000, delta=976000 ns, racy<=15000 ns 18:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.462564000, lastModified=2023-03-25 18:03:06.461263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.462564000, lastModified=2023-03-25 18:03:06.461263000, delta=1301000 ns, racy<=15000 ns 18:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.462 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.462903000, lastModified=2023-03-25 18:03:06.461263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.461263000 to 2023-03-25 18:03:06.462263000 18:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.463212000, lastModified=2023-03-25 18:03:06.462263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.463212000, lastModified=2023-03-25 18:03:06.462263000, delta=949000 ns, racy<=15000 ns 18:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.463534000, lastModified=2023-03-25 18:03:06.462263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.463534000, lastModified=2023-03-25 18:03:06.462263000, delta=1271000 ns, racy<=15000 ns 18:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.463859000, lastModified=2023-03-25 18:03:06.462263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.462263000 to 2023-03-25 18:03:06.463263000 18:03:06.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.464191000, lastModified=2023-03-25 18:03:06.463263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.464191000, lastModified=2023-03-25 18:03:06.463263000, delta=928000 ns, racy<=15000 ns 18:03:06.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.464526000, lastModified=2023-03-25 18:03:06.463263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.464526000, lastModified=2023-03-25 18:03:06.463263000, delta=1263000 ns, racy<=15000 ns 18:03:06.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.464858000, lastModified=2023-03-25 18:03:06.463263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.463263000 to 2023-03-25 18:03:06.464263000 18:03:06.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.465263000, lastModified=2023-03-25 18:03:06.464263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.465263000, lastModified=2023-03-25 18:03:06.464263000, delta=1000000 ns, racy<=15000 ns 18:03:06.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.465653000, lastModified=2023-03-25 18:03:06.464263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.465653000, lastModified=2023-03-25 18:03:06.464263000, delta=1390000 ns, racy<=15000 ns 18:03:06.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.466029000, lastModified=2023-03-25 18:03:06.465263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.466029000, lastModified=2023-03-25 18:03:06.465263000, delta=766000 ns, racy<=15000 ns 18:03:06.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.466379000, lastModified=2023-03-25 18:03:06.465263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.466379000, lastModified=2023-03-25 18:03:06.465263000, delta=1116000 ns, racy<=15000 ns 18:03:06.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.466783000, lastModified=2023-03-25 18:03:06.465263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.465263000 to 2023-03-25 18:03:06.466263000 18:03:06.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.467154000, lastModified=2023-03-25 18:03:06.466263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.467154000, lastModified=2023-03-25 18:03:06.466263000, delta=891000 ns, racy<=15000 ns 18:03:06.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.467555000, lastModified=2023-03-25 18:03:06.466263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.467555000, lastModified=2023-03-25 18:03:06.466263000, delta=1292000 ns, racy<=15000 ns 18:03:06.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.467924000, lastModified=2023-03-25 18:03:06.466263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.466263000 to 2023-03-25 18:03:06.467263000 18:03:06.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.468304000, lastModified=2023-03-25 18:03:06.467263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.468304000, lastModified=2023-03-25 18:03:06.467263000, delta=1041000 ns, racy<=15000 ns 18:03:06.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.468647000, lastModified=2023-03-25 18:03:06.467263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.468647000, lastModified=2023-03-25 18:03:06.467263000, delta=1384000 ns, racy<=15000 ns 18:03:06.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.469001000, lastModified=2023-03-25 18:03:06.468263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.469001000, lastModified=2023-03-25 18:03:06.468263000, delta=738000 ns, racy<=15000 ns 18:03:06.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.469378000, lastModified=2023-03-25 18:03:06.468263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.469378000, lastModified=2023-03-25 18:03:06.468263000, delta=1115000 ns, racy<=15000 ns 18:03:06.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.469766000, lastModified=2023-03-25 18:03:06.468263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.468263000 to 2023-03-25 18:03:06.469263000 18:03:06.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.470115000, lastModified=2023-03-25 18:03:06.469263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.470115000, lastModified=2023-03-25 18:03:06.469263000, delta=852000 ns, racy<=15000 ns 18:03:06.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.470509000, lastModified=2023-03-25 18:03:06.469263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.470509000, lastModified=2023-03-25 18:03:06.469263000, delta=1246000 ns, racy<=15000 ns 18:03:06.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.470878000, lastModified=2023-03-25 18:03:06.469263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.469263000 to 2023-03-25 18:03:06.470263000 18:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.471227000, lastModified=2023-03-25 18:03:06.470263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.471227000, lastModified=2023-03-25 18:03:06.470263000, delta=964000 ns, racy<=15000 ns 18:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.471573000, lastModified=2023-03-25 18:03:06.470263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.471573000, lastModified=2023-03-25 18:03:06.470263000, delta=1310000 ns, racy<=15000 ns 18:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.471929000, lastModified=2023-03-25 18:03:06.470263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.470263000 to 2023-03-25 18:03:06.471263000 18:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.472254000, lastModified=2023-03-25 18:03:06.471263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.472254000, lastModified=2023-03-25 18:03:06.471263000, delta=991000 ns, racy<=15000 ns 18:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.472604000, lastModified=2023-03-25 18:03:06.471263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.472604000, lastModified=2023-03-25 18:03:06.471263000, delta=1341000 ns, racy<=15000 ns 18:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.472962000, lastModified=2023-03-25 18:03:06.472263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.472962000, lastModified=2023-03-25 18:03:06.472263000, delta=699000 ns, racy<=15000 ns 18:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.473322000, lastModified=2023-03-25 18:03:06.472263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.473322000, lastModified=2023-03-25 18:03:06.472263000, delta=1059000 ns, racy<=15000 ns 18:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.473679000, lastModified=2023-03-25 18:03:06.472263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.473679000, lastModified=2023-03-25 18:03:06.472263000, delta=1416000 ns, racy<=15000 ns 18:03:06.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.474040000, lastModified=2023-03-25 18:03:06.473263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.474040000, lastModified=2023-03-25 18:03:06.473263000, delta=777000 ns, racy<=15000 ns 18:03:06.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.474410000, lastModified=2023-03-25 18:03:06.473263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.474410000, lastModified=2023-03-25 18:03:06.473263000, delta=1147000 ns, racy<=15000 ns 18:03:06.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.474753000, lastModified=2023-03-25 18:03:06.473263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.474753000, lastModified=2023-03-25 18:03:06.473263000, delta=1490000 ns, racy<=15000 ns 18:03:06.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.475127000, lastModified=2023-03-25 18:03:06.474263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.475127000, lastModified=2023-03-25 18:03:06.474263000, delta=864000 ns, racy<=15000 ns 18:03:06.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.475468000, lastModified=2023-03-25 18:03:06.474263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.475468000, lastModified=2023-03-25 18:03:06.474263000, delta=1205000 ns, racy<=15000 ns 18:03:06.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.475822000, lastModified=2023-03-25 18:03:06.474263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.474263000 to 2023-03-25 18:03:06.475263000 18:03:06.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.476139000, lastModified=2023-03-25 18:03:06.475263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.476139000, lastModified=2023-03-25 18:03:06.475263000, delta=876000 ns, racy<=15000 ns 18:03:06.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.476484000, lastModified=2023-03-25 18:03:06.475263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.476484000, lastModified=2023-03-25 18:03:06.475263000, delta=1221000 ns, racy<=15000 ns 18:03:06.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.476818000, lastModified=2023-03-25 18:03:06.475263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.475263000 to 2023-03-25 18:03:06.476263000 18:03:06.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.477136000, lastModified=2023-03-25 18:03:06.476263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.477136000, lastModified=2023-03-25 18:03:06.476263000, delta=873000 ns, racy<=15000 ns 18:03:06.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.477470000, lastModified=2023-03-25 18:03:06.476263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.477470000, lastModified=2023-03-25 18:03:06.476263000, delta=1207000 ns, racy<=15000 ns 18:03:06.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.477798000, lastModified=2023-03-25 18:03:06.476263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.476263000 to 2023-03-25 18:03:06.477263000 18:03:06.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.478102000, lastModified=2023-03-25 18:03:06.477263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.478102000, lastModified=2023-03-25 18:03:06.477263000, delta=839000 ns, racy<=15000 ns 18:03:06.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.480671000, lastModified=2023-03-25 18:03:06.479263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.480671000, lastModified=2023-03-25 18:03:06.479263000, delta=1408000 ns, racy<=15000 ns 18:03:06.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.481026000, lastModified=2023-03-25 18:03:06.480263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.481026000, lastModified=2023-03-25 18:03:06.480263000, delta=763000 ns, racy<=15000 ns 18:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.481369000, lastModified=2023-03-25 18:03:06.480263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.481369000, lastModified=2023-03-25 18:03:06.480263000, delta=1106000 ns, racy<=15000 ns 18:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.481697000, lastModified=2023-03-25 18:03:06.480263000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.481697000, lastModified=2023-03-25 18:03:06.480263000, delta=1434000 ns, racy<=15000 ns 18:03:06.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.482034000, lastModified=2023-03-25 18:03:06.481264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.482034000, lastModified=2023-03-25 18:03:06.481264000, delta=770000 ns, racy<=15000 ns 18:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.482371000, lastModified=2023-03-25 18:03:06.481264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.482371000, lastModified=2023-03-25 18:03:06.481264000, delta=1107000 ns, racy<=15000 ns 18:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.482690000, lastModified=2023-03-25 18:03:06.481264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.482690000, lastModified=2023-03-25 18:03:06.481264000, delta=1426000 ns, racy<=15000 ns 18:03:06.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.483029000, lastModified=2023-03-25 18:03:06.482264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.483029000, lastModified=2023-03-25 18:03:06.482264000, delta=765000 ns, racy<=15000 ns 18:03:06.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.483368000, lastModified=2023-03-25 18:03:06.482264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.483368000, lastModified=2023-03-25 18:03:06.482264000, delta=1104000 ns, racy<=15000 ns 18:03:06.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.483688000, lastModified=2023-03-25 18:03:06.482264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.483688000, lastModified=2023-03-25 18:03:06.482264000, delta=1424000 ns, racy<=15000 ns 18:03:06.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.484022000, lastModified=2023-03-25 18:03:06.483264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.484022000, lastModified=2023-03-25 18:03:06.483264000, delta=758000 ns, racy<=15000 ns 18:03:06.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.484376000, lastModified=2023-03-25 18:03:06.483264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.484376000, lastModified=2023-03-25 18:03:06.483264000, delta=1112000 ns, racy<=15000 ns 18:03:06.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.484715000, lastModified=2023-03-25 18:03:06.483264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.484715000, lastModified=2023-03-25 18:03:06.483264000, delta=1451000 ns, racy<=15000 ns 18:03:06.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.485056000, lastModified=2023-03-25 18:03:06.484264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.485056000, lastModified=2023-03-25 18:03:06.484264000, delta=792000 ns, racy<=15000 ns 18:03:06.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.485389000, lastModified=2023-03-25 18:03:06.484264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.485389000, lastModified=2023-03-25 18:03:06.484264000, delta=1125000 ns, racy<=15000 ns 18:03:06.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.485711000, lastModified=2023-03-25 18:03:06.484264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.485711000, lastModified=2023-03-25 18:03:06.484264000, delta=1447000 ns, racy<=15000 ns 18:03:06.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.486048000, lastModified=2023-03-25 18:03:06.485264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.486048000, lastModified=2023-03-25 18:03:06.485264000, delta=784000 ns, racy<=15000 ns 18:03:06.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.486379000, lastModified=2023-03-25 18:03:06.485264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.486379000, lastModified=2023-03-25 18:03:06.485264000, delta=1115000 ns, racy<=15000 ns 18:03:06.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.486702000, lastModified=2023-03-25 18:03:06.485264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.486702000, lastModified=2023-03-25 18:03:06.485264000, delta=1438000 ns, racy<=15000 ns 18:03:06.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.487066000, lastModified=2023-03-25 18:03:06.486264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.487066000, lastModified=2023-03-25 18:03:06.486264000, delta=802000 ns, racy<=15000 ns 18:03:06.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.487402000, lastModified=2023-03-25 18:03:06.486264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.487402000, lastModified=2023-03-25 18:03:06.486264000, delta=1138000 ns, racy<=15000 ns 18:03:06.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.487720000, lastModified=2023-03-25 18:03:06.486264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.487720000, lastModified=2023-03-25 18:03:06.486264000, delta=1456000 ns, racy<=15000 ns 18:03:06.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.488068000, lastModified=2023-03-25 18:03:06.487264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.488068000, lastModified=2023-03-25 18:03:06.487264000, delta=804000 ns, racy<=15000 ns 18:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.488401000, lastModified=2023-03-25 18:03:06.487264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.488401000, lastModified=2023-03-25 18:03:06.487264000, delta=1137000 ns, racy<=15000 ns 18:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.488723000, lastModified=2023-03-25 18:03:06.487264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.488723000, lastModified=2023-03-25 18:03:06.487264000, delta=1459000 ns, racy<=15000 ns 18:03:06.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.489051000, lastModified=2023-03-25 18:03:06.488264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.489051000, lastModified=2023-03-25 18:03:06.488264000, delta=787000 ns, racy<=15000 ns 18:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.489385000, lastModified=2023-03-25 18:03:06.488264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.489385000, lastModified=2023-03-25 18:03:06.488264000, delta=1121000 ns, racy<=15000 ns 18:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.489706000, lastModified=2023-03-25 18:03:06.488264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.489706000, lastModified=2023-03-25 18:03:06.488264000, delta=1442000 ns, racy<=15000 ns 18:03:06.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.490037000, lastModified=2023-03-25 18:03:06.489264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.490037000, lastModified=2023-03-25 18:03:06.489264000, delta=773000 ns, racy<=15000 ns 18:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.490368000, lastModified=2023-03-25 18:03:06.489264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.490368000, lastModified=2023-03-25 18:03:06.489264000, delta=1104000 ns, racy<=15000 ns 18:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.490696000, lastModified=2023-03-25 18:03:06.489264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.490696000, lastModified=2023-03-25 18:03:06.489264000, delta=1432000 ns, racy<=15000 ns 18:03:06.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.491037000, lastModified=2023-03-25 18:03:06.490264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.491037000, lastModified=2023-03-25 18:03:06.490264000, delta=773000 ns, racy<=15000 ns 18:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.491370000, lastModified=2023-03-25 18:03:06.490264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.491370000, lastModified=2023-03-25 18:03:06.490264000, delta=1106000 ns, racy<=15000 ns 18:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.491686000, lastModified=2023-03-25 18:03:06.490264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.491686000, lastModified=2023-03-25 18:03:06.490264000, delta=1422000 ns, racy<=15000 ns 18:03:06.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.492018000, lastModified=2023-03-25 18:03:06.491264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.492018000, lastModified=2023-03-25 18:03:06.491264000, delta=754000 ns, racy<=15000 ns 18:03:06.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.492343000, lastModified=2023-03-25 18:03:06.491264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.492343000, lastModified=2023-03-25 18:03:06.491264000, delta=1079000 ns, racy<=15000 ns 18:03:06.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.492643000, lastModified=2023-03-25 18:03:06.491264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.492643000, lastModified=2023-03-25 18:03:06.491264000, delta=1379000 ns, racy<=15000 ns 18:03:06.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.492955000, lastModified=2023-03-25 18:03:06.492264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.492955000, lastModified=2023-03-25 18:03:06.492264000, delta=691000 ns, racy<=15000 ns 18:03:06.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.493276000, lastModified=2023-03-25 18:03:06.492264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.493276000, lastModified=2023-03-25 18:03:06.492264000, delta=1012000 ns, racy<=15000 ns 18:03:06.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.493601000, lastModified=2023-03-25 18:03:06.492264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.493601000, lastModified=2023-03-25 18:03:06.492264000, delta=1337000 ns, racy<=15000 ns 18:03:06.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.493916000, lastModified=2023-03-25 18:03:06.492264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.492264000 to 2023-03-25 18:03:06.493264000 18:03:06.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.494219000, lastModified=2023-03-25 18:03:06.493264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.494219000, lastModified=2023-03-25 18:03:06.493264000, delta=955000 ns, racy<=15000 ns 18:03:06.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.494562000, lastModified=2023-03-25 18:03:06.493264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.494562000, lastModified=2023-03-25 18:03:06.493264000, delta=1298000 ns, racy<=15000 ns 18:03:06.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.494875000, lastModified=2023-03-25 18:03:06.493264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.493264000 to 2023-03-25 18:03:06.494264000 18:03:06.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.495183000, lastModified=2023-03-25 18:03:06.494264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.495183000, lastModified=2023-03-25 18:03:06.494264000, delta=919000 ns, racy<=15000 ns 18:03:06.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.495501000, lastModified=2023-03-25 18:03:06.494264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.495501000, lastModified=2023-03-25 18:03:06.494264000, delta=1237000 ns, racy<=15000 ns 18:03:06.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.495802000, lastModified=2023-03-25 18:03:06.494264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.494264000 to 2023-03-25 18:03:06.495264000 18:03:06.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.496139000, lastModified=2023-03-25 18:03:06.495264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.496139000, lastModified=2023-03-25 18:03:06.495264000, delta=875000 ns, racy<=15000 ns 18:03:06.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.496450000, lastModified=2023-03-25 18:03:06.495264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.496450000, lastModified=2023-03-25 18:03:06.495264000, delta=1186000 ns, racy<=15000 ns 18:03:06.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.496758000, lastModified=2023-03-25 18:03:06.495264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.496758000, lastModified=2023-03-25 18:03:06.495264000, delta=1494000 ns, racy<=15000 ns 18:03:06.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.497069000, lastModified=2023-03-25 18:03:06.496264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.497069000, lastModified=2023-03-25 18:03:06.496264000, delta=805000 ns, racy<=15000 ns 18:03:06.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.500521000, lastModified=2023-03-25 18:03:06.496264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.496264000 to 2023-03-25 18:03:06.499264000 18:03:06.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.500969000, lastModified=2023-03-25 18:03:06.500264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.500969000, lastModified=2023-03-25 18:03:06.500264000, delta=705000 ns, racy<=15000 ns 18:03:06.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.501446000, lastModified=2023-03-25 18:03:06.500264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.501446000, lastModified=2023-03-25 18:03:06.500264000, delta=1182000 ns, racy<=15000 ns 18:03:06.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.501772000, lastModified=2023-03-25 18:03:06.500264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.501772000, lastModified=2023-03-25 18:03:06.500264000, delta=1508000 ns, racy<=15000 ns 18:03:06.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.502058000, lastModified=2023-03-25 18:03:06.501264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.502058000, lastModified=2023-03-25 18:03:06.501264000, delta=794000 ns, racy<=15000 ns 18:03:06.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.502508000, lastModified=2023-03-25 18:03:06.501264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.502508000, lastModified=2023-03-25 18:03:06.501264000, delta=1244000 ns, racy<=15000 ns 18:03:06.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.503332000, lastModified=2023-03-25 18:03:06.502264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.503332000, lastModified=2023-03-25 18:03:06.502264000, delta=1068000 ns, racy<=15000 ns 18:03:06.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.503636000, lastModified=2023-03-25 18:03:06.502264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.503636000, lastModified=2023-03-25 18:03:06.502264000, delta=1372000 ns, racy<=15000 ns 18:03:06.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.503981000, lastModified=2023-03-25 18:03:06.502264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.502264000 to 2023-03-25 18:03:06.503264000 18:03:06.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.504294000, lastModified=2023-03-25 18:03:06.503264000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.504294000, lastModified=2023-03-25 18:03:06.503264000, delta=1030000 ns, racy<=15000 ns 18:03:06.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.549811000, lastModified=2023-03-25 18:03:06.548265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.548265000 to 2023-03-25 18:03:06.549265000 18:03:06.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.550211000, lastModified=2023-03-25 18:03:06.549265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.550211000, lastModified=2023-03-25 18:03:06.549265000, delta=946000 ns, racy<=15000 ns 18:03:06.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.550529000, lastModified=2023-03-25 18:03:06.549265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.550529000, lastModified=2023-03-25 18:03:06.549265000, delta=1264000 ns, racy<=15000 ns 18:03:06.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.550869000, lastModified=2023-03-25 18:03:06.549265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.549265000 to 2023-03-25 18:03:06.550265000 18:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.551170000, lastModified=2023-03-25 18:03:06.550265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.551170000, lastModified=2023-03-25 18:03:06.550265000, delta=905000 ns, racy<=15000 ns 18:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.551479000, lastModified=2023-03-25 18:03:06.550265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.551479000, lastModified=2023-03-25 18:03:06.550265000, delta=1214000 ns, racy<=15000 ns 18:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.551756000, lastModified=2023-03-25 18:03:06.550265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.551756000, lastModified=2023-03-25 18:03:06.550265000, delta=1491000 ns, racy<=15000 ns 18:03:06.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.552041000, lastModified=2023-03-25 18:03:06.551265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.552041000, lastModified=2023-03-25 18:03:06.551265000, delta=776000 ns, racy<=15000 ns 18:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.552318000, lastModified=2023-03-25 18:03:06.551265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.552318000, lastModified=2023-03-25 18:03:06.551265000, delta=1053000 ns, racy<=15000 ns 18:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.552589000, lastModified=2023-03-25 18:03:06.551265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.552589000, lastModified=2023-03-25 18:03:06.551265000, delta=1324000 ns, racy<=15000 ns 18:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.552859000, lastModified=2023-03-25 18:03:06.551265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.551265000 to 2023-03-25 18:03:06.552265000 18:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.553131000, lastModified=2023-03-25 18:03:06.552265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.553131000, lastModified=2023-03-25 18:03:06.552265000, delta=866000 ns, racy<=15000 ns 18:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.553399000, lastModified=2023-03-25 18:03:06.552265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.553399000, lastModified=2023-03-25 18:03:06.552265000, delta=1134000 ns, racy<=15000 ns 18:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.553663000, lastModified=2023-03-25 18:03:06.552265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.553663000, lastModified=2023-03-25 18:03:06.552265000, delta=1398000 ns, racy<=15000 ns 18:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.553 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.553938000, lastModified=2023-03-25 18:03:06.553265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.553938000, lastModified=2023-03-25 18:03:06.553265000, delta=673000 ns, racy<=15000 ns 18:03:06.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.554210000, lastModified=2023-03-25 18:03:06.553265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.554210000, lastModified=2023-03-25 18:03:06.553265000, delta=945000 ns, racy<=15000 ns 18:03:06.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.554468000, lastModified=2023-03-25 18:03:06.553265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.554468000, lastModified=2023-03-25 18:03:06.553265000, delta=1203000 ns, racy<=15000 ns 18:03:06.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.554730000, lastModified=2023-03-25 18:03:06.553265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.554730000, lastModified=2023-03-25 18:03:06.553265000, delta=1465000 ns, racy<=15000 ns 18:03:06.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.555003000, lastModified=2023-03-25 18:03:06.554265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.555003000, lastModified=2023-03-25 18:03:06.554265000, delta=738000 ns, racy<=15000 ns 18:03:06.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.555274000, lastModified=2023-03-25 18:03:06.554265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.555274000, lastModified=2023-03-25 18:03:06.554265000, delta=1009000 ns, racy<=15000 ns 18:03:06.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.555530000, lastModified=2023-03-25 18:03:06.554265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.555530000, lastModified=2023-03-25 18:03:06.554265000, delta=1265000 ns, racy<=15000 ns 18:03:06.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.555787000, lastModified=2023-03-25 18:03:06.554265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.555787000, lastModified=2023-03-25 18:03:06.554265000, delta=1522000 ns, racy<=15000 ns 18:03:06.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.556055000, lastModified=2023-03-25 18:03:06.555265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.556055000, lastModified=2023-03-25 18:03:06.555265000, delta=790000 ns, racy<=15000 ns 18:03:06.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.556342000, lastModified=2023-03-25 18:03:06.555265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.556342000, lastModified=2023-03-25 18:03:06.555265000, delta=1077000 ns, racy<=15000 ns 18:03:06.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.556638000, lastModified=2023-03-25 18:03:06.555265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.556638000, lastModified=2023-03-25 18:03:06.555265000, delta=1373000 ns, racy<=15000 ns 18:03:06.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.556914000, lastModified=2023-03-25 18:03:06.555265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.555265000 to 2023-03-25 18:03:06.556265000 18:03:06.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.557191000, lastModified=2023-03-25 18:03:06.556265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.557191000, lastModified=2023-03-25 18:03:06.556265000, delta=926000 ns, racy<=15000 ns 18:03:06.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.557472000, lastModified=2023-03-25 18:03:06.556265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.557472000, lastModified=2023-03-25 18:03:06.556265000, delta=1207000 ns, racy<=15000 ns 18:03:06.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.557732000, lastModified=2023-03-25 18:03:06.556265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.557732000, lastModified=2023-03-25 18:03:06.556265000, delta=1467000 ns, racy<=15000 ns 18:03:06.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.558021000, lastModified=2023-03-25 18:03:06.557265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.558021000, lastModified=2023-03-25 18:03:06.557265000, delta=756000 ns, racy<=15000 ns 18:03:06.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.558298000, lastModified=2023-03-25 18:03:06.557265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.558298000, lastModified=2023-03-25 18:03:06.557265000, delta=1033000 ns, racy<=15000 ns 18:03:06.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.558562000, lastModified=2023-03-25 18:03:06.557265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.558562000, lastModified=2023-03-25 18:03:06.557265000, delta=1297000 ns, racy<=15000 ns 18:03:06.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.558821000, lastModified=2023-03-25 18:03:06.557265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.557265000 to 2023-03-25 18:03:06.558265000 18:03:06.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.559076000, lastModified=2023-03-25 18:03:06.558265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.559076000, lastModified=2023-03-25 18:03:06.558265000, delta=811000 ns, racy<=15000 ns 18:03:06.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.559396000, lastModified=2023-03-25 18:03:06.558265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.559396000, lastModified=2023-03-25 18:03:06.558265000, delta=1131000 ns, racy<=15000 ns 18:03:06.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.559689000, lastModified=2023-03-25 18:03:06.558265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.559689000, lastModified=2023-03-25 18:03:06.558265000, delta=1424000 ns, racy<=15000 ns 18:03:06.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.559976000, lastModified=2023-03-25 18:03:06.559265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.559976000, lastModified=2023-03-25 18:03:06.559265000, delta=711000 ns, racy<=15000 ns 18:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.560294000, lastModified=2023-03-25 18:03:06.559265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.560294000, lastModified=2023-03-25 18:03:06.559265000, delta=1029000 ns, racy<=15000 ns 18:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.560566000, lastModified=2023-03-25 18:03:06.559265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.560566000, lastModified=2023-03-25 18:03:06.559265000, delta=1301000 ns, racy<=15000 ns 18:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.560838000, lastModified=2023-03-25 18:03:06.559265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.559265000 to 2023-03-25 18:03:06.560265000 18:03:06.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.561133000, lastModified=2023-03-25 18:03:06.560265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.561133000, lastModified=2023-03-25 18:03:06.560265000, delta=868000 ns, racy<=15000 ns 18:03:06.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.561421000, lastModified=2023-03-25 18:03:06.560265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.561421000, lastModified=2023-03-25 18:03:06.560265000, delta=1156000 ns, racy<=15000 ns 18:03:06.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.565271000, lastModified=2023-03-25 18:03:06.564265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.565271000, lastModified=2023-03-25 18:03:06.564265000, delta=1006000 ns, racy<=15000 ns 18:03:06.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.565544000, lastModified=2023-03-25 18:03:06.564265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.565544000, lastModified=2023-03-25 18:03:06.564265000, delta=1279000 ns, racy<=15000 ns 18:03:06.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.565818000, lastModified=2023-03-25 18:03:06.564265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.564265000 to 2023-03-25 18:03:06.565265000 18:03:06.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.566091000, lastModified=2023-03-25 18:03:06.565265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.566091000, lastModified=2023-03-25 18:03:06.565265000, delta=826000 ns, racy<=15000 ns 18:03:06.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.566369000, lastModified=2023-03-25 18:03:06.565265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.566369000, lastModified=2023-03-25 18:03:06.565265000, delta=1104000 ns, racy<=15000 ns 18:03:06.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.566635000, lastModified=2023-03-25 18:03:06.565265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.566635000, lastModified=2023-03-25 18:03:06.565265000, delta=1370000 ns, racy<=15000 ns 18:03:06.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.566933000, lastModified=2023-03-25 18:03:06.565265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.565265000 to 2023-03-25 18:03:06.566265000 18:03:06.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.567197000, lastModified=2023-03-25 18:03:06.566265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.567197000, lastModified=2023-03-25 18:03:06.566265000, delta=932000 ns, racy<=15000 ns 18:03:06.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.567478000, lastModified=2023-03-25 18:03:06.566265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.567478000, lastModified=2023-03-25 18:03:06.566265000, delta=1213000 ns, racy<=15000 ns 18:03:06.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.567750000, lastModified=2023-03-25 18:03:06.566265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.567750000, lastModified=2023-03-25 18:03:06.566265000, delta=1485000 ns, racy<=15000 ns 18:03:06.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.568039000, lastModified=2023-03-25 18:03:06.567265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.568039000, lastModified=2023-03-25 18:03:06.567265000, delta=774000 ns, racy<=15000 ns 18:03:06.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.568307000, lastModified=2023-03-25 18:03:06.567265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.568307000, lastModified=2023-03-25 18:03:06.567265000, delta=1042000 ns, racy<=15000 ns 18:03:06.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.568573000, lastModified=2023-03-25 18:03:06.567265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.568573000, lastModified=2023-03-25 18:03:06.567265000, delta=1308000 ns, racy<=15000 ns 18:03:06.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.568863000, lastModified=2023-03-25 18:03:06.567265000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.567265000 to 2023-03-25 18:03:06.568266000 18:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.569135000, lastModified=2023-03-25 18:03:06.568266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.569135000, lastModified=2023-03-25 18:03:06.568266000, delta=869000 ns, racy<=15000 ns 18:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.569394000, lastModified=2023-03-25 18:03:06.568266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.569394000, lastModified=2023-03-25 18:03:06.568266000, delta=1128000 ns, racy<=15000 ns 18:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.569698000, lastModified=2023-03-25 18:03:06.568266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.569698000, lastModified=2023-03-25 18:03:06.568266000, delta=1432000 ns, racy<=15000 ns 18:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.569983000, lastModified=2023-03-25 18:03:06.569266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.569983000, lastModified=2023-03-25 18:03:06.569266000, delta=717000 ns, racy<=15000 ns 18:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.570254000, lastModified=2023-03-25 18:03:06.569266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.570254000, lastModified=2023-03-25 18:03:06.569266000, delta=988000 ns, racy<=15000 ns 18:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.570535000, lastModified=2023-03-25 18:03:06.569266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.570535000, lastModified=2023-03-25 18:03:06.569266000, delta=1269000 ns, racy<=15000 ns 18:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.570806000, lastModified=2023-03-25 18:03:06.569266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.570 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.569266000 to 2023-03-25 18:03:06.570266000 18:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.571093000, lastModified=2023-03-25 18:03:06.570266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.571093000, lastModified=2023-03-25 18:03:06.570266000, delta=827000 ns, racy<=15000 ns 18:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.571370000, lastModified=2023-03-25 18:03:06.570266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.571370000, lastModified=2023-03-25 18:03:06.570266000, delta=1104000 ns, racy<=15000 ns 18:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.571623000, lastModified=2023-03-25 18:03:06.570266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.571623000, lastModified=2023-03-25 18:03:06.570266000, delta=1357000 ns, racy<=15000 ns 18:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.571 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.571881000, lastModified=2023-03-25 18:03:06.570266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.570266000 to 2023-03-25 18:03:06.571266000 18:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.572147000, lastModified=2023-03-25 18:03:06.571266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.572147000, lastModified=2023-03-25 18:03:06.571266000, delta=881000 ns, racy<=15000 ns 18:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.572420000, lastModified=2023-03-25 18:03:06.571266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.572420000, lastModified=2023-03-25 18:03:06.571266000, delta=1154000 ns, racy<=15000 ns 18:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.572687000, lastModified=2023-03-25 18:03:06.571266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.572687000, lastModified=2023-03-25 18:03:06.571266000, delta=1421000 ns, racy<=15000 ns 18:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.572 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.572966000, lastModified=2023-03-25 18:03:06.572266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.572966000, lastModified=2023-03-25 18:03:06.572266000, delta=700000 ns, racy<=15000 ns 18:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.573243000, lastModified=2023-03-25 18:03:06.572266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.573243000, lastModified=2023-03-25 18:03:06.572266000, delta=977000 ns, racy<=15000 ns 18:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.573504000, lastModified=2023-03-25 18:03:06.572266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.573504000, lastModified=2023-03-25 18:03:06.572266000, delta=1238000 ns, racy<=15000 ns 18:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.573767000, lastModified=2023-03-25 18:03:06.572266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.573767000, lastModified=2023-03-25 18:03:06.572266000, delta=1501000 ns, racy<=15000 ns 18:03:06.573 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.574037000, lastModified=2023-03-25 18:03:06.573266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.574037000, lastModified=2023-03-25 18:03:06.573266000, delta=771000 ns, racy<=15000 ns 18:03:06.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.574309000, lastModified=2023-03-25 18:03:06.573266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.574309000, lastModified=2023-03-25 18:03:06.573266000, delta=1043000 ns, racy<=15000 ns 18:03:06.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.574582000, lastModified=2023-03-25 18:03:06.573266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.574582000, lastModified=2023-03-25 18:03:06.573266000, delta=1316000 ns, racy<=15000 ns 18:03:06.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.574846000, lastModified=2023-03-25 18:03:06.573266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.573266000 to 2023-03-25 18:03:06.574266000 18:03:06.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.575113000, lastModified=2023-03-25 18:03:06.574266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.575113000, lastModified=2023-03-25 18:03:06.574266000, delta=847000 ns, racy<=15000 ns 18:03:06.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.575383000, lastModified=2023-03-25 18:03:06.574266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.575383000, lastModified=2023-03-25 18:03:06.574266000, delta=1117000 ns, racy<=15000 ns 18:03:06.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.575648000, lastModified=2023-03-25 18:03:06.574266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.575648000, lastModified=2023-03-25 18:03:06.574266000, delta=1382000 ns, racy<=15000 ns 18:03:06.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.575937000, lastModified=2023-03-25 18:03:06.574266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.574266000 to 2023-03-25 18:03:06.575266000 18:03:06.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.576215000, lastModified=2023-03-25 18:03:06.575266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.576215000, lastModified=2023-03-25 18:03:06.575266000, delta=949000 ns, racy<=15000 ns 18:03:06.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.576481000, lastModified=2023-03-25 18:03:06.575266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.576481000, lastModified=2023-03-25 18:03:06.575266000, delta=1215000 ns, racy<=15000 ns 18:03:06.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.576743000, lastModified=2023-03-25 18:03:06.575266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.576743000, lastModified=2023-03-25 18:03:06.575266000, delta=1477000 ns, racy<=15000 ns 18:03:06.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.577016000, lastModified=2023-03-25 18:03:06.576266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.577016000, lastModified=2023-03-25 18:03:06.576266000, delta=750000 ns, racy<=15000 ns 18:03:06.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.577293000, lastModified=2023-03-25 18:03:06.576266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.577293000, lastModified=2023-03-25 18:03:06.576266000, delta=1027000 ns, racy<=15000 ns 18:03:06.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.577556000, lastModified=2023-03-25 18:03:06.576266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.577556000, lastModified=2023-03-25 18:03:06.576266000, delta=1290000 ns, racy<=15000 ns 18:03:06.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.577829000, lastModified=2023-03-25 18:03:06.576266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.576266000 to 2023-03-25 18:03:06.577266000 18:03:06.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.578146000, lastModified=2023-03-25 18:03:06.577266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.578146000, lastModified=2023-03-25 18:03:06.577266000, delta=880000 ns, racy<=15000 ns 18:03:06.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.578439000, lastModified=2023-03-25 18:03:06.577266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.578439000, lastModified=2023-03-25 18:03:06.577266000, delta=1173000 ns, racy<=15000 ns 18:03:06.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.578721000, lastModified=2023-03-25 18:03:06.577266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.578721000, lastModified=2023-03-25 18:03:06.577266000, delta=1455000 ns, racy<=15000 ns 18:03:06.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.579012000, lastModified=2023-03-25 18:03:06.578266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.579012000, lastModified=2023-03-25 18:03:06.578266000, delta=746000 ns, racy<=15000 ns 18:03:06.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.585692000, lastModified=2023-03-25 18:03:06.578266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.578266000 to 2023-03-25 18:03:06.584266000 18:03:06.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.585993000, lastModified=2023-03-25 18:03:06.585266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.585993000, lastModified=2023-03-25 18:03:06.585266000, delta=727000 ns, racy<=15000 ns 18:03:06.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.586273000, lastModified=2023-03-25 18:03:06.585266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.586273000, lastModified=2023-03-25 18:03:06.585266000, delta=1007000 ns, racy<=15000 ns 18:03:06.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.586537000, lastModified=2023-03-25 18:03:06.585266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.586537000, lastModified=2023-03-25 18:03:06.585266000, delta=1271000 ns, racy<=15000 ns 18:03:06.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.586809000, lastModified=2023-03-25 18:03:06.585266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.585266000 to 2023-03-25 18:03:06.586266000 18:03:06.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.587077000, lastModified=2023-03-25 18:03:06.586266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.587077000, lastModified=2023-03-25 18:03:06.586266000, delta=811000 ns, racy<=15000 ns 18:03:06.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.587353000, lastModified=2023-03-25 18:03:06.586266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.587353000, lastModified=2023-03-25 18:03:06.586266000, delta=1087000 ns, racy<=15000 ns 18:03:06.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.587617000, lastModified=2023-03-25 18:03:06.586266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.587617000, lastModified=2023-03-25 18:03:06.586266000, delta=1351000 ns, racy<=15000 ns 18:03:06.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.587890000, lastModified=2023-03-25 18:03:06.586266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.586266000 to 2023-03-25 18:03:06.587266000 18:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.588167000, lastModified=2023-03-25 18:03:06.587266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.588167000, lastModified=2023-03-25 18:03:06.587266000, delta=901000 ns, racy<=15000 ns 18:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.588431000, lastModified=2023-03-25 18:03:06.587266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.588431000, lastModified=2023-03-25 18:03:06.587266000, delta=1165000 ns, racy<=15000 ns 18:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.588704000, lastModified=2023-03-25 18:03:06.587266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.588704000, lastModified=2023-03-25 18:03:06.587266000, delta=1438000 ns, racy<=15000 ns 18:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.588975000, lastModified=2023-03-25 18:03:06.588266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.588975000, lastModified=2023-03-25 18:03:06.588266000, delta=709000 ns, racy<=15000 ns 18:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.589265000, lastModified=2023-03-25 18:03:06.588266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.589265000, lastModified=2023-03-25 18:03:06.588266000, delta=999000 ns, racy<=15000 ns 18:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.589533000, lastModified=2023-03-25 18:03:06.588266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.589533000, lastModified=2023-03-25 18:03:06.588266000, delta=1267000 ns, racy<=15000 ns 18:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.589797000, lastModified=2023-03-25 18:03:06.588266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.588266000 to 2023-03-25 18:03:06.589266000 18:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.590066000, lastModified=2023-03-25 18:03:06.589266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.590066000, lastModified=2023-03-25 18:03:06.589266000, delta=800000 ns, racy<=15000 ns 18:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.590343000, lastModified=2023-03-25 18:03:06.589266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.590343000, lastModified=2023-03-25 18:03:06.589266000, delta=1077000 ns, racy<=15000 ns 18:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.590606000, lastModified=2023-03-25 18:03:06.589266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.590606000, lastModified=2023-03-25 18:03:06.589266000, delta=1340000 ns, racy<=15000 ns 18:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.590865000, lastModified=2023-03-25 18:03:06.589266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.589266000 to 2023-03-25 18:03:06.590266000 18:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.591138000, lastModified=2023-03-25 18:03:06.590266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.591138000, lastModified=2023-03-25 18:03:06.590266000, delta=872000 ns, racy<=15000 ns 18:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.591415000, lastModified=2023-03-25 18:03:06.590266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.591415000, lastModified=2023-03-25 18:03:06.590266000, delta=1149000 ns, racy<=15000 ns 18:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.591675000, lastModified=2023-03-25 18:03:06.590266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.591675000, lastModified=2023-03-25 18:03:06.590266000, delta=1409000 ns, racy<=15000 ns 18:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.591952000, lastModified=2023-03-25 18:03:06.591266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.591952000, lastModified=2023-03-25 18:03:06.591266000, delta=686000 ns, racy<=15000 ns 18:03:06.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.592228000, lastModified=2023-03-25 18:03:06.591266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.592228000, lastModified=2023-03-25 18:03:06.591266000, delta=962000 ns, racy<=15000 ns 18:03:06.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.592488000, lastModified=2023-03-25 18:03:06.591266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.592488000, lastModified=2023-03-25 18:03:06.591266000, delta=1222000 ns, racy<=15000 ns 18:03:06.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.592771000, lastModified=2023-03-25 18:03:06.591266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.592771000, lastModified=2023-03-25 18:03:06.591266000, delta=1505000 ns, racy<=15000 ns 18:03:06.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.593048000, lastModified=2023-03-25 18:03:06.592266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.593048000, lastModified=2023-03-25 18:03:06.592266000, delta=782000 ns, racy<=15000 ns 18:03:06.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.593327000, lastModified=2023-03-25 18:03:06.592266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.593327000, lastModified=2023-03-25 18:03:06.592266000, delta=1061000 ns, racy<=15000 ns 18:03:06.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.593593000, lastModified=2023-03-25 18:03:06.592266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.593593000, lastModified=2023-03-25 18:03:06.592266000, delta=1327000 ns, racy<=15000 ns 18:03:06.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.593854000, lastModified=2023-03-25 18:03:06.592266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.592266000 to 2023-03-25 18:03:06.593266000 18:03:06.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.594387000, lastModified=2023-03-25 18:03:06.593266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.594387000, lastModified=2023-03-25 18:03:06.593266000, delta=1121000 ns, racy<=15000 ns 18:03:06.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.594715000, lastModified=2023-03-25 18:03:06.593266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.594715000, lastModified=2023-03-25 18:03:06.593266000, delta=1449000 ns, racy<=15000 ns 18:03:06.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.595014000, lastModified=2023-03-25 18:03:06.594266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.595014000, lastModified=2023-03-25 18:03:06.594266000, delta=748000 ns, racy<=15000 ns 18:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.595320000, lastModified=2023-03-25 18:03:06.594266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.595320000, lastModified=2023-03-25 18:03:06.594266000, delta=1054000 ns, racy<=15000 ns 18:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.595606000, lastModified=2023-03-25 18:03:06.594266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.595606000, lastModified=2023-03-25 18:03:06.594266000, delta=1340000 ns, racy<=15000 ns 18:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.595889000, lastModified=2023-03-25 18:03:06.594266000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.594266000 to 2023-03-25 18:03:06.595266000 18:03:06.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.668939000, lastModified=2023-03-25 18:03:06.667268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.667268000 to 2023-03-25 18:03:06.668268000 18:03:06.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.669354000, lastModified=2023-03-25 18:03:06.668268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.669354000, lastModified=2023-03-25 18:03:06.668268000, delta=1086000 ns, racy<=15000 ns 18:03:06.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.669672000, lastModified=2023-03-25 18:03:06.668268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.669672000, lastModified=2023-03-25 18:03:06.668268000, delta=1404000 ns, racy<=15000 ns 18:03:06.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.669993000, lastModified=2023-03-25 18:03:06.669268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.669993000, lastModified=2023-03-25 18:03:06.669268000, delta=725000 ns, racy<=15000 ns 18:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.670335000, lastModified=2023-03-25 18:03:06.669268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.670335000, lastModified=2023-03-25 18:03:06.669268000, delta=1067000 ns, racy<=15000 ns 18:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.670634000, lastModified=2023-03-25 18:03:06.669268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.670634000, lastModified=2023-03-25 18:03:06.669268000, delta=1366000 ns, racy<=15000 ns 18:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.670920000, lastModified=2023-03-25 18:03:06.669268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.669268000 to 2023-03-25 18:03:06.670268000 18:03:06.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.671202000, lastModified=2023-03-25 18:03:06.670268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.671202000, lastModified=2023-03-25 18:03:06.670268000, delta=934000 ns, racy<=15000 ns 18:03:06.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.671511000, lastModified=2023-03-25 18:03:06.670268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.671511000, lastModified=2023-03-25 18:03:06.670268000, delta=1243000 ns, racy<=15000 ns 18:03:06.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.671812000, lastModified=2023-03-25 18:03:06.670268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.670268000 to 2023-03-25 18:03:06.671268000 18:03:06.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.672096000, lastModified=2023-03-25 18:03:06.671268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.672096000, lastModified=2023-03-25 18:03:06.671268000, delta=828000 ns, racy<=15000 ns 18:03:06.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.672408000, lastModified=2023-03-25 18:03:06.671268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.672408000, lastModified=2023-03-25 18:03:06.671268000, delta=1140000 ns, racy<=15000 ns 18:03:06.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.672694000, lastModified=2023-03-25 18:03:06.671268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.672694000, lastModified=2023-03-25 18:03:06.671268000, delta=1426000 ns, racy<=15000 ns 18:03:06.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.673000000, lastModified=2023-03-25 18:03:06.672268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.673000000, lastModified=2023-03-25 18:03:06.672268000, delta=732000 ns, racy<=15000 ns 18:03:06.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.673327000, lastModified=2023-03-25 18:03:06.672268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.673327000, lastModified=2023-03-25 18:03:06.672268000, delta=1059000 ns, racy<=15000 ns 18:03:06.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.676044000, lastModified=2023-03-25 18:03:06.675268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.676044000, lastModified=2023-03-25 18:03:06.675268000, delta=776000 ns, racy<=15000 ns 18:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.676345000, lastModified=2023-03-25 18:03:06.675268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.676345000, lastModified=2023-03-25 18:03:06.675268000, delta=1077000 ns, racy<=15000 ns 18:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.676621000, lastModified=2023-03-25 18:03:06.675268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.676621000, lastModified=2023-03-25 18:03:06.675268000, delta=1353000 ns, racy<=15000 ns 18:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.676891000, lastModified=2023-03-25 18:03:06.675268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.675268000 to 2023-03-25 18:03:06.676268000 18:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.677173000, lastModified=2023-03-25 18:03:06.676268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.677173000, lastModified=2023-03-25 18:03:06.676268000, delta=905000 ns, racy<=15000 ns 18:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.677464000, lastModified=2023-03-25 18:03:06.676268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.677464000, lastModified=2023-03-25 18:03:06.676268000, delta=1196000 ns, racy<=15000 ns 18:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.677729000, lastModified=2023-03-25 18:03:06.676268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.677729000, lastModified=2023-03-25 18:03:06.676268000, delta=1461000 ns, racy<=15000 ns 18:03:06.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.678005000, lastModified=2023-03-25 18:03:06.677268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.678005000, lastModified=2023-03-25 18:03:06.677268000, delta=737000 ns, racy<=15000 ns 18:03:06.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.678291000, lastModified=2023-03-25 18:03:06.677268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.678291000, lastModified=2023-03-25 18:03:06.677268000, delta=1023000 ns, racy<=15000 ns 18:03:06.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.678561000, lastModified=2023-03-25 18:03:06.677268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.678561000, lastModified=2023-03-25 18:03:06.677268000, delta=1293000 ns, racy<=15000 ns 18:03:06.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.678826000, lastModified=2023-03-25 18:03:06.677268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.677268000 to 2023-03-25 18:03:06.678268000 18:03:06.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.679130000, lastModified=2023-03-25 18:03:06.678268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.679130000, lastModified=2023-03-25 18:03:06.678268000, delta=862000 ns, racy<=15000 ns 18:03:06.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.679417000, lastModified=2023-03-25 18:03:06.678268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.679417000, lastModified=2023-03-25 18:03:06.678268000, delta=1149000 ns, racy<=15000 ns 18:03:06.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.679698000, lastModified=2023-03-25 18:03:06.678268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.679698000, lastModified=2023-03-25 18:03:06.678268000, delta=1430000 ns, racy<=15000 ns 18:03:06.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.679988000, lastModified=2023-03-25 18:03:06.679268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.679988000, lastModified=2023-03-25 18:03:06.679268000, delta=720000 ns, racy<=15000 ns 18:03:06.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.680288000, lastModified=2023-03-25 18:03:06.679268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.680288000, lastModified=2023-03-25 18:03:06.679268000, delta=1020000 ns, racy<=15000 ns 18:03:06.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.680567000, lastModified=2023-03-25 18:03:06.679268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.680567000, lastModified=2023-03-25 18:03:06.679268000, delta=1299000 ns, racy<=15000 ns 18:03:06.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.680853000, lastModified=2023-03-25 18:03:06.679268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.679268000 to 2023-03-25 18:03:06.680268000 18:03:06.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.681146000, lastModified=2023-03-25 18:03:06.680268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.681146000, lastModified=2023-03-25 18:03:06.680268000, delta=878000 ns, racy<=15000 ns 18:03:06.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.681436000, lastModified=2023-03-25 18:03:06.680268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.681436000, lastModified=2023-03-25 18:03:06.680268000, delta=1168000 ns, racy<=15000 ns 18:03:06.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.681731000, lastModified=2023-03-25 18:03:06.680268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.681731000, lastModified=2023-03-25 18:03:06.680268000, delta=1463000 ns, racy<=15000 ns 18:03:06.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.682027000, lastModified=2023-03-25 18:03:06.681268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.682027000, lastModified=2023-03-25 18:03:06.681268000, delta=759000 ns, racy<=15000 ns 18:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.682324000, lastModified=2023-03-25 18:03:06.681268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.682324000, lastModified=2023-03-25 18:03:06.681268000, delta=1056000 ns, racy<=15000 ns 18:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.682609000, lastModified=2023-03-25 18:03:06.681268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.682609000, lastModified=2023-03-25 18:03:06.681268000, delta=1341000 ns, racy<=15000 ns 18:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.682897000, lastModified=2023-03-25 18:03:06.681268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.681268000 to 2023-03-25 18:03:06.682268000 18:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.683182000, lastModified=2023-03-25 18:03:06.682268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.683182000, lastModified=2023-03-25 18:03:06.682268000, delta=914000 ns, racy<=15000 ns 18:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.683463000, lastModified=2023-03-25 18:03:06.682268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.683463000, lastModified=2023-03-25 18:03:06.682268000, delta=1195000 ns, racy<=15000 ns 18:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.683747000, lastModified=2023-03-25 18:03:06.682268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.683747000, lastModified=2023-03-25 18:03:06.682268000, delta=1479000 ns, racy<=15000 ns 18:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.684112000, lastModified=2023-03-25 18:03:06.683268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.684112000, lastModified=2023-03-25 18:03:06.683268000, delta=844000 ns, racy<=15000 ns 18:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.684420000, lastModified=2023-03-25 18:03:06.683268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.684420000, lastModified=2023-03-25 18:03:06.683268000, delta=1152000 ns, racy<=15000 ns 18:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.684705000, lastModified=2023-03-25 18:03:06.683268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.684705000, lastModified=2023-03-25 18:03:06.683268000, delta=1437000 ns, racy<=15000 ns 18:03:06.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.684995000, lastModified=2023-03-25 18:03:06.684268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.684995000, lastModified=2023-03-25 18:03:06.684268000, delta=727000 ns, racy<=15000 ns 18:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.685287000, lastModified=2023-03-25 18:03:06.684268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.685287000, lastModified=2023-03-25 18:03:06.684268000, delta=1019000 ns, racy<=15000 ns 18:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.685566000, lastModified=2023-03-25 18:03:06.684268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.685566000, lastModified=2023-03-25 18:03:06.684268000, delta=1298000 ns, racy<=15000 ns 18:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.685847000, lastModified=2023-03-25 18:03:06.684268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.684268000 to 2023-03-25 18:03:06.685268000 18:03:06.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.686135000, lastModified=2023-03-25 18:03:06.685268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.686135000, lastModified=2023-03-25 18:03:06.685268000, delta=867000 ns, racy<=15000 ns 18:03:06.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.686424000, lastModified=2023-03-25 18:03:06.685268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.686424000, lastModified=2023-03-25 18:03:06.685268000, delta=1156000 ns, racy<=15000 ns 18:03:06.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.686707000, lastModified=2023-03-25 18:03:06.685268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.686707000, lastModified=2023-03-25 18:03:06.685268000, delta=1439000 ns, racy<=15000 ns 18:03:06.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.686999000, lastModified=2023-03-25 18:03:06.686268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.686999000, lastModified=2023-03-25 18:03:06.686268000, delta=731000 ns, racy<=15000 ns 18:03:06.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.687299000, lastModified=2023-03-25 18:03:06.686268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.687299000, lastModified=2023-03-25 18:03:06.686268000, delta=1031000 ns, racy<=15000 ns 18:03:06.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.687586000, lastModified=2023-03-25 18:03:06.686268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.687586000, lastModified=2023-03-25 18:03:06.686268000, delta=1318000 ns, racy<=15000 ns 18:03:06.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.687880000, lastModified=2023-03-25 18:03:06.686268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.686268000 to 2023-03-25 18:03:06.687268000 18:03:06.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.688169000, lastModified=2023-03-25 18:03:06.687268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.688169000, lastModified=2023-03-25 18:03:06.687268000, delta=901000 ns, racy<=15000 ns 18:03:06.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.688450000, lastModified=2023-03-25 18:03:06.687268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.688450000, lastModified=2023-03-25 18:03:06.687268000, delta=1182000 ns, racy<=15000 ns 18:03:06.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.688736000, lastModified=2023-03-25 18:03:06.687268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.688736000, lastModified=2023-03-25 18:03:06.687268000, delta=1468000 ns, racy<=15000 ns 18:03:06.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.689032000, lastModified=2023-03-25 18:03:06.688268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.689032000, lastModified=2023-03-25 18:03:06.688268000, delta=764000 ns, racy<=15000 ns 18:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.689324000, lastModified=2023-03-25 18:03:06.688268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.689324000, lastModified=2023-03-25 18:03:06.688268000, delta=1056000 ns, racy<=15000 ns 18:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.689608000, lastModified=2023-03-25 18:03:06.688268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.689608000, lastModified=2023-03-25 18:03:06.688268000, delta=1340000 ns, racy<=15000 ns 18:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.689890000, lastModified=2023-03-25 18:03:06.688268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.688268000 to 2023-03-25 18:03:06.689268000 18:03:06.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.690179000, lastModified=2023-03-25 18:03:06.689268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.690179000, lastModified=2023-03-25 18:03:06.689268000, delta=911000 ns, racy<=15000 ns 18:03:06.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.690468000, lastModified=2023-03-25 18:03:06.689268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.690468000, lastModified=2023-03-25 18:03:06.689268000, delta=1200000 ns, racy<=15000 ns 18:03:06.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.694293000, lastModified=2023-03-25 18:03:06.689268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.689268000 to 2023-03-25 18:03:06.693268000 18:03:06.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.694667000, lastModified=2023-03-25 18:03:06.693268000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.693268000 to 2023-03-25 18:03:06.748270000 18:03:06.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.750321000, lastModified=2023-03-25 18:03:06.749270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.750321000, lastModified=2023-03-25 18:03:06.749270000, delta=1051000 ns, racy<=15000 ns 18:03:06.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.750719000, lastModified=2023-03-25 18:03:06.749270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.750719000, lastModified=2023-03-25 18:03:06.749270000, delta=1449000 ns, racy<=15000 ns 18:03:06.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.751105000, lastModified=2023-03-25 18:03:06.750270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.751105000, lastModified=2023-03-25 18:03:06.750270000, delta=835000 ns, racy<=15000 ns 18:03:06.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.751438000, lastModified=2023-03-25 18:03:06.750270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.751438000, lastModified=2023-03-25 18:03:06.750270000, delta=1168000 ns, racy<=15000 ns 18:03:06.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.751752000, lastModified=2023-03-25 18:03:06.750270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.751752000, lastModified=2023-03-25 18:03:06.750270000, delta=1482000 ns, racy<=15000 ns 18:03:06.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.752049000, lastModified=2023-03-25 18:03:06.751270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.752049000, lastModified=2023-03-25 18:03:06.751270000, delta=779000 ns, racy<=15000 ns 18:03:06.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.752361000, lastModified=2023-03-25 18:03:06.751270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.752361000, lastModified=2023-03-25 18:03:06.751270000, delta=1091000 ns, racy<=15000 ns 18:03:06.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.752641000, lastModified=2023-03-25 18:03:06.751270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.752641000, lastModified=2023-03-25 18:03:06.751270000, delta=1371000 ns, racy<=15000 ns 18:03:06.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.752940000, lastModified=2023-03-25 18:03:06.752270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.752940000, lastModified=2023-03-25 18:03:06.752270000, delta=670000 ns, racy<=15000 ns 18:03:06.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.753232000, lastModified=2023-03-25 18:03:06.752270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.753232000, lastModified=2023-03-25 18:03:06.752270000, delta=962000 ns, racy<=15000 ns 18:03:06.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.753508000, lastModified=2023-03-25 18:03:06.752270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.753508000, lastModified=2023-03-25 18:03:06.752270000, delta=1238000 ns, racy<=15000 ns 18:03:06.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.753787000, lastModified=2023-03-25 18:03:06.752270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.752270000 to 2023-03-25 18:03:06.753270000 18:03:06.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.754066000, lastModified=2023-03-25 18:03:06.753270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.754066000, lastModified=2023-03-25 18:03:06.753270000, delta=796000 ns, racy<=15000 ns 18:03:06.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.754362000, lastModified=2023-03-25 18:03:06.753270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.754362000, lastModified=2023-03-25 18:03:06.753270000, delta=1092000 ns, racy<=15000 ns 18:03:06.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.754639000, lastModified=2023-03-25 18:03:06.753270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.754639000, lastModified=2023-03-25 18:03:06.753270000, delta=1369000 ns, racy<=15000 ns 18:03:06.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.754936000, lastModified=2023-03-25 18:03:06.753270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.753270000 to 2023-03-25 18:03:06.754270000 18:03:06.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.755221000, lastModified=2023-03-25 18:03:06.754270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.755221000, lastModified=2023-03-25 18:03:06.754270000, delta=951000 ns, racy<=15000 ns 18:03:06.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.755507000, lastModified=2023-03-25 18:03:06.754270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.755507000, lastModified=2023-03-25 18:03:06.754270000, delta=1237000 ns, racy<=15000 ns 18:03:06.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.755811000, lastModified=2023-03-25 18:03:06.754270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.754270000 to 2023-03-25 18:03:06.755270000 18:03:06.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.756086000, lastModified=2023-03-25 18:03:06.755270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.756086000, lastModified=2023-03-25 18:03:06.755270000, delta=816000 ns, racy<=15000 ns 18:03:06.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.756402000, lastModified=2023-03-25 18:03:06.755270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.756402000, lastModified=2023-03-25 18:03:06.755270000, delta=1132000 ns, racy<=15000 ns 18:03:06.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.756688000, lastModified=2023-03-25 18:03:06.755270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.756688000, lastModified=2023-03-25 18:03:06.755270000, delta=1418000 ns, racy<=15000 ns 18:03:06.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.756981000, lastModified=2023-03-25 18:03:06.756270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.756981000, lastModified=2023-03-25 18:03:06.756270000, delta=711000 ns, racy<=15000 ns 18:03:06.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.757292000, lastModified=2023-03-25 18:03:06.756270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.757292000, lastModified=2023-03-25 18:03:06.756270000, delta=1022000 ns, racy<=15000 ns 18:03:06.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.757581000, lastModified=2023-03-25 18:03:06.756270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.757581000, lastModified=2023-03-25 18:03:06.756270000, delta=1311000 ns, racy<=15000 ns 18:03:06.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.757860000, lastModified=2023-03-25 18:03:06.756270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.756270000 to 2023-03-25 18:03:06.757270000 18:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.758152000, lastModified=2023-03-25 18:03:06.757270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.758152000, lastModified=2023-03-25 18:03:06.757270000, delta=882000 ns, racy<=15000 ns 18:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.758455000, lastModified=2023-03-25 18:03:06.757270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.758455000, lastModified=2023-03-25 18:03:06.757270000, delta=1185000 ns, racy<=15000 ns 18:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.758744000, lastModified=2023-03-25 18:03:06.757270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.758744000, lastModified=2023-03-25 18:03:06.757270000, delta=1474000 ns, racy<=15000 ns 18:03:06.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.759039000, lastModified=2023-03-25 18:03:06.758270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.759039000, lastModified=2023-03-25 18:03:06.758270000, delta=769000 ns, racy<=15000 ns 18:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.759337000, lastModified=2023-03-25 18:03:06.758270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.759337000, lastModified=2023-03-25 18:03:06.758270000, delta=1067000 ns, racy<=15000 ns 18:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.759617000, lastModified=2023-03-25 18:03:06.758270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.759617000, lastModified=2023-03-25 18:03:06.758270000, delta=1347000 ns, racy<=15000 ns 18:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.759 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.759909000, lastModified=2023-03-25 18:03:06.758270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.758270000 to 2023-03-25 18:03:06.759270000 18:03:06.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.760197000, lastModified=2023-03-25 18:03:06.759270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.760197000, lastModified=2023-03-25 18:03:06.759270000, delta=927000 ns, racy<=15000 ns 18:03:06.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.760483000, lastModified=2023-03-25 18:03:06.759270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.760483000, lastModified=2023-03-25 18:03:06.759270000, delta=1213000 ns, racy<=15000 ns 18:03:06.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.760787000, lastModified=2023-03-25 18:03:06.759270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.759270000 to 2023-03-25 18:03:06.760270000 18:03:06.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.761084000, lastModified=2023-03-25 18:03:06.760270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.761084000, lastModified=2023-03-25 18:03:06.760270000, delta=814000 ns, racy<=15000 ns 18:03:06.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.761395000, lastModified=2023-03-25 18:03:06.760270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.761395000, lastModified=2023-03-25 18:03:06.760270000, delta=1125000 ns, racy<=15000 ns 18:03:06.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.761712000, lastModified=2023-03-25 18:03:06.760270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.761712000, lastModified=2023-03-25 18:03:06.760270000, delta=1442000 ns, racy<=15000 ns 18:03:06.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.762021000, lastModified=2023-03-25 18:03:06.761270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.762021000, lastModified=2023-03-25 18:03:06.761270000, delta=751000 ns, racy<=15000 ns 18:03:06.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.762311000, lastModified=2023-03-25 18:03:06.761270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.762311000, lastModified=2023-03-25 18:03:06.761270000, delta=1041000 ns, racy<=15000 ns 18:03:06.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.762585000, lastModified=2023-03-25 18:03:06.761270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.762585000, lastModified=2023-03-25 18:03:06.761270000, delta=1315000 ns, racy<=15000 ns 18:03:06.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.762860000, lastModified=2023-03-25 18:03:06.761270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.761270000 to 2023-03-25 18:03:06.762270000 18:03:06.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.763174000, lastModified=2023-03-25 18:03:06.762270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.763174000, lastModified=2023-03-25 18:03:06.762270000, delta=904000 ns, racy<=15000 ns 18:03:06.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.763456000, lastModified=2023-03-25 18:03:06.762270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.763456000, lastModified=2023-03-25 18:03:06.762270000, delta=1186000 ns, racy<=15000 ns 18:03:06.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.763749000, lastModified=2023-03-25 18:03:06.762270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.763749000, lastModified=2023-03-25 18:03:06.762270000, delta=1479000 ns, racy<=15000 ns 18:03:06.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.764045000, lastModified=2023-03-25 18:03:06.763270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.764045000, lastModified=2023-03-25 18:03:06.763270000, delta=775000 ns, racy<=15000 ns 18:03:06.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.764347000, lastModified=2023-03-25 18:03:06.763270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.764347000, lastModified=2023-03-25 18:03:06.763270000, delta=1077000 ns, racy<=15000 ns 18:03:06.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.764641000, lastModified=2023-03-25 18:03:06.763270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.764641000, lastModified=2023-03-25 18:03:06.763270000, delta=1371000 ns, racy<=15000 ns 18:03:06.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.764928000, lastModified=2023-03-25 18:03:06.763270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.763270000 to 2023-03-25 18:03:06.764270000 18:03:06.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.772135000, lastModified=2023-03-25 18:03:06.771270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.772135000, lastModified=2023-03-25 18:03:06.771270000, delta=865000 ns, racy<=15000 ns 18:03:06.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.772505000, lastModified=2023-03-25 18:03:06.771270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.772505000, lastModified=2023-03-25 18:03:06.771270000, delta=1235000 ns, racy<=15000 ns 18:03:06.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.772788000, lastModified=2023-03-25 18:03:06.771270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.771270000 to 2023-03-25 18:03:06.772270000 18:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.773073000, lastModified=2023-03-25 18:03:06.772270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.773073000, lastModified=2023-03-25 18:03:06.772270000, delta=803000 ns, racy<=15000 ns 18:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.773381000, lastModified=2023-03-25 18:03:06.772270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.773381000, lastModified=2023-03-25 18:03:06.772270000, delta=1111000 ns, racy<=15000 ns 18:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.773662000, lastModified=2023-03-25 18:03:06.772270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.773662000, lastModified=2023-03-25 18:03:06.772270000, delta=1392000 ns, racy<=15000 ns 18:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.773952000, lastModified=2023-03-25 18:03:06.773270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.773952000, lastModified=2023-03-25 18:03:06.773270000, delta=682000 ns, racy<=15000 ns 18:03:06.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.774263000, lastModified=2023-03-25 18:03:06.773270000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.774263000, lastModified=2023-03-25 18:03:06.773270000, delta=993000 ns, racy<=15000 ns 18:03:06.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.864140000, lastModified=2023-03-25 18:03:06.863272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.864140000, lastModified=2023-03-25 18:03:06.863272000, delta=868000 ns, racy<=15000 ns 18:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.864510000, lastModified=2023-03-25 18:03:06.863272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.864510000, lastModified=2023-03-25 18:03:06.863272000, delta=1238000 ns, racy<=15000 ns 18:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.864804000, lastModified=2023-03-25 18:03:06.863272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.863272000 to 2023-03-25 18:03:06.864272000 18:03:06.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.865085000, lastModified=2023-03-25 18:03:06.864272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.865085000, lastModified=2023-03-25 18:03:06.864272000, delta=813000 ns, racy<=15000 ns 18:03:06.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.865371000, lastModified=2023-03-25 18:03:06.864272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.865371000, lastModified=2023-03-25 18:03:06.864272000, delta=1099000 ns, racy<=15000 ns 18:03:06.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.865661000, lastModified=2023-03-25 18:03:06.864272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.865661000, lastModified=2023-03-25 18:03:06.864272000, delta=1389000 ns, racy<=15000 ns 18:03:06.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.865949000, lastModified=2023-03-25 18:03:06.865272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.865949000, lastModified=2023-03-25 18:03:06.865272000, delta=677000 ns, racy<=15000 ns 18:03:06.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.866244000, lastModified=2023-03-25 18:03:06.865272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.866244000, lastModified=2023-03-25 18:03:06.865272000, delta=972000 ns, racy<=15000 ns 18:03:06.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.866522000, lastModified=2023-03-25 18:03:06.865272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.866522000, lastModified=2023-03-25 18:03:06.865272000, delta=1250000 ns, racy<=15000 ns 18:03:06.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.866809000, lastModified=2023-03-25 18:03:06.865272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.865272000 to 2023-03-25 18:03:06.866272000 18:03:06.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.867080000, lastModified=2023-03-25 18:03:06.866272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.867080000, lastModified=2023-03-25 18:03:06.866272000, delta=808000 ns, racy<=15000 ns 18:03:06.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.867375000, lastModified=2023-03-25 18:03:06.866272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.867375000, lastModified=2023-03-25 18:03:06.866272000, delta=1103000 ns, racy<=15000 ns 18:03:06.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.867654000, lastModified=2023-03-25 18:03:06.866272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.867654000, lastModified=2023-03-25 18:03:06.866272000, delta=1382000 ns, racy<=15000 ns 18:03:06.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.867938000, lastModified=2023-03-25 18:03:06.867272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.867938000, lastModified=2023-03-25 18:03:06.867272000, delta=666000 ns, racy<=15000 ns 18:03:06.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.868229000, lastModified=2023-03-25 18:03:06.867272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.868229000, lastModified=2023-03-25 18:03:06.867272000, delta=957000 ns, racy<=15000 ns 18:03:06.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.868507000, lastModified=2023-03-25 18:03:06.867272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.868507000, lastModified=2023-03-25 18:03:06.867272000, delta=1235000 ns, racy<=15000 ns 18:03:06.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.868809000, lastModified=2023-03-25 18:03:06.867272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.867272000 to 2023-03-25 18:03:06.868272000 18:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.869118000, lastModified=2023-03-25 18:03:06.868272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.869118000, lastModified=2023-03-25 18:03:06.868272000, delta=846000 ns, racy<=15000 ns 18:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.869409000, lastModified=2023-03-25 18:03:06.868272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.869409000, lastModified=2023-03-25 18:03:06.868272000, delta=1137000 ns, racy<=15000 ns 18:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.869748000, lastModified=2023-03-25 18:03:06.868272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.869748000, lastModified=2023-03-25 18:03:06.868272000, delta=1476000 ns, racy<=15000 ns 18:03:06.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.870048000, lastModified=2023-03-25 18:03:06.869272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.870048000, lastModified=2023-03-25 18:03:06.869272000, delta=776000 ns, racy<=15000 ns 18:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.870352000, lastModified=2023-03-25 18:03:06.869272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.870352000, lastModified=2023-03-25 18:03:06.869272000, delta=1080000 ns, racy<=15000 ns 18:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.870628000, lastModified=2023-03-25 18:03:06.869272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.870628000, lastModified=2023-03-25 18:03:06.869272000, delta=1356000 ns, racy<=15000 ns 18:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.870915000, lastModified=2023-03-25 18:03:06.869272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.869272000 to 2023-03-25 18:03:06.870272000 18:03:06.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.871201000, lastModified=2023-03-25 18:03:06.870272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.871201000, lastModified=2023-03-25 18:03:06.870272000, delta=929000 ns, racy<=15000 ns 18:03:06.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.871480000, lastModified=2023-03-25 18:03:06.870272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.871480000, lastModified=2023-03-25 18:03:06.870272000, delta=1208000 ns, racy<=15000 ns 18:03:06.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.871804000, lastModified=2023-03-25 18:03:06.870272000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.870272000 to 2023-03-25 18:03:06.871273000 18:03:06.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.872131000, lastModified=2023-03-25 18:03:06.871273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.872131000, lastModified=2023-03-25 18:03:06.871273000, delta=858000 ns, racy<=15000 ns 18:03:06.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.872453000, lastModified=2023-03-25 18:03:06.871273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.872453000, lastModified=2023-03-25 18:03:06.871273000, delta=1180000 ns, racy<=15000 ns 18:03:06.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.872784000, lastModified=2023-03-25 18:03:06.871273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.871273000 to 2023-03-25 18:03:06.872273000 18:03:06.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.873093000, lastModified=2023-03-25 18:03:06.872273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.873093000, lastModified=2023-03-25 18:03:06.872273000, delta=820000 ns, racy<=15000 ns 18:03:06.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.873454000, lastModified=2023-03-25 18:03:06.872273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.873454000, lastModified=2023-03-25 18:03:06.872273000, delta=1181000 ns, racy<=15000 ns 18:03:06.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.873778000, lastModified=2023-03-25 18:03:06.872273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.873778000, lastModified=2023-03-25 18:03:06.872273000, delta=1505000 ns, racy<=15000 ns 18:03:06.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.874066000, lastModified=2023-03-25 18:03:06.873273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.874066000, lastModified=2023-03-25 18:03:06.873273000, delta=793000 ns, racy<=15000 ns 18:03:06.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.874381000, lastModified=2023-03-25 18:03:06.873273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.874381000, lastModified=2023-03-25 18:03:06.873273000, delta=1108000 ns, racy<=15000 ns 18:03:06.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.874664000, lastModified=2023-03-25 18:03:06.873273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.874664000, lastModified=2023-03-25 18:03:06.873273000, delta=1391000 ns, racy<=15000 ns 18:03:06.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.874956000, lastModified=2023-03-25 18:03:06.874273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.874956000, lastModified=2023-03-25 18:03:06.874273000, delta=683000 ns, racy<=15000 ns 18:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.875251000, lastModified=2023-03-25 18:03:06.874273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.875251000, lastModified=2023-03-25 18:03:06.874273000, delta=978000 ns, racy<=15000 ns 18:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.875526000, lastModified=2023-03-25 18:03:06.874273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.875526000, lastModified=2023-03-25 18:03:06.874273000, delta=1253000 ns, racy<=15000 ns 18:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.875835000, lastModified=2023-03-25 18:03:06.874273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.874273000 to 2023-03-25 18:03:06.875273000 18:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.876130000, lastModified=2023-03-25 18:03:06.875273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.876130000, lastModified=2023-03-25 18:03:06.875273000, delta=857000 ns, racy<=15000 ns 18:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.876458000, lastModified=2023-03-25 18:03:06.875273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.876458000, lastModified=2023-03-25 18:03:06.875273000, delta=1185000 ns, racy<=15000 ns 18:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.876739000, lastModified=2023-03-25 18:03:06.875273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.876739000, lastModified=2023-03-25 18:03:06.875273000, delta=1466000 ns, racy<=15000 ns 18:03:06.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.880633000, lastModified=2023-03-25 18:03:06.876273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.876273000 to 2023-03-25 18:03:06.879273000 18:03:06.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.880951000, lastModified=2023-03-25 18:03:06.880273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.880951000, lastModified=2023-03-25 18:03:06.880273000, delta=678000 ns, racy<=15000 ns 18:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.881243000, lastModified=2023-03-25 18:03:06.880273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.881243000, lastModified=2023-03-25 18:03:06.880273000, delta=970000 ns, racy<=15000 ns 18:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.881516000, lastModified=2023-03-25 18:03:06.880273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.881516000, lastModified=2023-03-25 18:03:06.880273000, delta=1243000 ns, racy<=15000 ns 18:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.881811000, lastModified=2023-03-25 18:03:06.880273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.880273000 to 2023-03-25 18:03:06.881273000 18:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.882082000, lastModified=2023-03-25 18:03:06.881273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.882082000, lastModified=2023-03-25 18:03:06.881273000, delta=809000 ns, racy<=15000 ns 18:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.882374000, lastModified=2023-03-25 18:03:06.881273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.882374000, lastModified=2023-03-25 18:03:06.881273000, delta=1101000 ns, racy<=15000 ns 18:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.882656000, lastModified=2023-03-25 18:03:06.881273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.882656000, lastModified=2023-03-25 18:03:06.881273000, delta=1383000 ns, racy<=15000 ns 18:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.882960000, lastModified=2023-03-25 18:03:06.882273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.882960000, lastModified=2023-03-25 18:03:06.882273000, delta=687000 ns, racy<=15000 ns 18:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.883241000, lastModified=2023-03-25 18:03:06.882273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.883241000, lastModified=2023-03-25 18:03:06.882273000, delta=968000 ns, racy<=15000 ns 18:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.883511000, lastModified=2023-03-25 18:03:06.882273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.883511000, lastModified=2023-03-25 18:03:06.882273000, delta=1238000 ns, racy<=15000 ns 18:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.883828000, lastModified=2023-03-25 18:03:06.882273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.882273000 to 2023-03-25 18:03:06.883273000 18:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.884132000, lastModified=2023-03-25 18:03:06.883273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.884132000, lastModified=2023-03-25 18:03:06.883273000, delta=859000 ns, racy<=15000 ns 18:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.884448000, lastModified=2023-03-25 18:03:06.883273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.884448000, lastModified=2023-03-25 18:03:06.883273000, delta=1175000 ns, racy<=15000 ns 18:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.884718000, lastModified=2023-03-25 18:03:06.883273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.884718000, lastModified=2023-03-25 18:03:06.883273000, delta=1445000 ns, racy<=15000 ns 18:03:06.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.885022000, lastModified=2023-03-25 18:03:06.884273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.885022000, lastModified=2023-03-25 18:03:06.884273000, delta=749000 ns, racy<=15000 ns 18:03:06.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.885330000, lastModified=2023-03-25 18:03:06.884273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.885330000, lastModified=2023-03-25 18:03:06.884273000, delta=1057000 ns, racy<=15000 ns 18:03:06.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.885603000, lastModified=2023-03-25 18:03:06.884273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.885603000, lastModified=2023-03-25 18:03:06.884273000, delta=1330000 ns, racy<=15000 ns 18:03:06.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.885868000, lastModified=2023-03-25 18:03:06.884273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.884273000 to 2023-03-25 18:03:06.885273000 18:03:06.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.886148000, lastModified=2023-03-25 18:03:06.885273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.886148000, lastModified=2023-03-25 18:03:06.885273000, delta=875000 ns, racy<=15000 ns 18:03:06.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.886422000, lastModified=2023-03-25 18:03:06.885273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.886422000, lastModified=2023-03-25 18:03:06.885273000, delta=1149000 ns, racy<=15000 ns 18:03:06.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.886689000, lastModified=2023-03-25 18:03:06.885273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.886689000, lastModified=2023-03-25 18:03:06.885273000, delta=1416000 ns, racy<=15000 ns 18:03:06.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.886963000, lastModified=2023-03-25 18:03:06.886273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.886963000, lastModified=2023-03-25 18:03:06.886273000, delta=690000 ns, racy<=15000 ns 18:03:06.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.887247000, lastModified=2023-03-25 18:03:06.886273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.887247000, lastModified=2023-03-25 18:03:06.886273000, delta=974000 ns, racy<=15000 ns 18:03:06.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.887518000, lastModified=2023-03-25 18:03:06.886273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.887518000, lastModified=2023-03-25 18:03:06.886273000, delta=1245000 ns, racy<=15000 ns 18:03:06.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.887791000, lastModified=2023-03-25 18:03:06.886273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.886273000 to 2023-03-25 18:03:06.887273000 18:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.888059000, lastModified=2023-03-25 18:03:06.887273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.888059000, lastModified=2023-03-25 18:03:06.887273000, delta=786000 ns, racy<=15000 ns 18:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.888364000, lastModified=2023-03-25 18:03:06.887273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.888364000, lastModified=2023-03-25 18:03:06.887273000, delta=1091000 ns, racy<=15000 ns 18:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.888698000, lastModified=2023-03-25 18:03:06.887273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.888698000, lastModified=2023-03-25 18:03:06.887273000, delta=1425000 ns, racy<=15000 ns 18:03:06.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.889010000, lastModified=2023-03-25 18:03:06.888273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.889010000, lastModified=2023-03-25 18:03:06.888273000, delta=737000 ns, racy<=15000 ns 18:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.889311000, lastModified=2023-03-25 18:03:06.888273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.889311000, lastModified=2023-03-25 18:03:06.888273000, delta=1038000 ns, racy<=15000 ns 18:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.889615000, lastModified=2023-03-25 18:03:06.888273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.889615000, lastModified=2023-03-25 18:03:06.888273000, delta=1342000 ns, racy<=15000 ns 18:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.889900000, lastModified=2023-03-25 18:03:06.888273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.888273000 to 2023-03-25 18:03:06.889273000 18:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.890194000, lastModified=2023-03-25 18:03:06.889273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.890194000, lastModified=2023-03-25 18:03:06.889273000, delta=921000 ns, racy<=15000 ns 18:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.890517000, lastModified=2023-03-25 18:03:06.889273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.890517000, lastModified=2023-03-25 18:03:06.889273000, delta=1244000 ns, racy<=15000 ns 18:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.890836000, lastModified=2023-03-25 18:03:06.889273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.889273000 to 2023-03-25 18:03:06.890273000 18:03:06.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.891141000, lastModified=2023-03-25 18:03:06.890273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.891141000, lastModified=2023-03-25 18:03:06.890273000, delta=868000 ns, racy<=15000 ns 18:03:06.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.891422000, lastModified=2023-03-25 18:03:06.890273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.891422000, lastModified=2023-03-25 18:03:06.890273000, delta=1149000 ns, racy<=15000 ns 18:03:06.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.891693000, lastModified=2023-03-25 18:03:06.890273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.891693000, lastModified=2023-03-25 18:03:06.890273000, delta=1420000 ns, racy<=15000 ns 18:03:06.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.891973000, lastModified=2023-03-25 18:03:06.891273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.891973000, lastModified=2023-03-25 18:03:06.891273000, delta=700000 ns, racy<=15000 ns 18:03:06.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.892260000, lastModified=2023-03-25 18:03:06.891273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.892260000, lastModified=2023-03-25 18:03:06.891273000, delta=987000 ns, racy<=15000 ns 18:03:06.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.892549000, lastModified=2023-03-25 18:03:06.891273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.892549000, lastModified=2023-03-25 18:03:06.891273000, delta=1276000 ns, racy<=15000 ns 18:03:06.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.892863000, lastModified=2023-03-25 18:03:06.891273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.891273000 to 2023-03-25 18:03:06.892273000 18:03:06.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.893159000, lastModified=2023-03-25 18:03:06.892273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.893159000, lastModified=2023-03-25 18:03:06.892273000, delta=886000 ns, racy<=15000 ns 18:03:06.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.893473000, lastModified=2023-03-25 18:03:06.892273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.893473000, lastModified=2023-03-25 18:03:06.892273000, delta=1200000 ns, racy<=15000 ns 18:03:06.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.893772000, lastModified=2023-03-25 18:03:06.892273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.893772000, lastModified=2023-03-25 18:03:06.892273000, delta=1499000 ns, racy<=15000 ns 18:03:06.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.894057000, lastModified=2023-03-25 18:03:06.893273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.894057000, lastModified=2023-03-25 18:03:06.893273000, delta=784000 ns, racy<=15000 ns 18:03:06.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.894340000, lastModified=2023-03-25 18:03:06.893273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.894340000, lastModified=2023-03-25 18:03:06.893273000, delta=1067000 ns, racy<=15000 ns 18:03:06.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.894619000, lastModified=2023-03-25 18:03:06.893273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.894619000, lastModified=2023-03-25 18:03:06.893273000, delta=1346000 ns, racy<=15000 ns 18:03:06.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.894903000, lastModified=2023-03-25 18:03:06.893273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.893273000 to 2023-03-25 18:03:06.894273000 18:03:06.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.949707000, lastModified=2023-03-25 18:03:06.894273000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.894273000 to 2023-03-25 18:03:06.949274000 18:03:06.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.950254000, lastModified=2023-03-25 18:03:06.949274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.950254000, lastModified=2023-03-25 18:03:06.949274000, delta=980000 ns, racy<=15000 ns 18:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.954260000, lastModified=2023-03-25 18:03:06.953274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.954260000, lastModified=2023-03-25 18:03:06.953274000, delta=986000 ns, racy<=15000 ns 18:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.954557000, lastModified=2023-03-25 18:03:06.953274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.954557000, lastModified=2023-03-25 18:03:06.953274000, delta=1283000 ns, racy<=15000 ns 18:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.954878000, lastModified=2023-03-25 18:03:06.953274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.953274000 to 2023-03-25 18:03:06.954274000 18:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.955194000, lastModified=2023-03-25 18:03:06.954274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.955194000, lastModified=2023-03-25 18:03:06.954274000, delta=920000 ns, racy<=15000 ns 18:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.955513000, lastModified=2023-03-25 18:03:06.954274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.955513000, lastModified=2023-03-25 18:03:06.954274000, delta=1239000 ns, racy<=15000 ns 18:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.955792000, lastModified=2023-03-25 18:03:06.954274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.954274000 to 2023-03-25 18:03:06.955274000 18:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.956067000, lastModified=2023-03-25 18:03:06.955274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.956067000, lastModified=2023-03-25 18:03:06.955274000, delta=793000 ns, racy<=15000 ns 18:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.956363000, lastModified=2023-03-25 18:03:06.955274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.956363000, lastModified=2023-03-25 18:03:06.955274000, delta=1089000 ns, racy<=15000 ns 18:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.956644000, lastModified=2023-03-25 18:03:06.955274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.956644000, lastModified=2023-03-25 18:03:06.955274000, delta=1370000 ns, racy<=15000 ns 18:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.956929000, lastModified=2023-03-25 18:03:06.955274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.955274000 to 2023-03-25 18:03:06.956274000 18:03:06.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.957206000, lastModified=2023-03-25 18:03:06.956274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.957206000, lastModified=2023-03-25 18:03:06.956274000, delta=932000 ns, racy<=15000 ns 18:03:06.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.957485000, lastModified=2023-03-25 18:03:06.956274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.957485000, lastModified=2023-03-25 18:03:06.956274000, delta=1211000 ns, racy<=15000 ns 18:03:06.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.957758000, lastModified=2023-03-25 18:03:06.956274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.957758000, lastModified=2023-03-25 18:03:06.956274000, delta=1484000 ns, racy<=15000 ns 18:03:06.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.958046000, lastModified=2023-03-25 18:03:06.957274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.958046000, lastModified=2023-03-25 18:03:06.957274000, delta=772000 ns, racy<=15000 ns 18:03:06.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.958335000, lastModified=2023-03-25 18:03:06.957274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.958335000, lastModified=2023-03-25 18:03:06.957274000, delta=1061000 ns, racy<=15000 ns 18:03:06.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.958626000, lastModified=2023-03-25 18:03:06.957274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.958626000, lastModified=2023-03-25 18:03:06.957274000, delta=1352000 ns, racy<=15000 ns 18:03:06.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.958911000, lastModified=2023-03-25 18:03:06.957274000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.957274000 to 2023-03-25 18:03:06.958275000 18:03:06.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.959188000, lastModified=2023-03-25 18:03:06.958275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.959188000, lastModified=2023-03-25 18:03:06.958275000, delta=913000 ns, racy<=15000 ns 18:03:06.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.959877000, lastModified=2023-03-25 18:03:06.958275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.958275000 to 2023-03-25 18:03:06.959275000 18:03:06.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.960170000, lastModified=2023-03-25 18:03:06.959275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.960170000, lastModified=2023-03-25 18:03:06.959275000, delta=895000 ns, racy<=15000 ns 18:03:06.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.960446000, lastModified=2023-03-25 18:03:06.959275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.960446000, lastModified=2023-03-25 18:03:06.959275000, delta=1171000 ns, racy<=15000 ns 18:03:06.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.960748000, lastModified=2023-03-25 18:03:06.959275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.960748000, lastModified=2023-03-25 18:03:06.959275000, delta=1473000 ns, racy<=15000 ns 18:03:06.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.961031000, lastModified=2023-03-25 18:03:06.960275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.961031000, lastModified=2023-03-25 18:03:06.960275000, delta=756000 ns, racy<=15000 ns 18:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.961348000, lastModified=2023-03-25 18:03:06.960275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.961348000, lastModified=2023-03-25 18:03:06.960275000, delta=1073000 ns, racy<=15000 ns 18:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.961630000, lastModified=2023-03-25 18:03:06.960275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.961630000, lastModified=2023-03-25 18:03:06.960275000, delta=1355000 ns, racy<=15000 ns 18:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.961921000, lastModified=2023-03-25 18:03:06.960275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.960275000 to 2023-03-25 18:03:06.961275000 18:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.962208000, lastModified=2023-03-25 18:03:06.961275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.962208000, lastModified=2023-03-25 18:03:06.961275000, delta=933000 ns, racy<=15000 ns 18:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.962487000, lastModified=2023-03-25 18:03:06.961275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.962487000, lastModified=2023-03-25 18:03:06.961275000, delta=1212000 ns, racy<=15000 ns 18:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.962770000, lastModified=2023-03-25 18:03:06.961275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.962770000, lastModified=2023-03-25 18:03:06.961275000, delta=1495000 ns, racy<=15000 ns 18:03:06.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.963054000, lastModified=2023-03-25 18:03:06.962275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.963054000, lastModified=2023-03-25 18:03:06.962275000, delta=779000 ns, racy<=15000 ns 18:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.963342000, lastModified=2023-03-25 18:03:06.962275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.963342000, lastModified=2023-03-25 18:03:06.962275000, delta=1067000 ns, racy<=15000 ns 18:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.963627000, lastModified=2023-03-25 18:03:06.962275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.963627000, lastModified=2023-03-25 18:03:06.962275000, delta=1352000 ns, racy<=15000 ns 18:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.963912000, lastModified=2023-03-25 18:03:06.962275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.962275000 to 2023-03-25 18:03:06.963275000 18:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.964240000, lastModified=2023-03-25 18:03:06.963275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.964240000, lastModified=2023-03-25 18:03:06.963275000, delta=965000 ns, racy<=15000 ns 18:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.964566000, lastModified=2023-03-25 18:03:06.963275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.964566000, lastModified=2023-03-25 18:03:06.963275000, delta=1291000 ns, racy<=15000 ns 18:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.964902000, lastModified=2023-03-25 18:03:06.963275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.963275000 to 2023-03-25 18:03:06.964275000 18:03:06.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.965226000, lastModified=2023-03-25 18:03:06.964275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.965226000, lastModified=2023-03-25 18:03:06.964275000, delta=951000 ns, racy<=15000 ns 18:03:06.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.965537000, lastModified=2023-03-25 18:03:06.964275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.965537000, lastModified=2023-03-25 18:03:06.964275000, delta=1262000 ns, racy<=15000 ns 18:03:06.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.965838000, lastModified=2023-03-25 18:03:06.964275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.964275000 to 2023-03-25 18:03:06.965275000 18:03:06.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.966171000, lastModified=2023-03-25 18:03:06.965275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.966171000, lastModified=2023-03-25 18:03:06.965275000, delta=896000 ns, racy<=15000 ns 18:03:06.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.966514000, lastModified=2023-03-25 18:03:06.965275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.966514000, lastModified=2023-03-25 18:03:06.965275000, delta=1239000 ns, racy<=15000 ns 18:03:06.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.966846000, lastModified=2023-03-25 18:03:06.965275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.965275000 to 2023-03-25 18:03:06.966275000 18:03:06.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.967157000, lastModified=2023-03-25 18:03:06.966275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.967157000, lastModified=2023-03-25 18:03:06.966275000, delta=882000 ns, racy<=15000 ns 18:03:06.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.967474000, lastModified=2023-03-25 18:03:06.966275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.967474000, lastModified=2023-03-25 18:03:06.966275000, delta=1199000 ns, racy<=15000 ns 18:03:06.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.967769000, lastModified=2023-03-25 18:03:06.966275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.966275000 to 2023-03-25 18:03:06.967275000 18:03:06.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.968070000, lastModified=2023-03-25 18:03:06.967275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.968070000, lastModified=2023-03-25 18:03:06.967275000, delta=795000 ns, racy<=15000 ns 18:03:06.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.968366000, lastModified=2023-03-25 18:03:06.967275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.968366000, lastModified=2023-03-25 18:03:06.967275000, delta=1091000 ns, racy<=15000 ns 18:03:06.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.968647000, lastModified=2023-03-25 18:03:06.967275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.968647000, lastModified=2023-03-25 18:03:06.967275000, delta=1372000 ns, racy<=15000 ns 18:03:06.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.968938000, lastModified=2023-03-25 18:03:06.968275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.968938000, lastModified=2023-03-25 18:03:06.968275000, delta=663000 ns, racy<=15000 ns 18:03:06.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.969241000, lastModified=2023-03-25 18:03:06.968275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.969241000, lastModified=2023-03-25 18:03:06.968275000, delta=966000 ns, racy<=15000 ns 18:03:06.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.969526000, lastModified=2023-03-25 18:03:06.968275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.969526000, lastModified=2023-03-25 18:03:06.968275000, delta=1251000 ns, racy<=15000 ns 18:03:06.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.974300000, lastModified=2023-03-25 18:03:06.968275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.968275000 to 2023-03-25 18:03:06.973275000 18:03:06.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.974629000, lastModified=2023-03-25 18:03:06.973275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.974629000, lastModified=2023-03-25 18:03:06.973275000, delta=1354000 ns, racy<=15000 ns 18:03:06.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.974975000, lastModified=2023-03-25 18:03:06.973275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.973275000 to 2023-03-25 18:03:06.974275000 18:03:06.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.975258000, lastModified=2023-03-25 18:03:06.974275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.975258000, lastModified=2023-03-25 18:03:06.974275000, delta=983000 ns, racy<=15000 ns 18:03:06.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.975583000, lastModified=2023-03-25 18:03:06.974275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.975583000, lastModified=2023-03-25 18:03:06.974275000, delta=1308000 ns, racy<=15000 ns 18:03:06.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.975886000, lastModified=2023-03-25 18:03:06.974275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.974275000 to 2023-03-25 18:03:06.975275000 18:03:06.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.976270000, lastModified=2023-03-25 18:03:06.975275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.976270000, lastModified=2023-03-25 18:03:06.975275000, delta=995000 ns, racy<=15000 ns 18:03:06.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.976571000, lastModified=2023-03-25 18:03:06.975275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.976571000, lastModified=2023-03-25 18:03:06.975275000, delta=1296000 ns, racy<=15000 ns 18:03:06.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.976868000, lastModified=2023-03-25 18:03:06.975275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.975275000 to 2023-03-25 18:03:06.976275000 18:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.977181000, lastModified=2023-03-25 18:03:06.976275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.977181000, lastModified=2023-03-25 18:03:06.976275000, delta=906000 ns, racy<=15000 ns 18:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.977483000, lastModified=2023-03-25 18:03:06.976275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.977483000, lastModified=2023-03-25 18:03:06.976275000, delta=1208000 ns, racy<=15000 ns 18:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.977791000, lastModified=2023-03-25 18:03:06.976275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.976275000 to 2023-03-25 18:03:06.977275000 18:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.978102000, lastModified=2023-03-25 18:03:06.977275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.978102000, lastModified=2023-03-25 18:03:06.977275000, delta=827000 ns, racy<=15000 ns 18:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.978396000, lastModified=2023-03-25 18:03:06.977275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.978396000, lastModified=2023-03-25 18:03:06.977275000, delta=1121000 ns, racy<=15000 ns 18:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.978675000, lastModified=2023-03-25 18:03:06.977275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.978675000, lastModified=2023-03-25 18:03:06.977275000, delta=1400000 ns, racy<=15000 ns 18:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.978958000, lastModified=2023-03-25 18:03:06.978275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.978958000, lastModified=2023-03-25 18:03:06.978275000, delta=683000 ns, racy<=15000 ns 18:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.979250000, lastModified=2023-03-25 18:03:06.978275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.979250000, lastModified=2023-03-25 18:03:06.978275000, delta=975000 ns, racy<=15000 ns 18:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.979524000, lastModified=2023-03-25 18:03:06.978275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.979524000, lastModified=2023-03-25 18:03:06.978275000, delta=1249000 ns, racy<=15000 ns 18:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.979797000, lastModified=2023-03-25 18:03:06.978275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.979 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.978275000 to 2023-03-25 18:03:06.979275000 18:03:06.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.980072000, lastModified=2023-03-25 18:03:06.979275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.980072000, lastModified=2023-03-25 18:03:06.979275000, delta=797000 ns, racy<=15000 ns 18:03:06.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.980363000, lastModified=2023-03-25 18:03:06.979275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.980363000, lastModified=2023-03-25 18:03:06.979275000, delta=1088000 ns, racy<=15000 ns 18:03:06.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.980647000, lastModified=2023-03-25 18:03:06.979275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.980647000, lastModified=2023-03-25 18:03:06.979275000, delta=1372000 ns, racy<=15000 ns 18:03:06.980 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.981019000, lastModified=2023-03-25 18:03:06.980275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.981019000, lastModified=2023-03-25 18:03:06.980275000, delta=744000 ns, racy<=15000 ns 18:03:06.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.981376000, lastModified=2023-03-25 18:03:06.980275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.981376000, lastModified=2023-03-25 18:03:06.980275000, delta=1101000 ns, racy<=15000 ns 18:03:06.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.981728000, lastModified=2023-03-25 18:03:06.980275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.981728000, lastModified=2023-03-25 18:03:06.980275000, delta=1453000 ns, racy<=15000 ns 18:03:06.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.982047000, lastModified=2023-03-25 18:03:06.981275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.982047000, lastModified=2023-03-25 18:03:06.981275000, delta=772000 ns, racy<=15000 ns 18:03:06.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.982383000, lastModified=2023-03-25 18:03:06.981275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.982383000, lastModified=2023-03-25 18:03:06.981275000, delta=1108000 ns, racy<=15000 ns 18:03:06.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.982660000, lastModified=2023-03-25 18:03:06.981275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.982660000, lastModified=2023-03-25 18:03:06.981275000, delta=1385000 ns, racy<=15000 ns 18:03:06.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.982981000, lastModified=2023-03-25 18:03:06.982275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.982981000, lastModified=2023-03-25 18:03:06.982275000, delta=706000 ns, racy<=15000 ns 18:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.983277000, lastModified=2023-03-25 18:03:06.982275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.983277000, lastModified=2023-03-25 18:03:06.982275000, delta=1002000 ns, racy<=15000 ns 18:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.983556000, lastModified=2023-03-25 18:03:06.982275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.983556000, lastModified=2023-03-25 18:03:06.982275000, delta=1281000 ns, racy<=15000 ns 18:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.983835000, lastModified=2023-03-25 18:03:06.982275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.982275000 to 2023-03-25 18:03:06.983275000 18:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.984138000, lastModified=2023-03-25 18:03:06.983275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.984138000, lastModified=2023-03-25 18:03:06.983275000, delta=863000 ns, racy<=15000 ns 18:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.984413000, lastModified=2023-03-25 18:03:06.983275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.984413000, lastModified=2023-03-25 18:03:06.983275000, delta=1138000 ns, racy<=15000 ns 18:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.984708000, lastModified=2023-03-25 18:03:06.983275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.984708000, lastModified=2023-03-25 18:03:06.983275000, delta=1433000 ns, racy<=15000 ns 18:03:06.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.984998000, lastModified=2023-03-25 18:03:06.984275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.984998000, lastModified=2023-03-25 18:03:06.984275000, delta=723000 ns, racy<=15000 ns 18:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.985330000, lastModified=2023-03-25 18:03:06.984275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.985330000, lastModified=2023-03-25 18:03:06.984275000, delta=1055000 ns, racy<=15000 ns 18:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.985626000, lastModified=2023-03-25 18:03:06.984275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.985626000, lastModified=2023-03-25 18:03:06.984275000, delta=1351000 ns, racy<=15000 ns 18:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.985933000, lastModified=2023-03-25 18:03:06.984275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.984275000 to 2023-03-25 18:03:06.985275000 18:03:06.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.986219000, lastModified=2023-03-25 18:03:06.985275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.986219000, lastModified=2023-03-25 18:03:06.985275000, delta=944000 ns, racy<=15000 ns 18:03:06.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.986500000, lastModified=2023-03-25 18:03:06.985275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.986500000, lastModified=2023-03-25 18:03:06.985275000, delta=1225000 ns, racy<=15000 ns 18:03:06.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.986775000, lastModified=2023-03-25 18:03:06.985275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.986775000, lastModified=2023-03-25 18:03:06.985275000, delta=1500000 ns, racy<=15000 ns 18:03:06.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.987061000, lastModified=2023-03-25 18:03:06.986275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.987061000, lastModified=2023-03-25 18:03:06.986275000, delta=786000 ns, racy<=15000 ns 18:03:06.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.987364000, lastModified=2023-03-25 18:03:06.986275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.987364000, lastModified=2023-03-25 18:03:06.986275000, delta=1089000 ns, racy<=15000 ns 18:03:06.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.987647000, lastModified=2023-03-25 18:03:06.986275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.987647000, lastModified=2023-03-25 18:03:06.986275000, delta=1372000 ns, racy<=15000 ns 18:03:06.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.987928000, lastModified=2023-03-25 18:03:06.986275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.986275000 to 2023-03-25 18:03:06.987275000 18:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.988201000, lastModified=2023-03-25 18:03:06.987275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.988201000, lastModified=2023-03-25 18:03:06.987275000, delta=926000 ns, racy<=15000 ns 18:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.988476000, lastModified=2023-03-25 18:03:06.987275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.988476000, lastModified=2023-03-25 18:03:06.987275000, delta=1201000 ns, racy<=15000 ns 18:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.988755000, lastModified=2023-03-25 18:03:06.987275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.988755000, lastModified=2023-03-25 18:03:06.987275000, delta=1480000 ns, racy<=15000 ns 18:03:06.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.989041000, lastModified=2023-03-25 18:03:06.988275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.989041000, lastModified=2023-03-25 18:03:06.988275000, delta=766000 ns, racy<=15000 ns 18:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.989332000, lastModified=2023-03-25 18:03:06.988275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.989332000, lastModified=2023-03-25 18:03:06.988275000, delta=1057000 ns, racy<=15000 ns 18:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.989610000, lastModified=2023-03-25 18:03:06.988275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.989610000, lastModified=2023-03-25 18:03:06.988275000, delta=1335000 ns, racy<=15000 ns 18:03:06.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.993005000, lastModified=2023-03-25 18:03:06.992275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.993005000, lastModified=2023-03-25 18:03:06.992275000, delta=730000 ns, racy<=15000 ns 18:03:06.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.993344000, lastModified=2023-03-25 18:03:06.992275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.993344000, lastModified=2023-03-25 18:03:06.992275000, delta=1069000 ns, racy<=15000 ns 18:03:06.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.993639000, lastModified=2023-03-25 18:03:06.992275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.993639000, lastModified=2023-03-25 18:03:06.992275000, delta=1364000 ns, racy<=15000 ns 18:03:06.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.993946000, lastModified=2023-03-25 18:03:06.993275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.993946000, lastModified=2023-03-25 18:03:06.993275000, delta=671000 ns, racy<=15000 ns 18:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.994239000, lastModified=2023-03-25 18:03:06.993275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.994239000, lastModified=2023-03-25 18:03:06.993275000, delta=964000 ns, racy<=15000 ns 18:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.994525000, lastModified=2023-03-25 18:03:06.993275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.994525000, lastModified=2023-03-25 18:03:06.993275000, delta=1250000 ns, racy<=15000 ns 18:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:06.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.994797000, lastModified=2023-03-25 18:03:06.993275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:06.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:06.993275000 to 2023-03-25 18:03:06.994275000 18:03:06.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:06.995317000, lastModified=2023-03-25 18:03:06.994275000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:06.995317000, lastModified=2023-03-25 18:03:06.994275000, delta=1042000 ns, racy<=15000 ns 18:03:07.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.049959000, lastModified=2023-03-25 18:03:07.048277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.048277000 to 2023-03-25 18:03:07.049277000 18:03:07.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.050264000, lastModified=2023-03-25 18:03:07.049277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.050264000, lastModified=2023-03-25 18:03:07.049277000, delta=987000 ns, racy<=15000 ns 18:03:07.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.050565000, lastModified=2023-03-25 18:03:07.049277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.050565000, lastModified=2023-03-25 18:03:07.049277000, delta=1288000 ns, racy<=15000 ns 18:03:07.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.050832000, lastModified=2023-03-25 18:03:07.049277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.049277000 to 2023-03-25 18:03:07.050277000 18:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.051117000, lastModified=2023-03-25 18:03:07.050277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.051117000, lastModified=2023-03-25 18:03:07.050277000, delta=840000 ns, racy<=15000 ns 18:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.051428000, lastModified=2023-03-25 18:03:07.050277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.051428000, lastModified=2023-03-25 18:03:07.050277000, delta=1151000 ns, racy<=15000 ns 18:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.051690000, lastModified=2023-03-25 18:03:07.050277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.051690000, lastModified=2023-03-25 18:03:07.050277000, delta=1413000 ns, racy<=15000 ns 18:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.051985000, lastModified=2023-03-25 18:03:07.051277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.051985000, lastModified=2023-03-25 18:03:07.051277000, delta=708000 ns, racy<=15000 ns 18:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.052255000, lastModified=2023-03-25 18:03:07.051277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.052255000, lastModified=2023-03-25 18:03:07.051277000, delta=978000 ns, racy<=15000 ns 18:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.052514000, lastModified=2023-03-25 18:03:07.051277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.052514000, lastModified=2023-03-25 18:03:07.051277000, delta=1237000 ns, racy<=15000 ns 18:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.052770000, lastModified=2023-03-25 18:03:07.051277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.052770000, lastModified=2023-03-25 18:03:07.051277000, delta=1493000 ns, racy<=15000 ns 18:03:07.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.053041000, lastModified=2023-03-25 18:03:07.052277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.053041000, lastModified=2023-03-25 18:03:07.052277000, delta=764000 ns, racy<=15000 ns 18:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.053303000, lastModified=2023-03-25 18:03:07.052277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.053303000, lastModified=2023-03-25 18:03:07.052277000, delta=1026000 ns, racy<=15000 ns 18:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.053560000, lastModified=2023-03-25 18:03:07.052277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.053560000, lastModified=2023-03-25 18:03:07.052277000, delta=1283000 ns, racy<=15000 ns 18:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.053824000, lastModified=2023-03-25 18:03:07.052277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.052277000 to 2023-03-25 18:03:07.053277000 18:03:07.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.054080000, lastModified=2023-03-25 18:03:07.053277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.054080000, lastModified=2023-03-25 18:03:07.053277000, delta=803000 ns, racy<=15000 ns 18:03:07.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.054335000, lastModified=2023-03-25 18:03:07.053277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.054335000, lastModified=2023-03-25 18:03:07.053277000, delta=1058000 ns, racy<=15000 ns 18:03:07.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.054586000, lastModified=2023-03-25 18:03:07.053277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.054586000, lastModified=2023-03-25 18:03:07.053277000, delta=1309000 ns, racy<=15000 ns 18:03:07.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.054838000, lastModified=2023-03-25 18:03:07.053277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.053277000 to 2023-03-25 18:03:07.054277000 18:03:07.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.055093000, lastModified=2023-03-25 18:03:07.054277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.055093000, lastModified=2023-03-25 18:03:07.054277000, delta=816000 ns, racy<=15000 ns 18:03:07.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.055360000, lastModified=2023-03-25 18:03:07.054277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.055360000, lastModified=2023-03-25 18:03:07.054277000, delta=1083000 ns, racy<=15000 ns 18:03:07.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.055610000, lastModified=2023-03-25 18:03:07.054277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.055610000, lastModified=2023-03-25 18:03:07.054277000, delta=1333000 ns, racy<=15000 ns 18:03:07.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.055858000, lastModified=2023-03-25 18:03:07.054277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.054277000 to 2023-03-25 18:03:07.055277000 18:03:07.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.056126000, lastModified=2023-03-25 18:03:07.055277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.056126000, lastModified=2023-03-25 18:03:07.055277000, delta=849000 ns, racy<=15000 ns 18:03:07.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.056387000, lastModified=2023-03-25 18:03:07.055277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.056387000, lastModified=2023-03-25 18:03:07.055277000, delta=1110000 ns, racy<=15000 ns 18:03:07.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.056637000, lastModified=2023-03-25 18:03:07.055277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.056637000, lastModified=2023-03-25 18:03:07.055277000, delta=1360000 ns, racy<=15000 ns 18:03:07.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.056906000, lastModified=2023-03-25 18:03:07.055277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.055277000 to 2023-03-25 18:03:07.056277000 18:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.057158000, lastModified=2023-03-25 18:03:07.056277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.057158000, lastModified=2023-03-25 18:03:07.056277000, delta=881000 ns, racy<=15000 ns 18:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.057408000, lastModified=2023-03-25 18:03:07.056277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.057408000, lastModified=2023-03-25 18:03:07.056277000, delta=1131000 ns, racy<=15000 ns 18:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.057676000, lastModified=2023-03-25 18:03:07.056277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.057676000, lastModified=2023-03-25 18:03:07.056277000, delta=1399000 ns, racy<=15000 ns 18:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.057965000, lastModified=2023-03-25 18:03:07.057277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.057965000, lastModified=2023-03-25 18:03:07.057277000, delta=688000 ns, racy<=15000 ns 18:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.058236000, lastModified=2023-03-25 18:03:07.057277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.058236000, lastModified=2023-03-25 18:03:07.057277000, delta=959000 ns, racy<=15000 ns 18:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.058493000, lastModified=2023-03-25 18:03:07.057277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.058493000, lastModified=2023-03-25 18:03:07.057277000, delta=1216000 ns, racy<=15000 ns 18:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.058759000, lastModified=2023-03-25 18:03:07.057277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.058759000, lastModified=2023-03-25 18:03:07.057277000, delta=1482000 ns, racy<=15000 ns 18:03:07.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.059043000, lastModified=2023-03-25 18:03:07.058277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.059043000, lastModified=2023-03-25 18:03:07.058277000, delta=766000 ns, racy<=15000 ns 18:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.059328000, lastModified=2023-03-25 18:03:07.058277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.059328000, lastModified=2023-03-25 18:03:07.058277000, delta=1051000 ns, racy<=15000 ns 18:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.059629000, lastModified=2023-03-25 18:03:07.058277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.059629000, lastModified=2023-03-25 18:03:07.058277000, delta=1352000 ns, racy<=15000 ns 18:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.059924000, lastModified=2023-03-25 18:03:07.058277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.058277000 to 2023-03-25 18:03:07.059277000 18:03:07.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.060238000, lastModified=2023-03-25 18:03:07.059277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.060238000, lastModified=2023-03-25 18:03:07.059277000, delta=961000 ns, racy<=15000 ns 18:03:07.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.060525000, lastModified=2023-03-25 18:03:07.059277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.060525000, lastModified=2023-03-25 18:03:07.059277000, delta=1248000 ns, racy<=15000 ns 18:03:07.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.060806000, lastModified=2023-03-25 18:03:07.059277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.059277000 to 2023-03-25 18:03:07.060277000 18:03:07.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.061087000, lastModified=2023-03-25 18:03:07.060277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.061087000, lastModified=2023-03-25 18:03:07.060277000, delta=810000 ns, racy<=15000 ns 18:03:07.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.061360000, lastModified=2023-03-25 18:03:07.060277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.061360000, lastModified=2023-03-25 18:03:07.060277000, delta=1083000 ns, racy<=15000 ns 18:03:07.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.064127000, lastModified=2023-03-25 18:03:07.060277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.060277000 to 2023-03-25 18:03:07.063277000 18:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.064424000, lastModified=2023-03-25 18:03:07.063277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.064424000, lastModified=2023-03-25 18:03:07.063277000, delta=1147000 ns, racy<=15000 ns 18:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.064684000, lastModified=2023-03-25 18:03:07.063277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.064684000, lastModified=2023-03-25 18:03:07.063277000, delta=1407000 ns, racy<=15000 ns 18:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.064968000, lastModified=2023-03-25 18:03:07.064277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.064968000, lastModified=2023-03-25 18:03:07.064277000, delta=691000 ns, racy<=15000 ns 18:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.065232000, lastModified=2023-03-25 18:03:07.064277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.065232000, lastModified=2023-03-25 18:03:07.064277000, delta=955000 ns, racy<=15000 ns 18:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.065487000, lastModified=2023-03-25 18:03:07.064277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.065487000, lastModified=2023-03-25 18:03:07.064277000, delta=1210000 ns, racy<=15000 ns 18:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.065737000, lastModified=2023-03-25 18:03:07.064277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.065737000, lastModified=2023-03-25 18:03:07.064277000, delta=1460000 ns, racy<=15000 ns 18:03:07.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.066003000, lastModified=2023-03-25 18:03:07.065277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.066003000, lastModified=2023-03-25 18:03:07.065277000, delta=726000 ns, racy<=15000 ns 18:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.066267000, lastModified=2023-03-25 18:03:07.065277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.066267000, lastModified=2023-03-25 18:03:07.065277000, delta=990000 ns, racy<=15000 ns 18:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.066521000, lastModified=2023-03-25 18:03:07.065277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.066521000, lastModified=2023-03-25 18:03:07.065277000, delta=1244000 ns, racy<=15000 ns 18:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.066805000, lastModified=2023-03-25 18:03:07.065277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.065277000 to 2023-03-25 18:03:07.066277000 18:03:07.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.067070000, lastModified=2023-03-25 18:03:07.066277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.067070000, lastModified=2023-03-25 18:03:07.066277000, delta=793000 ns, racy<=15000 ns 18:03:07.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.067335000, lastModified=2023-03-25 18:03:07.066277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.067335000, lastModified=2023-03-25 18:03:07.066277000, delta=1058000 ns, racy<=15000 ns 18:03:07.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.067588000, lastModified=2023-03-25 18:03:07.066277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.067588000, lastModified=2023-03-25 18:03:07.066277000, delta=1311000 ns, racy<=15000 ns 18:03:07.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.067849000, lastModified=2023-03-25 18:03:07.066277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.066277000 to 2023-03-25 18:03:07.067277000 18:03:07.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.068107000, lastModified=2023-03-25 18:03:07.067277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.068107000, lastModified=2023-03-25 18:03:07.067277000, delta=830000 ns, racy<=15000 ns 18:03:07.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.068355000, lastModified=2023-03-25 18:03:07.067277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.068355000, lastModified=2023-03-25 18:03:07.067277000, delta=1078000 ns, racy<=15000 ns 18:03:07.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.068601000, lastModified=2023-03-25 18:03:07.067277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.068601000, lastModified=2023-03-25 18:03:07.067277000, delta=1324000 ns, racy<=15000 ns 18:03:07.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.068851000, lastModified=2023-03-25 18:03:07.067277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.067277000 to 2023-03-25 18:03:07.068277000 18:03:07.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.069096000, lastModified=2023-03-25 18:03:07.068277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.069096000, lastModified=2023-03-25 18:03:07.068277000, delta=819000 ns, racy<=15000 ns 18:03:07.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.069414000, lastModified=2023-03-25 18:03:07.068277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.069414000, lastModified=2023-03-25 18:03:07.068277000, delta=1137000 ns, racy<=15000 ns 18:03:07.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.069661000, lastModified=2023-03-25 18:03:07.068277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.069661000, lastModified=2023-03-25 18:03:07.068277000, delta=1384000 ns, racy<=15000 ns 18:03:07.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.069953000, lastModified=2023-03-25 18:03:07.069277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.069953000, lastModified=2023-03-25 18:03:07.069277000, delta=676000 ns, racy<=15000 ns 18:03:07.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.070237000, lastModified=2023-03-25 18:03:07.069277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.070237000, lastModified=2023-03-25 18:03:07.069277000, delta=960000 ns, racy<=15000 ns 18:03:07.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.070500000, lastModified=2023-03-25 18:03:07.069277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.070500000, lastModified=2023-03-25 18:03:07.069277000, delta=1223000 ns, racy<=15000 ns 18:03:07.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.070742000, lastModified=2023-03-25 18:03:07.069277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.070742000, lastModified=2023-03-25 18:03:07.069277000, delta=1465000 ns, racy<=15000 ns 18:03:07.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.071161000, lastModified=2023-03-25 18:03:07.070277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.071161000, lastModified=2023-03-25 18:03:07.070277000, delta=884000 ns, racy<=15000 ns 18:03:07.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.071540000, lastModified=2023-03-25 18:03:07.070277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.071540000, lastModified=2023-03-25 18:03:07.070277000, delta=1263000 ns, racy<=15000 ns 18:03:07.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.071830000, lastModified=2023-03-25 18:03:07.070277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.070277000 to 2023-03-25 18:03:07.071277000 18:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.072124000, lastModified=2023-03-25 18:03:07.071277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.072124000, lastModified=2023-03-25 18:03:07.071277000, delta=847000 ns, racy<=15000 ns 18:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.072420000, lastModified=2023-03-25 18:03:07.071277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.072420000, lastModified=2023-03-25 18:03:07.071277000, delta=1143000 ns, racy<=15000 ns 18:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.072701000, lastModified=2023-03-25 18:03:07.071277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.072701000, lastModified=2023-03-25 18:03:07.071277000, delta=1424000 ns, racy<=15000 ns 18:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.072982000, lastModified=2023-03-25 18:03:07.072277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.072982000, lastModified=2023-03-25 18:03:07.072277000, delta=705000 ns, racy<=15000 ns 18:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.073271000, lastModified=2023-03-25 18:03:07.072277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.073271000, lastModified=2023-03-25 18:03:07.072277000, delta=994000 ns, racy<=15000 ns 18:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.073542000, lastModified=2023-03-25 18:03:07.072277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.073542000, lastModified=2023-03-25 18:03:07.072277000, delta=1265000 ns, racy<=15000 ns 18:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.073801000, lastModified=2023-03-25 18:03:07.072277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.072277000 to 2023-03-25 18:03:07.073277000 18:03:07.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.074064000, lastModified=2023-03-25 18:03:07.073277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.074064000, lastModified=2023-03-25 18:03:07.073277000, delta=787000 ns, racy<=15000 ns 18:03:07.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.074334000, lastModified=2023-03-25 18:03:07.073277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.074334000, lastModified=2023-03-25 18:03:07.073277000, delta=1057000 ns, racy<=15000 ns 18:03:07.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.074593000, lastModified=2023-03-25 18:03:07.073277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.074593000, lastModified=2023-03-25 18:03:07.073277000, delta=1316000 ns, racy<=15000 ns 18:03:07.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.074860000, lastModified=2023-03-25 18:03:07.073277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.073277000 to 2023-03-25 18:03:07.074277000 18:03:07.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.075141000, lastModified=2023-03-25 18:03:07.074277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.075141000, lastModified=2023-03-25 18:03:07.074277000, delta=864000 ns, racy<=15000 ns 18:03:07.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.075424000, lastModified=2023-03-25 18:03:07.074277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.075424000, lastModified=2023-03-25 18:03:07.074277000, delta=1147000 ns, racy<=15000 ns 18:03:07.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.075694000, lastModified=2023-03-25 18:03:07.074277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.075694000, lastModified=2023-03-25 18:03:07.074277000, delta=1417000 ns, racy<=15000 ns 18:03:07.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.075970000, lastModified=2023-03-25 18:03:07.075277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.075970000, lastModified=2023-03-25 18:03:07.075277000, delta=693000 ns, racy<=15000 ns 18:03:07.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.076260000, lastModified=2023-03-25 18:03:07.075277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.076260000, lastModified=2023-03-25 18:03:07.075277000, delta=983000 ns, racy<=15000 ns 18:03:07.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.076531000, lastModified=2023-03-25 18:03:07.075277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.076531000, lastModified=2023-03-25 18:03:07.075277000, delta=1254000 ns, racy<=15000 ns 18:03:07.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.076802000, lastModified=2023-03-25 18:03:07.075277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.075277000 to 2023-03-25 18:03:07.076277000 18:03:07.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.077071000, lastModified=2023-03-25 18:03:07.076277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.077071000, lastModified=2023-03-25 18:03:07.076277000, delta=794000 ns, racy<=15000 ns 18:03:07.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.077361000, lastModified=2023-03-25 18:03:07.076277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.077361000, lastModified=2023-03-25 18:03:07.076277000, delta=1084000 ns, racy<=15000 ns 18:03:07.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.077636000, lastModified=2023-03-25 18:03:07.076277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.077636000, lastModified=2023-03-25 18:03:07.076277000, delta=1359000 ns, racy<=15000 ns 18:03:07.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.077914000, lastModified=2023-03-25 18:03:07.076277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.076277000 to 2023-03-25 18:03:07.077277000 18:03:07.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.078192000, lastModified=2023-03-25 18:03:07.077277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.078192000, lastModified=2023-03-25 18:03:07.077277000, delta=915000 ns, racy<=15000 ns 18:03:07.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.083625000, lastModified=2023-03-25 18:03:07.082277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.083625000, lastModified=2023-03-25 18:03:07.082277000, delta=1348000 ns, racy<=15000 ns 18:03:07.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.083932000, lastModified=2023-03-25 18:03:07.082277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.082277000 to 2023-03-25 18:03:07.083277000 18:03:07.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.084209000, lastModified=2023-03-25 18:03:07.083277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.084209000, lastModified=2023-03-25 18:03:07.083277000, delta=932000 ns, racy<=15000 ns 18:03:07.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.084520000, lastModified=2023-03-25 18:03:07.083277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.084520000, lastModified=2023-03-25 18:03:07.083277000, delta=1243000 ns, racy<=15000 ns 18:03:07.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.084800000, lastModified=2023-03-25 18:03:07.083277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.083277000 to 2023-03-25 18:03:07.084277000 18:03:07.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.085069000, lastModified=2023-03-25 18:03:07.084277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.085069000, lastModified=2023-03-25 18:03:07.084277000, delta=792000 ns, racy<=15000 ns 18:03:07.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.085354000, lastModified=2023-03-25 18:03:07.084277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.085354000, lastModified=2023-03-25 18:03:07.084277000, delta=1077000 ns, racy<=15000 ns 18:03:07.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.085621000, lastModified=2023-03-25 18:03:07.084277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.085621000, lastModified=2023-03-25 18:03:07.084277000, delta=1344000 ns, racy<=15000 ns 18:03:07.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.085917000, lastModified=2023-03-25 18:03:07.084277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.084277000 to 2023-03-25 18:03:07.085277000 18:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.086205000, lastModified=2023-03-25 18:03:07.085277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.086205000, lastModified=2023-03-25 18:03:07.085277000, delta=928000 ns, racy<=15000 ns 18:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.086483000, lastModified=2023-03-25 18:03:07.085277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.086483000, lastModified=2023-03-25 18:03:07.085277000, delta=1206000 ns, racy<=15000 ns 18:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.086797000, lastModified=2023-03-25 18:03:07.085277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.085277000 to 2023-03-25 18:03:07.086277000 18:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.087123000, lastModified=2023-03-25 18:03:07.086277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.087123000, lastModified=2023-03-25 18:03:07.086277000, delta=846000 ns, racy<=15000 ns 18:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.087442000, lastModified=2023-03-25 18:03:07.086277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.087442000, lastModified=2023-03-25 18:03:07.086277000, delta=1165000 ns, racy<=15000 ns 18:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.087752000, lastModified=2023-03-25 18:03:07.086277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.087752000, lastModified=2023-03-25 18:03:07.086277000, delta=1475000 ns, racy<=15000 ns 18:03:07.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.088037000, lastModified=2023-03-25 18:03:07.087277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.088037000, lastModified=2023-03-25 18:03:07.087277000, delta=760000 ns, racy<=15000 ns 18:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.088321000, lastModified=2023-03-25 18:03:07.087277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.088321000, lastModified=2023-03-25 18:03:07.087277000, delta=1044000 ns, racy<=15000 ns 18:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.088615000, lastModified=2023-03-25 18:03:07.087277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.088615000, lastModified=2023-03-25 18:03:07.087277000, delta=1338000 ns, racy<=15000 ns 18:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.088888000, lastModified=2023-03-25 18:03:07.087277000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.087277000 to 2023-03-25 18:03:07.088278000 18:03:07.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.089258000, lastModified=2023-03-25 18:03:07.088278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.089258000, lastModified=2023-03-25 18:03:07.088278000, delta=980000 ns, racy<=15000 ns 18:03:07.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.089583000, lastModified=2023-03-25 18:03:07.088278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.089583000, lastModified=2023-03-25 18:03:07.088278000, delta=1305000 ns, racy<=15000 ns 18:03:07.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.089937000, lastModified=2023-03-25 18:03:07.088278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.088278000 to 2023-03-25 18:03:07.089278000 18:03:07.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.090255000, lastModified=2023-03-25 18:03:07.089278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.090255000, lastModified=2023-03-25 18:03:07.089278000, delta=977000 ns, racy<=15000 ns 18:03:07.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.090585000, lastModified=2023-03-25 18:03:07.089278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.090585000, lastModified=2023-03-25 18:03:07.089278000, delta=1307000 ns, racy<=15000 ns 18:03:07.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.090900000, lastModified=2023-03-25 18:03:07.089278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.089278000 to 2023-03-25 18:03:07.090278000 18:03:07.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.091182000, lastModified=2023-03-25 18:03:07.090278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.091182000, lastModified=2023-03-25 18:03:07.090278000, delta=904000 ns, racy<=15000 ns 18:03:07.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.091447000, lastModified=2023-03-25 18:03:07.090278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.091447000, lastModified=2023-03-25 18:03:07.090278000, delta=1169000 ns, racy<=15000 ns 18:03:07.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.091713000, lastModified=2023-03-25 18:03:07.090278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.091713000, lastModified=2023-03-25 18:03:07.090278000, delta=1435000 ns, racy<=15000 ns 18:03:07.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.092056000, lastModified=2023-03-25 18:03:07.091278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.092056000, lastModified=2023-03-25 18:03:07.091278000, delta=778000 ns, racy<=15000 ns 18:03:07.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.092359000, lastModified=2023-03-25 18:03:07.091278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.092359000, lastModified=2023-03-25 18:03:07.091278000, delta=1081000 ns, racy<=15000 ns 18:03:07.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.092622000, lastModified=2023-03-25 18:03:07.091278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.092622000, lastModified=2023-03-25 18:03:07.091278000, delta=1344000 ns, racy<=15000 ns 18:03:07.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.092882000, lastModified=2023-03-25 18:03:07.091278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.091278000 to 2023-03-25 18:03:07.092278000 18:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.093141000, lastModified=2023-03-25 18:03:07.092278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.093141000, lastModified=2023-03-25 18:03:07.092278000, delta=863000 ns, racy<=15000 ns 18:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.093397000, lastModified=2023-03-25 18:03:07.092278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.093397000, lastModified=2023-03-25 18:03:07.092278000, delta=1119000 ns, racy<=15000 ns 18:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.093650000, lastModified=2023-03-25 18:03:07.092278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.093650000, lastModified=2023-03-25 18:03:07.092278000, delta=1372000 ns, racy<=15000 ns 18:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.093912000, lastModified=2023-03-25 18:03:07.092278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.092278000 to 2023-03-25 18:03:07.093278000 18:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.094163000, lastModified=2023-03-25 18:03:07.093278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.094163000, lastModified=2023-03-25 18:03:07.093278000, delta=885000 ns, racy<=15000 ns 18:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.094417000, lastModified=2023-03-25 18:03:07.093278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.094417000, lastModified=2023-03-25 18:03:07.093278000, delta=1139000 ns, racy<=15000 ns 18:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.094672000, lastModified=2023-03-25 18:03:07.093278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.094672000, lastModified=2023-03-25 18:03:07.093278000, delta=1394000 ns, racy<=15000 ns 18:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.094940000, lastModified=2023-03-25 18:03:07.094278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.094940000, lastModified=2023-03-25 18:03:07.094278000, delta=662000 ns, racy<=15000 ns 18:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.095246000, lastModified=2023-03-25 18:03:07.094278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.095246000, lastModified=2023-03-25 18:03:07.094278000, delta=968000 ns, racy<=15000 ns 18:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.095511000, lastModified=2023-03-25 18:03:07.094278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.095511000, lastModified=2023-03-25 18:03:07.094278000, delta=1233000 ns, racy<=15000 ns 18:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.095764000, lastModified=2023-03-25 18:03:07.094278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.095764000, lastModified=2023-03-25 18:03:07.094278000, delta=1486000 ns, racy<=15000 ns 18:03:07.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.096040000, lastModified=2023-03-25 18:03:07.095278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.096040000, lastModified=2023-03-25 18:03:07.095278000, delta=762000 ns, racy<=15000 ns 18:03:07.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.096315000, lastModified=2023-03-25 18:03:07.095278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.096315000, lastModified=2023-03-25 18:03:07.095278000, delta=1037000 ns, racy<=15000 ns 18:03:07.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.096580000, lastModified=2023-03-25 18:03:07.095278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.096580000, lastModified=2023-03-25 18:03:07.095278000, delta=1302000 ns, racy<=15000 ns 18:03:07.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.096837000, lastModified=2023-03-25 18:03:07.095278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.095278000 to 2023-03-25 18:03:07.096278000 18:03:07.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.097099000, lastModified=2023-03-25 18:03:07.096278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.097099000, lastModified=2023-03-25 18:03:07.096278000, delta=821000 ns, racy<=15000 ns 18:03:07.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.097430000, lastModified=2023-03-25 18:03:07.096278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.097430000, lastModified=2023-03-25 18:03:07.096278000, delta=1152000 ns, racy<=15000 ns 18:03:07.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.097717000, lastModified=2023-03-25 18:03:07.096278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.097717000, lastModified=2023-03-25 18:03:07.096278000, delta=1439000 ns, racy<=15000 ns 18:03:07.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.098005000, lastModified=2023-03-25 18:03:07.097278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.098005000, lastModified=2023-03-25 18:03:07.097278000, delta=727000 ns, racy<=15000 ns 18:03:07.098 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.102842000, lastModified=2023-03-25 18:03:07.097278000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.097278000 to 2023-03-25 18:03:07.148279000 18:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.150146000, lastModified=2023-03-25 18:03:07.149279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.150146000, lastModified=2023-03-25 18:03:07.149279000, delta=867000 ns, racy<=15000 ns 18:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.150454000, lastModified=2023-03-25 18:03:07.149279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.150454000, lastModified=2023-03-25 18:03:07.149279000, delta=1175000 ns, racy<=15000 ns 18:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.150792000, lastModified=2023-03-25 18:03:07.149279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.150792000, lastModified=2023-03-25 18:03:07.149279000, delta=1513000 ns, racy<=15000 ns 18:03:07.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.151059000, lastModified=2023-03-25 18:03:07.150279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.151059000, lastModified=2023-03-25 18:03:07.150279000, delta=780000 ns, racy<=15000 ns 18:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.151348000, lastModified=2023-03-25 18:03:07.150279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.151348000, lastModified=2023-03-25 18:03:07.150279000, delta=1069000 ns, racy<=15000 ns 18:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.151613000, lastModified=2023-03-25 18:03:07.150279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.151613000, lastModified=2023-03-25 18:03:07.150279000, delta=1334000 ns, racy<=15000 ns 18:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.151863000, lastModified=2023-03-25 18:03:07.150279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.150279000 to 2023-03-25 18:03:07.151279000 18:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.152126000, lastModified=2023-03-25 18:03:07.151279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.152126000, lastModified=2023-03-25 18:03:07.151279000, delta=847000 ns, racy<=15000 ns 18:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.152395000, lastModified=2023-03-25 18:03:07.151279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.152395000, lastModified=2023-03-25 18:03:07.151279000, delta=1116000 ns, racy<=15000 ns 18:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.152647000, lastModified=2023-03-25 18:03:07.151279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.152647000, lastModified=2023-03-25 18:03:07.151279000, delta=1368000 ns, racy<=15000 ns 18:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.152902000, lastModified=2023-03-25 18:03:07.151279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.151279000 to 2023-03-25 18:03:07.152279000 18:03:07.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.153195000, lastModified=2023-03-25 18:03:07.152279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.153195000, lastModified=2023-03-25 18:03:07.152279000, delta=916000 ns, racy<=15000 ns 18:03:07.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.153464000, lastModified=2023-03-25 18:03:07.152279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.153464000, lastModified=2023-03-25 18:03:07.152279000, delta=1185000 ns, racy<=15000 ns 18:03:07.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.153742000, lastModified=2023-03-25 18:03:07.152279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.153742000, lastModified=2023-03-25 18:03:07.152279000, delta=1463000 ns, racy<=15000 ns 18:03:07.153 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.154044000, lastModified=2023-03-25 18:03:07.153279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.154044000, lastModified=2023-03-25 18:03:07.153279000, delta=765000 ns, racy<=15000 ns 18:03:07.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.154310000, lastModified=2023-03-25 18:03:07.153279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.154310000, lastModified=2023-03-25 18:03:07.153279000, delta=1031000 ns, racy<=15000 ns 18:03:07.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.154564000, lastModified=2023-03-25 18:03:07.153279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.154564000, lastModified=2023-03-25 18:03:07.153279000, delta=1285000 ns, racy<=15000 ns 18:03:07.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.154 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.154853000, lastModified=2023-03-25 18:03:07.153279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.153279000 to 2023-03-25 18:03:07.154279000 18:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.155122000, lastModified=2023-03-25 18:03:07.154279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.155122000, lastModified=2023-03-25 18:03:07.154279000, delta=843000 ns, racy<=15000 ns 18:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.155395000, lastModified=2023-03-25 18:03:07.154279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.155395000, lastModified=2023-03-25 18:03:07.154279000, delta=1116000 ns, racy<=15000 ns 18:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.155647000, lastModified=2023-03-25 18:03:07.154279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.155647000, lastModified=2023-03-25 18:03:07.154279000, delta=1368000 ns, racy<=15000 ns 18:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.155889000, lastModified=2023-03-25 18:03:07.154279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.154279000 to 2023-03-25 18:03:07.155279000 18:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.156138000, lastModified=2023-03-25 18:03:07.155279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.156138000, lastModified=2023-03-25 18:03:07.155279000, delta=859000 ns, racy<=15000 ns 18:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.156394000, lastModified=2023-03-25 18:03:07.155279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.156394000, lastModified=2023-03-25 18:03:07.155279000, delta=1115000 ns, racy<=15000 ns 18:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.156641000, lastModified=2023-03-25 18:03:07.155279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.156641000, lastModified=2023-03-25 18:03:07.155279000, delta=1362000 ns, racy<=15000 ns 18:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.156897000, lastModified=2023-03-25 18:03:07.155279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.155279000 to 2023-03-25 18:03:07.156279000 18:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.157147000, lastModified=2023-03-25 18:03:07.156279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.157147000, lastModified=2023-03-25 18:03:07.156279000, delta=868000 ns, racy<=15000 ns 18:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.157395000, lastModified=2023-03-25 18:03:07.156279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.157395000, lastModified=2023-03-25 18:03:07.156279000, delta=1116000 ns, racy<=15000 ns 18:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.157653000, lastModified=2023-03-25 18:03:07.156279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.157653000, lastModified=2023-03-25 18:03:07.156279000, delta=1374000 ns, racy<=15000 ns 18:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.157924000, lastModified=2023-03-25 18:03:07.156279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.156279000 to 2023-03-25 18:03:07.157279000 18:03:07.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.158175000, lastModified=2023-03-25 18:03:07.157279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.158175000, lastModified=2023-03-25 18:03:07.157279000, delta=896000 ns, racy<=15000 ns 18:03:07.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.158427000, lastModified=2023-03-25 18:03:07.157279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.158427000, lastModified=2023-03-25 18:03:07.157279000, delta=1148000 ns, racy<=15000 ns 18:03:07.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.158675000, lastModified=2023-03-25 18:03:07.157279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.158675000, lastModified=2023-03-25 18:03:07.157279000, delta=1396000 ns, racy<=15000 ns 18:03:07.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.158932000, lastModified=2023-03-25 18:03:07.158279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.158932000, lastModified=2023-03-25 18:03:07.158279000, delta=653000 ns, racy<=15000 ns 18:03:07.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.159212000, lastModified=2023-03-25 18:03:07.158279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.159212000, lastModified=2023-03-25 18:03:07.158279000, delta=933000 ns, racy<=15000 ns 18:03:07.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.159491000, lastModified=2023-03-25 18:03:07.158279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.159491000, lastModified=2023-03-25 18:03:07.158279000, delta=1212000 ns, racy<=15000 ns 18:03:07.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.159753000, lastModified=2023-03-25 18:03:07.158279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.159753000, lastModified=2023-03-25 18:03:07.158279000, delta=1474000 ns, racy<=15000 ns 18:03:07.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.160056000, lastModified=2023-03-25 18:03:07.159279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.160056000, lastModified=2023-03-25 18:03:07.159279000, delta=777000 ns, racy<=15000 ns 18:03:07.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.160355000, lastModified=2023-03-25 18:03:07.159279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.160355000, lastModified=2023-03-25 18:03:07.159279000, delta=1076000 ns, racy<=15000 ns 18:03:07.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.160627000, lastModified=2023-03-25 18:03:07.159279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.160627000, lastModified=2023-03-25 18:03:07.159279000, delta=1348000 ns, racy<=15000 ns 18:03:07.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.160898000, lastModified=2023-03-25 18:03:07.159279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.159279000 to 2023-03-25 18:03:07.160279000 18:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.161160000, lastModified=2023-03-25 18:03:07.160279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.161160000, lastModified=2023-03-25 18:03:07.160279000, delta=881000 ns, racy<=15000 ns 18:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.161421000, lastModified=2023-03-25 18:03:07.160279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.161421000, lastModified=2023-03-25 18:03:07.160279000, delta=1142000 ns, racy<=15000 ns 18:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.161677000, lastModified=2023-03-25 18:03:07.160279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.161677000, lastModified=2023-03-25 18:03:07.160279000, delta=1398000 ns, racy<=15000 ns 18:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.161941000, lastModified=2023-03-25 18:03:07.161279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.161941000, lastModified=2023-03-25 18:03:07.161279000, delta=662000 ns, racy<=15000 ns 18:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.162218000, lastModified=2023-03-25 18:03:07.161279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.162218000, lastModified=2023-03-25 18:03:07.161279000, delta=939000 ns, racy<=15000 ns 18:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.162479000, lastModified=2023-03-25 18:03:07.161279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.162479000, lastModified=2023-03-25 18:03:07.161279000, delta=1200000 ns, racy<=15000 ns 18:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.162739000, lastModified=2023-03-25 18:03:07.161279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.162739000, lastModified=2023-03-25 18:03:07.161279000, delta=1460000 ns, racy<=15000 ns 18:03:07.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.163023000, lastModified=2023-03-25 18:03:07.162279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.163023000, lastModified=2023-03-25 18:03:07.162279000, delta=744000 ns, racy<=15000 ns 18:03:07.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.163290000, lastModified=2023-03-25 18:03:07.162279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.163290000, lastModified=2023-03-25 18:03:07.162279000, delta=1011000 ns, racy<=15000 ns 18:03:07.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.163539000, lastModified=2023-03-25 18:03:07.162279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.163539000, lastModified=2023-03-25 18:03:07.162279000, delta=1260000 ns, racy<=15000 ns 18:03:07.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.166447000, lastModified=2023-03-25 18:03:07.165279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.166447000, lastModified=2023-03-25 18:03:07.165279000, delta=1168000 ns, racy<=15000 ns 18:03:07.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.166701000, lastModified=2023-03-25 18:03:07.165279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.166701000, lastModified=2023-03-25 18:03:07.165279000, delta=1422000 ns, racy<=15000 ns 18:03:07.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.166982000, lastModified=2023-03-25 18:03:07.166279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.166982000, lastModified=2023-03-25 18:03:07.166279000, delta=703000 ns, racy<=15000 ns 18:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.167254000, lastModified=2023-03-25 18:03:07.166279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.167254000, lastModified=2023-03-25 18:03:07.166279000, delta=975000 ns, racy<=15000 ns 18:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.167528000, lastModified=2023-03-25 18:03:07.166279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.167528000, lastModified=2023-03-25 18:03:07.166279000, delta=1249000 ns, racy<=15000 ns 18:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.167793000, lastModified=2023-03-25 18:03:07.166279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.166279000 to 2023-03-25 18:03:07.167279000 18:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.168059000, lastModified=2023-03-25 18:03:07.167279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.168059000, lastModified=2023-03-25 18:03:07.167279000, delta=780000 ns, racy<=15000 ns 18:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.168329000, lastModified=2023-03-25 18:03:07.167279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.168329000, lastModified=2023-03-25 18:03:07.167279000, delta=1050000 ns, racy<=15000 ns 18:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.168599000, lastModified=2023-03-25 18:03:07.167279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.168599000, lastModified=2023-03-25 18:03:07.167279000, delta=1320000 ns, racy<=15000 ns 18:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.168891000, lastModified=2023-03-25 18:03:07.167279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.167279000 to 2023-03-25 18:03:07.168279000 18:03:07.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.169152000, lastModified=2023-03-25 18:03:07.168279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.169152000, lastModified=2023-03-25 18:03:07.168279000, delta=873000 ns, racy<=15000 ns 18:03:07.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.169407000, lastModified=2023-03-25 18:03:07.168279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.169407000, lastModified=2023-03-25 18:03:07.168279000, delta=1128000 ns, racy<=15000 ns 18:03:07.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.169658000, lastModified=2023-03-25 18:03:07.168279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.169658000, lastModified=2023-03-25 18:03:07.168279000, delta=1379000 ns, racy<=15000 ns 18:03:07.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.169 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.169939000, lastModified=2023-03-25 18:03:07.169279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.169939000, lastModified=2023-03-25 18:03:07.169279000, delta=660000 ns, racy<=15000 ns 18:03:07.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.170212000, lastModified=2023-03-25 18:03:07.169279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.170212000, lastModified=2023-03-25 18:03:07.169279000, delta=933000 ns, racy<=15000 ns 18:03:07.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.170472000, lastModified=2023-03-25 18:03:07.169279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.170472000, lastModified=2023-03-25 18:03:07.169279000, delta=1193000 ns, racy<=15000 ns 18:03:07.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.170745000, lastModified=2023-03-25 18:03:07.169279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.170745000, lastModified=2023-03-25 18:03:07.169279000, delta=1466000 ns, racy<=15000 ns 18:03:07.170 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.171021000, lastModified=2023-03-25 18:03:07.170279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.171021000, lastModified=2023-03-25 18:03:07.170279000, delta=742000 ns, racy<=15000 ns 18:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.171317000, lastModified=2023-03-25 18:03:07.170279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.171317000, lastModified=2023-03-25 18:03:07.170279000, delta=1038000 ns, racy<=15000 ns 18:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.171580000, lastModified=2023-03-25 18:03:07.170279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.171580000, lastModified=2023-03-25 18:03:07.170279000, delta=1301000 ns, racy<=15000 ns 18:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.171832000, lastModified=2023-03-25 18:03:07.170279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.170279000 to 2023-03-25 18:03:07.171279000 18:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.172076000, lastModified=2023-03-25 18:03:07.171279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.172076000, lastModified=2023-03-25 18:03:07.171279000, delta=797000 ns, racy<=15000 ns 18:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.172338000, lastModified=2023-03-25 18:03:07.171279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.172338000, lastModified=2023-03-25 18:03:07.171279000, delta=1059000 ns, racy<=15000 ns 18:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.172599000, lastModified=2023-03-25 18:03:07.171279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.172599000, lastModified=2023-03-25 18:03:07.171279000, delta=1320000 ns, racy<=15000 ns 18:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.172849000, lastModified=2023-03-25 18:03:07.171279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.171279000 to 2023-03-25 18:03:07.172279000 18:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.173088000, lastModified=2023-03-25 18:03:07.172279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.173088000, lastModified=2023-03-25 18:03:07.172279000, delta=809000 ns, racy<=15000 ns 18:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.173349000, lastModified=2023-03-25 18:03:07.172279000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.173349000, lastModified=2023-03-25 18:03:07.172279000, delta=1070000 ns, racy<=15000 ns 18:03:07.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.190523000, lastModified=2023-03-25 18:03:07.189280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.190523000, lastModified=2023-03-25 18:03:07.189280000, delta=1243000 ns, racy<=15000 ns 18:03:07.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.190833000, lastModified=2023-03-25 18:03:07.189280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.189280000 to 2023-03-25 18:03:07.190280000 18:03:07.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.191126000, lastModified=2023-03-25 18:03:07.190280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.191126000, lastModified=2023-03-25 18:03:07.190280000, delta=846000 ns, racy<=15000 ns 18:03:07.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.191399000, lastModified=2023-03-25 18:03:07.190280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.191399000, lastModified=2023-03-25 18:03:07.190280000, delta=1119000 ns, racy<=15000 ns 18:03:07.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.191665000, lastModified=2023-03-25 18:03:07.190280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.191665000, lastModified=2023-03-25 18:03:07.190280000, delta=1385000 ns, racy<=15000 ns 18:03:07.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.191932000, lastModified=2023-03-25 18:03:07.190280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.190280000 to 2023-03-25 18:03:07.191280000 18:03:07.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.192180000, lastModified=2023-03-25 18:03:07.191280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.192180000, lastModified=2023-03-25 18:03:07.191280000, delta=900000 ns, racy<=15000 ns 18:03:07.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.192475000, lastModified=2023-03-25 18:03:07.191280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.192475000, lastModified=2023-03-25 18:03:07.191280000, delta=1195000 ns, racy<=15000 ns 18:03:07.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.192759000, lastModified=2023-03-25 18:03:07.191280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.192759000, lastModified=2023-03-25 18:03:07.191280000, delta=1479000 ns, racy<=15000 ns 18:03:07.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.193047000, lastModified=2023-03-25 18:03:07.192280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.193047000, lastModified=2023-03-25 18:03:07.192280000, delta=767000 ns, racy<=15000 ns 18:03:07.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.193325000, lastModified=2023-03-25 18:03:07.192280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.193325000, lastModified=2023-03-25 18:03:07.192280000, delta=1045000 ns, racy<=15000 ns 18:03:07.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.193624000, lastModified=2023-03-25 18:03:07.192280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.193624000, lastModified=2023-03-25 18:03:07.192280000, delta=1344000 ns, racy<=15000 ns 18:03:07.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.193888000, lastModified=2023-03-25 18:03:07.192280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.192280000 to 2023-03-25 18:03:07.193280000 18:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.194163000, lastModified=2023-03-25 18:03:07.193280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.194163000, lastModified=2023-03-25 18:03:07.193280000, delta=883000 ns, racy<=15000 ns 18:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.194430000, lastModified=2023-03-25 18:03:07.193280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.194430000, lastModified=2023-03-25 18:03:07.193280000, delta=1150000 ns, racy<=15000 ns 18:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.194687000, lastModified=2023-03-25 18:03:07.193280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.194687000, lastModified=2023-03-25 18:03:07.193280000, delta=1407000 ns, racy<=15000 ns 18:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.194956000, lastModified=2023-03-25 18:03:07.194280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.194956000, lastModified=2023-03-25 18:03:07.194280000, delta=676000 ns, racy<=15000 ns 18:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.195225000, lastModified=2023-03-25 18:03:07.194280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.195225000, lastModified=2023-03-25 18:03:07.194280000, delta=945000 ns, racy<=15000 ns 18:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.195487000, lastModified=2023-03-25 18:03:07.194280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.195487000, lastModified=2023-03-25 18:03:07.194280000, delta=1207000 ns, racy<=15000 ns 18:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.195751000, lastModified=2023-03-25 18:03:07.194280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.195751000, lastModified=2023-03-25 18:03:07.194280000, delta=1471000 ns, racy<=15000 ns 18:03:07.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.196020000, lastModified=2023-03-25 18:03:07.195280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.196020000, lastModified=2023-03-25 18:03:07.195280000, delta=740000 ns, racy<=15000 ns 18:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.196297000, lastModified=2023-03-25 18:03:07.195280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.196297000, lastModified=2023-03-25 18:03:07.195280000, delta=1017000 ns, racy<=15000 ns 18:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.196589000, lastModified=2023-03-25 18:03:07.195280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.196589000, lastModified=2023-03-25 18:03:07.195280000, delta=1309000 ns, racy<=15000 ns 18:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.196858000, lastModified=2023-03-25 18:03:07.195280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.195280000 to 2023-03-25 18:03:07.196280000 18:03:07.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.200812000, lastModified=2023-03-25 18:03:07.196280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.196280000 to 2023-03-25 18:03:07.200280000 18:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.201170000, lastModified=2023-03-25 18:03:07.200280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.201170000, lastModified=2023-03-25 18:03:07.200280000, delta=890000 ns, racy<=15000 ns 18:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.201483000, lastModified=2023-03-25 18:03:07.200280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.201483000, lastModified=2023-03-25 18:03:07.200280000, delta=1203000 ns, racy<=15000 ns 18:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.201761000, lastModified=2023-03-25 18:03:07.200280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.201761000, lastModified=2023-03-25 18:03:07.200280000, delta=1481000 ns, racy<=15000 ns 18:03:07.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.202049000, lastModified=2023-03-25 18:03:07.201280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.202049000, lastModified=2023-03-25 18:03:07.201280000, delta=769000 ns, racy<=15000 ns 18:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.202336000, lastModified=2023-03-25 18:03:07.201280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.202336000, lastModified=2023-03-25 18:03:07.201280000, delta=1056000 ns, racy<=15000 ns 18:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.202621000, lastModified=2023-03-25 18:03:07.201280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.202621000, lastModified=2023-03-25 18:03:07.201280000, delta=1341000 ns, racy<=15000 ns 18:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.202907000, lastModified=2023-03-25 18:03:07.201280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.201280000 to 2023-03-25 18:03:07.202280000 18:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.203217000, lastModified=2023-03-25 18:03:07.202280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.203217000, lastModified=2023-03-25 18:03:07.202280000, delta=937000 ns, racy<=15000 ns 18:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.203495000, lastModified=2023-03-25 18:03:07.202280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.203495000, lastModified=2023-03-25 18:03:07.202280000, delta=1215000 ns, racy<=15000 ns 18:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.203765000, lastModified=2023-03-25 18:03:07.202280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.203765000, lastModified=2023-03-25 18:03:07.202280000, delta=1485000 ns, racy<=15000 ns 18:03:07.203 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.204045000, lastModified=2023-03-25 18:03:07.203280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.204045000, lastModified=2023-03-25 18:03:07.203280000, delta=765000 ns, racy<=15000 ns 18:03:07.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.204325000, lastModified=2023-03-25 18:03:07.203280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.204325000, lastModified=2023-03-25 18:03:07.203280000, delta=1045000 ns, racy<=15000 ns 18:03:07.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.204609000, lastModified=2023-03-25 18:03:07.203280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.204609000, lastModified=2023-03-25 18:03:07.203280000, delta=1329000 ns, racy<=15000 ns 18:03:07.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.204 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.204880000, lastModified=2023-03-25 18:03:07.203280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.203280000 to 2023-03-25 18:03:07.204280000 18:03:07.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.205186000, lastModified=2023-03-25 18:03:07.204280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.205186000, lastModified=2023-03-25 18:03:07.204280000, delta=906000 ns, racy<=15000 ns 18:03:07.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.205468000, lastModified=2023-03-25 18:03:07.204280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.205468000, lastModified=2023-03-25 18:03:07.204280000, delta=1188000 ns, racy<=15000 ns 18:03:07.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.205747000, lastModified=2023-03-25 18:03:07.204280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.205747000, lastModified=2023-03-25 18:03:07.204280000, delta=1467000 ns, racy<=15000 ns 18:03:07.205 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.206060000, lastModified=2023-03-25 18:03:07.205280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.206060000, lastModified=2023-03-25 18:03:07.205280000, delta=780000 ns, racy<=15000 ns 18:03:07.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.206384000, lastModified=2023-03-25 18:03:07.205280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.206384000, lastModified=2023-03-25 18:03:07.205280000, delta=1104000 ns, racy<=15000 ns 18:03:07.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.206648000, lastModified=2023-03-25 18:03:07.205280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.206648000, lastModified=2023-03-25 18:03:07.205280000, delta=1368000 ns, racy<=15000 ns 18:03:07.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.206 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.206935000, lastModified=2023-03-25 18:03:07.205280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.205280000 to 2023-03-25 18:03:07.206280000 18:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.207196000, lastModified=2023-03-25 18:03:07.206280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.207196000, lastModified=2023-03-25 18:03:07.206280000, delta=916000 ns, racy<=15000 ns 18:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.207462000, lastModified=2023-03-25 18:03:07.206280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.207462000, lastModified=2023-03-25 18:03:07.206280000, delta=1182000 ns, racy<=15000 ns 18:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.207725000, lastModified=2023-03-25 18:03:07.206280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.207725000, lastModified=2023-03-25 18:03:07.206280000, delta=1445000 ns, racy<=15000 ns 18:03:07.207 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.208001000, lastModified=2023-03-25 18:03:07.207280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.208001000, lastModified=2023-03-25 18:03:07.207280000, delta=721000 ns, racy<=15000 ns 18:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.208282000, lastModified=2023-03-25 18:03:07.207280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.208282000, lastModified=2023-03-25 18:03:07.207280000, delta=1002000 ns, racy<=15000 ns 18:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.208549000, lastModified=2023-03-25 18:03:07.207280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.208549000, lastModified=2023-03-25 18:03:07.207280000, delta=1269000 ns, racy<=15000 ns 18:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.208824000, lastModified=2023-03-25 18:03:07.207280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.208 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.207280000 to 2023-03-25 18:03:07.208280000 18:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.209090000, lastModified=2023-03-25 18:03:07.208280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.209090000, lastModified=2023-03-25 18:03:07.208280000, delta=810000 ns, racy<=15000 ns 18:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.209373000, lastModified=2023-03-25 18:03:07.208280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.209373000, lastModified=2023-03-25 18:03:07.208280000, delta=1093000 ns, racy<=15000 ns 18:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.209646000, lastModified=2023-03-25 18:03:07.208280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.209646000, lastModified=2023-03-25 18:03:07.208280000, delta=1366000 ns, racy<=15000 ns 18:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.209 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.209918000, lastModified=2023-03-25 18:03:07.208280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.208280000 to 2023-03-25 18:03:07.209280000 18:03:07.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.210190000, lastModified=2023-03-25 18:03:07.209280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.210190000, lastModified=2023-03-25 18:03:07.209280000, delta=910000 ns, racy<=15000 ns 18:03:07.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.210461000, lastModified=2023-03-25 18:03:07.209280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.210461000, lastModified=2023-03-25 18:03:07.209280000, delta=1181000 ns, racy<=15000 ns 18:03:07.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.210732000, lastModified=2023-03-25 18:03:07.209280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.210732000, lastModified=2023-03-25 18:03:07.209280000, delta=1452000 ns, racy<=15000 ns 18:03:07.210 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.211173000, lastModified=2023-03-25 18:03:07.210280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.211173000, lastModified=2023-03-25 18:03:07.210280000, delta=893000 ns, racy<=15000 ns 18:03:07.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.211585000, lastModified=2023-03-25 18:03:07.210280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.211585000, lastModified=2023-03-25 18:03:07.210280000, delta=1305000 ns, racy<=15000 ns 18:03:07.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.211913000, lastModified=2023-03-25 18:03:07.210280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.210280000 to 2023-03-25 18:03:07.211280000 18:03:07.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.212208000, lastModified=2023-03-25 18:03:07.211280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.212208000, lastModified=2023-03-25 18:03:07.211280000, delta=928000 ns, racy<=15000 ns 18:03:07.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.212501000, lastModified=2023-03-25 18:03:07.211280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.212501000, lastModified=2023-03-25 18:03:07.211280000, delta=1221000 ns, racy<=15000 ns 18:03:07.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.212811000, lastModified=2023-03-25 18:03:07.211280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.211280000 to 2023-03-25 18:03:07.212280000 18:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.213119000, lastModified=2023-03-25 18:03:07.212280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.213119000, lastModified=2023-03-25 18:03:07.212280000, delta=839000 ns, racy<=15000 ns 18:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.213443000, lastModified=2023-03-25 18:03:07.212280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.213443000, lastModified=2023-03-25 18:03:07.212280000, delta=1163000 ns, racy<=15000 ns 18:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.213752000, lastModified=2023-03-25 18:03:07.212280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.213752000, lastModified=2023-03-25 18:03:07.212280000, delta=1472000 ns, racy<=15000 ns 18:03:07.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.214072000, lastModified=2023-03-25 18:03:07.213280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.214072000, lastModified=2023-03-25 18:03:07.213280000, delta=792000 ns, racy<=15000 ns 18:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.214360000, lastModified=2023-03-25 18:03:07.213280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.214360000, lastModified=2023-03-25 18:03:07.213280000, delta=1080000 ns, racy<=15000 ns 18:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.214673000, lastModified=2023-03-25 18:03:07.213280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.214673000, lastModified=2023-03-25 18:03:07.213280000, delta=1393000 ns, racy<=15000 ns 18:03:07.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.215009000, lastModified=2023-03-25 18:03:07.214280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.215009000, lastModified=2023-03-25 18:03:07.214280000, delta=729000 ns, racy<=15000 ns 18:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.215325000, lastModified=2023-03-25 18:03:07.214280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.215325000, lastModified=2023-03-25 18:03:07.214280000, delta=1045000 ns, racy<=15000 ns 18:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.215599000, lastModified=2023-03-25 18:03:07.214280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.215599000, lastModified=2023-03-25 18:03:07.214280000, delta=1319000 ns, racy<=15000 ns 18:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.215888000, lastModified=2023-03-25 18:03:07.214280000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.214280000 to 2023-03-25 18:03:07.248281000 18:03:07.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.254758000, lastModified=2023-03-25 18:03:07.253281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.253281000 to 2023-03-25 18:03:07.254281000 18:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.255251000, lastModified=2023-03-25 18:03:07.254281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.255251000, lastModified=2023-03-25 18:03:07.254281000, delta=970000 ns, racy<=15000 ns 18:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.255734000, lastModified=2023-03-25 18:03:07.254281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.255734000, lastModified=2023-03-25 18:03:07.254281000, delta=1453000 ns, racy<=15000 ns 18:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.256166000, lastModified=2023-03-25 18:03:07.255281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.256166000, lastModified=2023-03-25 18:03:07.255281000, delta=885000 ns, racy<=15000 ns 18:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.256634000, lastModified=2023-03-25 18:03:07.255281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.256634000, lastModified=2023-03-25 18:03:07.255281000, delta=1353000 ns, racy<=15000 ns 18:03:07.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.257206000, lastModified=2023-03-25 18:03:07.256281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.257206000, lastModified=2023-03-25 18:03:07.256281000, delta=925000 ns, racy<=15000 ns 18:03:07.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.257733000, lastModified=2023-03-25 18:03:07.256281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.257733000, lastModified=2023-03-25 18:03:07.256281000, delta=1452000 ns, racy<=15000 ns 18:03:07.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.258178000, lastModified=2023-03-25 18:03:07.257281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.258178000, lastModified=2023-03-25 18:03:07.257281000, delta=897000 ns, racy<=15000 ns 18:03:07.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.258593000, lastModified=2023-03-25 18:03:07.257281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.258593000, lastModified=2023-03-25 18:03:07.257281000, delta=1312000 ns, racy<=15000 ns 18:03:07.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.259016000, lastModified=2023-03-25 18:03:07.258281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.259016000, lastModified=2023-03-25 18:03:07.258281000, delta=735000 ns, racy<=15000 ns 18:03:07.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.259497000, lastModified=2023-03-25 18:03:07.258281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.259497000, lastModified=2023-03-25 18:03:07.258281000, delta=1216000 ns, racy<=15000 ns 18:03:07.259 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.259980000, lastModified=2023-03-25 18:03:07.259281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.259980000, lastModified=2023-03-25 18:03:07.259281000, delta=699000 ns, racy<=15000 ns 18:03:07.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.260464000, lastModified=2023-03-25 18:03:07.259281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.260464000, lastModified=2023-03-25 18:03:07.259281000, delta=1183000 ns, racy<=15000 ns 18:03:07.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.260 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.260875000, lastModified=2023-03-25 18:03:07.259281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.259281000 to 2023-03-25 18:03:07.260281000 18:03:07.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.261350000, lastModified=2023-03-25 18:03:07.260281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.261350000, lastModified=2023-03-25 18:03:07.260281000, delta=1069000 ns, racy<=15000 ns 18:03:07.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.261 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.261783000, lastModified=2023-03-25 18:03:07.260281000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.260281000 to 2023-03-25 18:03:07.261282000 18:03:07.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.262193000, lastModified=2023-03-25 18:03:07.261282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.262193000, lastModified=2023-03-25 18:03:07.261282000, delta=911000 ns, racy<=15000 ns 18:03:07.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.262599000, lastModified=2023-03-25 18:03:07.261282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.262599000, lastModified=2023-03-25 18:03:07.261282000, delta=1317000 ns, racy<=15000 ns 18:03:07.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.263027000, lastModified=2023-03-25 18:03:07.262282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.263027000, lastModified=2023-03-25 18:03:07.262282000, delta=745000 ns, racy<=15000 ns 18:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.263460000, lastModified=2023-03-25 18:03:07.262282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.263460000, lastModified=2023-03-25 18:03:07.262282000, delta=1178000 ns, racy<=15000 ns 18:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.263880000, lastModified=2023-03-25 18:03:07.262282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.262282000 to 2023-03-25 18:03:07.263282000 18:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.264339000, lastModified=2023-03-25 18:03:07.263282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.264339000, lastModified=2023-03-25 18:03:07.263282000, delta=1057000 ns, racy<=15000 ns 18:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.264746000, lastModified=2023-03-25 18:03:07.263282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.263282000 to 2023-03-25 18:03:07.264282000 18:03:07.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.265135000, lastModified=2023-03-25 18:03:07.264282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.265135000, lastModified=2023-03-25 18:03:07.264282000, delta=853000 ns, racy<=15000 ns 18:03:07.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.265593000, lastModified=2023-03-25 18:03:07.264282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.265593000, lastModified=2023-03-25 18:03:07.264282000, delta=1311000 ns, racy<=15000 ns 18:03:07.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.265993000, lastModified=2023-03-25 18:03:07.265282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.265993000, lastModified=2023-03-25 18:03:07.265282000, delta=711000 ns, racy<=15000 ns 18:03:07.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.266412000, lastModified=2023-03-25 18:03:07.265282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.266412000, lastModified=2023-03-25 18:03:07.265282000, delta=1130000 ns, racy<=15000 ns 18:03:07.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.266809000, lastModified=2023-03-25 18:03:07.265282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.265282000 to 2023-03-25 18:03:07.266282000 18:03:07.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.267235000, lastModified=2023-03-25 18:03:07.266282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.267235000, lastModified=2023-03-25 18:03:07.266282000, delta=953000 ns, racy<=15000 ns 18:03:07.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.267709000, lastModified=2023-03-25 18:03:07.266282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.267709000, lastModified=2023-03-25 18:03:07.266282000, delta=1427000 ns, racy<=15000 ns 18:03:07.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.268168000, lastModified=2023-03-25 18:03:07.267282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.268168000, lastModified=2023-03-25 18:03:07.267282000, delta=886000 ns, racy<=15000 ns 18:03:07.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.268553000, lastModified=2023-03-25 18:03:07.267282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.268553000, lastModified=2023-03-25 18:03:07.267282000, delta=1271000 ns, racy<=15000 ns 18:03:07.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.268934000, lastModified=2023-03-25 18:03:07.267282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.267282000 to 2023-03-25 18:03:07.268282000 18:03:07.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.269310000, lastModified=2023-03-25 18:03:07.268282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.269310000, lastModified=2023-03-25 18:03:07.268282000, delta=1028000 ns, racy<=15000 ns 18:03:07.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.269697000, lastModified=2023-03-25 18:03:07.268282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.269697000, lastModified=2023-03-25 18:03:07.268282000, delta=1415000 ns, racy<=15000 ns 18:03:07.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.270135000, lastModified=2023-03-25 18:03:07.269282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.270135000, lastModified=2023-03-25 18:03:07.269282000, delta=853000 ns, racy<=15000 ns 18:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.270524000, lastModified=2023-03-25 18:03:07.269282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.270524000, lastModified=2023-03-25 18:03:07.269282000, delta=1242000 ns, racy<=15000 ns 18:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.270910000, lastModified=2023-03-25 18:03:07.269282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.269282000 to 2023-03-25 18:03:07.270282000 18:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.271327000, lastModified=2023-03-25 18:03:07.270282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.271327000, lastModified=2023-03-25 18:03:07.270282000, delta=1045000 ns, racy<=15000 ns 18:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.271744000, lastModified=2023-03-25 18:03:07.270282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.271744000, lastModified=2023-03-25 18:03:07.270282000, delta=1462000 ns, racy<=15000 ns 18:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.272162000, lastModified=2023-03-25 18:03:07.271282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.272162000, lastModified=2023-03-25 18:03:07.271282000, delta=880000 ns, racy<=15000 ns 18:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.272544000, lastModified=2023-03-25 18:03:07.271282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.272544000, lastModified=2023-03-25 18:03:07.271282000, delta=1262000 ns, racy<=15000 ns 18:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.272928000, lastModified=2023-03-25 18:03:07.271282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.271282000 to 2023-03-25 18:03:07.272282000 18:03:07.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.273327000, lastModified=2023-03-25 18:03:07.272282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.273327000, lastModified=2023-03-25 18:03:07.272282000, delta=1045000 ns, racy<=15000 ns 18:03:07.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.273737000, lastModified=2023-03-25 18:03:07.272282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.272282000 to 2023-03-25 18:03:07.273282000 18:03:07.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.274140000, lastModified=2023-03-25 18:03:07.273282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.274140000, lastModified=2023-03-25 18:03:07.273282000, delta=858000 ns, racy<=15000 ns 18:03:07.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.274590000, lastModified=2023-03-25 18:03:07.273282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.274590000, lastModified=2023-03-25 18:03:07.273282000, delta=1308000 ns, racy<=15000 ns 18:03:07.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.275024000, lastModified=2023-03-25 18:03:07.274282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.275024000, lastModified=2023-03-25 18:03:07.274282000, delta=742000 ns, racy<=15000 ns 18:03:07.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.275525000, lastModified=2023-03-25 18:03:07.274282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.275525000, lastModified=2023-03-25 18:03:07.274282000, delta=1243000 ns, racy<=15000 ns 18:03:07.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.275999000, lastModified=2023-03-25 18:03:07.275282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.275999000, lastModified=2023-03-25 18:03:07.275282000, delta=717000 ns, racy<=15000 ns 18:03:07.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.276451000, lastModified=2023-03-25 18:03:07.275282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.276451000, lastModified=2023-03-25 18:03:07.275282000, delta=1169000 ns, racy<=15000 ns 18:03:07.276 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.279226000, lastModified=2023-03-25 18:03:07.275282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.275282000 to 2023-03-25 18:03:07.278282000 18:03:07.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.279707000, lastModified=2023-03-25 18:03:07.278282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.279707000, lastModified=2023-03-25 18:03:07.278282000, delta=1425000 ns, racy<=15000 ns 18:03:07.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.280179000, lastModified=2023-03-25 18:03:07.279282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.280179000, lastModified=2023-03-25 18:03:07.279282000, delta=897000 ns, racy<=15000 ns 18:03:07.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.280562000, lastModified=2023-03-25 18:03:07.279282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.280562000, lastModified=2023-03-25 18:03:07.279282000, delta=1280000 ns, racy<=15000 ns 18:03:07.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.280950000, lastModified=2023-03-25 18:03:07.279282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.279282000 to 2023-03-25 18:03:07.280282000 18:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.281326000, lastModified=2023-03-25 18:03:07.280282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.281326000, lastModified=2023-03-25 18:03:07.280282000, delta=1044000 ns, racy<=15000 ns 18:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.281717000, lastModified=2023-03-25 18:03:07.280282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.281717000, lastModified=2023-03-25 18:03:07.280282000, delta=1435000 ns, racy<=15000 ns 18:03:07.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.282120000, lastModified=2023-03-25 18:03:07.281282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.282120000, lastModified=2023-03-25 18:03:07.281282000, delta=838000 ns, racy<=15000 ns 18:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.282521000, lastModified=2023-03-25 18:03:07.281282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.282521000, lastModified=2023-03-25 18:03:07.281282000, delta=1239000 ns, racy<=15000 ns 18:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.282964000, lastModified=2023-03-25 18:03:07.282282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.282964000, lastModified=2023-03-25 18:03:07.282282000, delta=682000 ns, racy<=15000 ns 18:03:07.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.283408000, lastModified=2023-03-25 18:03:07.282282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.283408000, lastModified=2023-03-25 18:03:07.282282000, delta=1126000 ns, racy<=15000 ns 18:03:07.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.283859000, lastModified=2023-03-25 18:03:07.282282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.282282000 to 2023-03-25 18:03:07.283282000 18:03:07.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.284282000, lastModified=2023-03-25 18:03:07.283282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.284282000, lastModified=2023-03-25 18:03:07.283282000, delta=1000000 ns, racy<=15000 ns 18:03:07.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.284690000, lastModified=2023-03-25 18:03:07.283282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.284690000, lastModified=2023-03-25 18:03:07.283282000, delta=1408000 ns, racy<=15000 ns 18:03:07.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.285107000, lastModified=2023-03-25 18:03:07.284282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.285107000, lastModified=2023-03-25 18:03:07.284282000, delta=825000 ns, racy<=15000 ns 18:03:07.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.285582000, lastModified=2023-03-25 18:03:07.284282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.285582000, lastModified=2023-03-25 18:03:07.284282000, delta=1300000 ns, racy<=15000 ns 18:03:07.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.285992000, lastModified=2023-03-25 18:03:07.285282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.285992000, lastModified=2023-03-25 18:03:07.285282000, delta=710000 ns, racy<=15000 ns 18:03:07.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.286407000, lastModified=2023-03-25 18:03:07.285282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.286407000, lastModified=2023-03-25 18:03:07.285282000, delta=1125000 ns, racy<=15000 ns 18:03:07.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.286808000, lastModified=2023-03-25 18:03:07.285282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.285282000 to 2023-03-25 18:03:07.286282000 18:03:07.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.287230000, lastModified=2023-03-25 18:03:07.286282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.287230000, lastModified=2023-03-25 18:03:07.286282000, delta=948000 ns, racy<=15000 ns 18:03:07.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.287731000, lastModified=2023-03-25 18:03:07.286282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.287731000, lastModified=2023-03-25 18:03:07.286282000, delta=1449000 ns, racy<=15000 ns 18:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.288159000, lastModified=2023-03-25 18:03:07.287282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.288159000, lastModified=2023-03-25 18:03:07.287282000, delta=877000 ns, racy<=15000 ns 18:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.288544000, lastModified=2023-03-25 18:03:07.287282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.288544000, lastModified=2023-03-25 18:03:07.287282000, delta=1262000 ns, racy<=15000 ns 18:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.288934000, lastModified=2023-03-25 18:03:07.287282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.287282000 to 2023-03-25 18:03:07.288282000 18:03:07.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.289363000, lastModified=2023-03-25 18:03:07.288282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.289363000, lastModified=2023-03-25 18:03:07.288282000, delta=1081000 ns, racy<=15000 ns 18:03:07.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.289752000, lastModified=2023-03-25 18:03:07.288282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.288282000 to 2023-03-25 18:03:07.289282000 18:03:07.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.290142000, lastModified=2023-03-25 18:03:07.289282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.290142000, lastModified=2023-03-25 18:03:07.289282000, delta=860000 ns, racy<=15000 ns 18:03:07.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.290589000, lastModified=2023-03-25 18:03:07.289282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.290589000, lastModified=2023-03-25 18:03:07.289282000, delta=1307000 ns, racy<=15000 ns 18:03:07.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.291037000, lastModified=2023-03-25 18:03:07.290282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.291037000, lastModified=2023-03-25 18:03:07.290282000, delta=755000 ns, racy<=15000 ns 18:03:07.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.291361000, lastModified=2023-03-25 18:03:07.290282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.291361000, lastModified=2023-03-25 18:03:07.290282000, delta=1079000 ns, racy<=15000 ns 18:03:07.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.291648000, lastModified=2023-03-25 18:03:07.290282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.291648000, lastModified=2023-03-25 18:03:07.290282000, delta=1366000 ns, racy<=15000 ns 18:03:07.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.291944000, lastModified=2023-03-25 18:03:07.291282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.291944000, lastModified=2023-03-25 18:03:07.291282000, delta=662000 ns, racy<=15000 ns 18:03:07.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.292243000, lastModified=2023-03-25 18:03:07.291282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.292243000, lastModified=2023-03-25 18:03:07.291282000, delta=961000 ns, racy<=15000 ns 18:03:07.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.292696000, lastModified=2023-03-25 18:03:07.291282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.292696000, lastModified=2023-03-25 18:03:07.291282000, delta=1414000 ns, racy<=15000 ns 18:03:07.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.293067000, lastModified=2023-03-25 18:03:07.292282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.293067000, lastModified=2023-03-25 18:03:07.292282000, delta=785000 ns, racy<=15000 ns 18:03:07.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.293373000, lastModified=2023-03-25 18:03:07.292282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.293373000, lastModified=2023-03-25 18:03:07.292282000, delta=1091000 ns, racy<=15000 ns 18:03:07.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.293660000, lastModified=2023-03-25 18:03:07.292282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.293660000, lastModified=2023-03-25 18:03:07.292282000, delta=1378000 ns, racy<=15000 ns 18:03:07.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.293 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.293956000, lastModified=2023-03-25 18:03:07.293282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.293956000, lastModified=2023-03-25 18:03:07.293282000, delta=674000 ns, racy<=15000 ns 18:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.294248000, lastModified=2023-03-25 18:03:07.293282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.294248000, lastModified=2023-03-25 18:03:07.293282000, delta=966000 ns, racy<=15000 ns 18:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.294514000, lastModified=2023-03-25 18:03:07.293282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.294514000, lastModified=2023-03-25 18:03:07.293282000, delta=1232000 ns, racy<=15000 ns 18:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.294784000, lastModified=2023-03-25 18:03:07.293282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.294784000, lastModified=2023-03-25 18:03:07.293282000, delta=1502000 ns, racy<=15000 ns 18:03:07.294 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.295049000, lastModified=2023-03-25 18:03:07.294282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.295049000, lastModified=2023-03-25 18:03:07.294282000, delta=767000 ns, racy<=15000 ns 18:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.295331000, lastModified=2023-03-25 18:03:07.294282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.295331000, lastModified=2023-03-25 18:03:07.294282000, delta=1049000 ns, racy<=15000 ns 18:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.295596000, lastModified=2023-03-25 18:03:07.294282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.295596000, lastModified=2023-03-25 18:03:07.294282000, delta=1314000 ns, racy<=15000 ns 18:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.295 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.295853000, lastModified=2023-03-25 18:03:07.294282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.294282000 to 2023-03-25 18:03:07.295282000 18:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.296134000, lastModified=2023-03-25 18:03:07.295282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.296134000, lastModified=2023-03-25 18:03:07.295282000, delta=852000 ns, racy<=15000 ns 18:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.296390000, lastModified=2023-03-25 18:03:07.295282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.296390000, lastModified=2023-03-25 18:03:07.295282000, delta=1108000 ns, racy<=15000 ns 18:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.296646000, lastModified=2023-03-25 18:03:07.295282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.296646000, lastModified=2023-03-25 18:03:07.295282000, delta=1364000 ns, racy<=15000 ns 18:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.296 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.296951000, lastModified=2023-03-25 18:03:07.296282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.296951000, lastModified=2023-03-25 18:03:07.296282000, delta=669000 ns, racy<=15000 ns 18:03:07.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.297251000, lastModified=2023-03-25 18:03:07.296282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.297251000, lastModified=2023-03-25 18:03:07.296282000, delta=969000 ns, racy<=15000 ns 18:03:07.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.297512000, lastModified=2023-03-25 18:03:07.296282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.297512000, lastModified=2023-03-25 18:03:07.296282000, delta=1230000 ns, racy<=15000 ns 18:03:07.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.297 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.297768000, lastModified=2023-03-25 18:03:07.296282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.297768000, lastModified=2023-03-25 18:03:07.296282000, delta=1486000 ns, racy<=15000 ns 18:03:07.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.301725000, lastModified=2023-03-25 18:03:07.300282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.301725000, lastModified=2023-03-25 18:03:07.300282000, delta=1443000 ns, racy<=15000 ns 18:03:07.301 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.302018000, lastModified=2023-03-25 18:03:07.301282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.302018000, lastModified=2023-03-25 18:03:07.301282000, delta=736000 ns, racy<=15000 ns 18:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.302316000, lastModified=2023-03-25 18:03:07.301282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.302316000, lastModified=2023-03-25 18:03:07.301282000, delta=1034000 ns, racy<=15000 ns 18:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.302597000, lastModified=2023-03-25 18:03:07.301282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.302597000, lastModified=2023-03-25 18:03:07.301282000, delta=1315000 ns, racy<=15000 ns 18:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.302 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.302914000, lastModified=2023-03-25 18:03:07.301282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.301282000 to 2023-03-25 18:03:07.302282000 18:03:07.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.303203000, lastModified=2023-03-25 18:03:07.302282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.303203000, lastModified=2023-03-25 18:03:07.302282000, delta=921000 ns, racy<=15000 ns 18:03:07.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.303462000, lastModified=2023-03-25 18:03:07.302282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.303462000, lastModified=2023-03-25 18:03:07.302282000, delta=1180000 ns, racy<=15000 ns 18:03:07.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.303769000, lastModified=2023-03-25 18:03:07.302282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.303769000, lastModified=2023-03-25 18:03:07.302282000, delta=1487000 ns, racy<=15000 ns 18:03:07.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.349644000, lastModified=2023-03-25 18:03:07.303282000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.303282000 to 2023-03-25 18:03:07.348284000 18:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.350131000, lastModified=2023-03-25 18:03:07.349284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.350131000, lastModified=2023-03-25 18:03:07.349284000, delta=847000 ns, racy<=15000 ns 18:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.350438000, lastModified=2023-03-25 18:03:07.349284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.350438000, lastModified=2023-03-25 18:03:07.349284000, delta=1154000 ns, racy<=15000 ns 18:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.350720000, lastModified=2023-03-25 18:03:07.349284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.350720000, lastModified=2023-03-25 18:03:07.349284000, delta=1436000 ns, racy<=15000 ns 18:03:07.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.351002000, lastModified=2023-03-25 18:03:07.350284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.351002000, lastModified=2023-03-25 18:03:07.350284000, delta=718000 ns, racy<=15000 ns 18:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.351287000, lastModified=2023-03-25 18:03:07.350284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.351287000, lastModified=2023-03-25 18:03:07.350284000, delta=1003000 ns, racy<=15000 ns 18:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.351560000, lastModified=2023-03-25 18:03:07.350284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.351560000, lastModified=2023-03-25 18:03:07.350284000, delta=1276000 ns, racy<=15000 ns 18:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.351853000, lastModified=2023-03-25 18:03:07.350284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.350284000 to 2023-03-25 18:03:07.354284000 18:03:07.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.355542000, lastModified=2023-03-25 18:03:07.354284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.355542000, lastModified=2023-03-25 18:03:07.354284000, delta=1258000 ns, racy<=15000 ns 18:03:07.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.355816000, lastModified=2023-03-25 18:03:07.354284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.354284000 to 2023-03-25 18:03:07.355284000 18:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.356071000, lastModified=2023-03-25 18:03:07.355284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.356071000, lastModified=2023-03-25 18:03:07.355284000, delta=787000 ns, racy<=15000 ns 18:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.356360000, lastModified=2023-03-25 18:03:07.355284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.356360000, lastModified=2023-03-25 18:03:07.355284000, delta=1076000 ns, racy<=15000 ns 18:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.356615000, lastModified=2023-03-25 18:03:07.355284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.356615000, lastModified=2023-03-25 18:03:07.355284000, delta=1331000 ns, racy<=15000 ns 18:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.356878000, lastModified=2023-03-25 18:03:07.355284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.355284000 to 2023-03-25 18:03:07.356284000 18:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.357146000, lastModified=2023-03-25 18:03:07.356284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.357146000, lastModified=2023-03-25 18:03:07.356284000, delta=862000 ns, racy<=15000 ns 18:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.357400000, lastModified=2023-03-25 18:03:07.356284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.357400000, lastModified=2023-03-25 18:03:07.356284000, delta=1116000 ns, racy<=15000 ns 18:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.357656000, lastModified=2023-03-25 18:03:07.356284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.357656000, lastModified=2023-03-25 18:03:07.356284000, delta=1372000 ns, racy<=15000 ns 18:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.357935000, lastModified=2023-03-25 18:03:07.357284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.357935000, lastModified=2023-03-25 18:03:07.357284000, delta=651000 ns, racy<=15000 ns 18:03:07.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.358222000, lastModified=2023-03-25 18:03:07.357284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.358222000, lastModified=2023-03-25 18:03:07.357284000, delta=938000 ns, racy<=15000 ns 18:03:07.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.358488000, lastModified=2023-03-25 18:03:07.357284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.358488000, lastModified=2023-03-25 18:03:07.357284000, delta=1204000 ns, racy<=15000 ns 18:03:07.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.358749000, lastModified=2023-03-25 18:03:07.357284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.358749000, lastModified=2023-03-25 18:03:07.357284000, delta=1465000 ns, racy<=15000 ns 18:03:07.358 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.359025000, lastModified=2023-03-25 18:03:07.358284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.359025000, lastModified=2023-03-25 18:03:07.358284000, delta=741000 ns, racy<=15000 ns 18:03:07.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.359294000, lastModified=2023-03-25 18:03:07.358284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.359294000, lastModified=2023-03-25 18:03:07.358284000, delta=1010000 ns, racy<=15000 ns 18:03:07.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.359549000, lastModified=2023-03-25 18:03:07.358284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.359549000, lastModified=2023-03-25 18:03:07.358284000, delta=1265000 ns, racy<=15000 ns 18:03:07.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.359801000, lastModified=2023-03-25 18:03:07.358284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.359 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.358284000 to 2023-03-25 18:03:07.359284000 18:03:07.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.360044000, lastModified=2023-03-25 18:03:07.359284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.360044000, lastModified=2023-03-25 18:03:07.359284000, delta=760000 ns, racy<=15000 ns 18:03:07.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.360310000, lastModified=2023-03-25 18:03:07.359284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.360310000, lastModified=2023-03-25 18:03:07.359284000, delta=1026000 ns, racy<=15000 ns 18:03:07.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.360575000, lastModified=2023-03-25 18:03:07.359284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.360575000, lastModified=2023-03-25 18:03:07.359284000, delta=1291000 ns, racy<=15000 ns 18:03:07.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.360828000, lastModified=2023-03-25 18:03:07.359284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.360 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.359284000 to 2023-03-25 18:03:07.360284000 18:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.361075000, lastModified=2023-03-25 18:03:07.360284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.361075000, lastModified=2023-03-25 18:03:07.360284000, delta=791000 ns, racy<=15000 ns 18:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.361346000, lastModified=2023-03-25 18:03:07.360284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.361346000, lastModified=2023-03-25 18:03:07.360284000, delta=1062000 ns, racy<=15000 ns 18:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.361624000, lastModified=2023-03-25 18:03:07.360284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.361624000, lastModified=2023-03-25 18:03:07.360284000, delta=1340000 ns, racy<=15000 ns 18:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.361888000, lastModified=2023-03-25 18:03:07.360284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.360284000 to 2023-03-25 18:03:07.361284000 18:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.362179000, lastModified=2023-03-25 18:03:07.361284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.362179000, lastModified=2023-03-25 18:03:07.361284000, delta=895000 ns, racy<=15000 ns 18:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.362450000, lastModified=2023-03-25 18:03:07.361284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.362450000, lastModified=2023-03-25 18:03:07.361284000, delta=1166000 ns, racy<=15000 ns 18:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.362750000, lastModified=2023-03-25 18:03:07.361284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.362750000, lastModified=2023-03-25 18:03:07.361284000, delta=1466000 ns, racy<=15000 ns 18:03:07.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.363044000, lastModified=2023-03-25 18:03:07.362284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.363044000, lastModified=2023-03-25 18:03:07.362284000, delta=760000 ns, racy<=15000 ns 18:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.363335000, lastModified=2023-03-25 18:03:07.362284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.363335000, lastModified=2023-03-25 18:03:07.362284000, delta=1051000 ns, racy<=15000 ns 18:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.363612000, lastModified=2023-03-25 18:03:07.362284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.363612000, lastModified=2023-03-25 18:03:07.362284000, delta=1328000 ns, racy<=15000 ns 18:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.363874000, lastModified=2023-03-25 18:03:07.362284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.362284000 to 2023-03-25 18:03:07.363284000 18:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.364197000, lastModified=2023-03-25 18:03:07.363284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.364197000, lastModified=2023-03-25 18:03:07.363284000, delta=913000 ns, racy<=15000 ns 18:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.364482000, lastModified=2023-03-25 18:03:07.363284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.364482000, lastModified=2023-03-25 18:03:07.363284000, delta=1198000 ns, racy<=15000 ns 18:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.364756000, lastModified=2023-03-25 18:03:07.363284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.364756000, lastModified=2023-03-25 18:03:07.363284000, delta=1472000 ns, racy<=15000 ns 18:03:07.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.371396000, lastModified=2023-03-25 18:03:07.364284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.364284000 to 2023-03-25 18:03:07.370284000 18:03:07.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.371739000, lastModified=2023-03-25 18:03:07.370284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.371739000, lastModified=2023-03-25 18:03:07.370284000, delta=1455000 ns, racy<=15000 ns 18:03:07.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.372028000, lastModified=2023-03-25 18:03:07.371284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.372028000, lastModified=2023-03-25 18:03:07.371284000, delta=744000 ns, racy<=15000 ns 18:03:07.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.372298000, lastModified=2023-03-25 18:03:07.371284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.372298000, lastModified=2023-03-25 18:03:07.371284000, delta=1014000 ns, racy<=15000 ns 18:03:07.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.372563000, lastModified=2023-03-25 18:03:07.371284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.372563000, lastModified=2023-03-25 18:03:07.371284000, delta=1279000 ns, racy<=15000 ns 18:03:07.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.372832000, lastModified=2023-03-25 18:03:07.371284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.371284000 to 2023-03-25 18:03:07.372284000 18:03:07.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.373150000, lastModified=2023-03-25 18:03:07.372284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.373150000, lastModified=2023-03-25 18:03:07.372284000, delta=866000 ns, racy<=15000 ns 18:03:07.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.373698000, lastModified=2023-03-25 18:03:07.372284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.373698000, lastModified=2023-03-25 18:03:07.372284000, delta=1414000 ns, racy<=15000 ns 18:03:07.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.374067000, lastModified=2023-03-25 18:03:07.373284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.374067000, lastModified=2023-03-25 18:03:07.373284000, delta=783000 ns, racy<=15000 ns 18:03:07.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.374419000, lastModified=2023-03-25 18:03:07.373284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.374419000, lastModified=2023-03-25 18:03:07.373284000, delta=1135000 ns, racy<=15000 ns 18:03:07.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.374722000, lastModified=2023-03-25 18:03:07.373284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.374722000, lastModified=2023-03-25 18:03:07.373284000, delta=1438000 ns, racy<=15000 ns 18:03:07.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.375012000, lastModified=2023-03-25 18:03:07.374284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.375012000, lastModified=2023-03-25 18:03:07.374284000, delta=728000 ns, racy<=15000 ns 18:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.375381000, lastModified=2023-03-25 18:03:07.374284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.375381000, lastModified=2023-03-25 18:03:07.374284000, delta=1097000 ns, racy<=15000 ns 18:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.375688000, lastModified=2023-03-25 18:03:07.374284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.375688000, lastModified=2023-03-25 18:03:07.374284000, delta=1404000 ns, racy<=15000 ns 18:03:07.375 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.376008000, lastModified=2023-03-25 18:03:07.375284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.376008000, lastModified=2023-03-25 18:03:07.375284000, delta=724000 ns, racy<=15000 ns 18:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.376338000, lastModified=2023-03-25 18:03:07.375284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.376338000, lastModified=2023-03-25 18:03:07.375284000, delta=1054000 ns, racy<=15000 ns 18:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.376614000, lastModified=2023-03-25 18:03:07.375284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.376614000, lastModified=2023-03-25 18:03:07.375284000, delta=1330000 ns, racy<=15000 ns 18:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.376 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.376890000, lastModified=2023-03-25 18:03:07.375284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.375284000 to 2023-03-25 18:03:07.376284000 18:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.377189000, lastModified=2023-03-25 18:03:07.376284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.377189000, lastModified=2023-03-25 18:03:07.376284000, delta=905000 ns, racy<=15000 ns 18:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.377479000, lastModified=2023-03-25 18:03:07.376284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.377479000, lastModified=2023-03-25 18:03:07.376284000, delta=1195000 ns, racy<=15000 ns 18:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.377758000, lastModified=2023-03-25 18:03:07.376284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.377758000, lastModified=2023-03-25 18:03:07.376284000, delta=1474000 ns, racy<=15000 ns 18:03:07.377 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.378047000, lastModified=2023-03-25 18:03:07.377284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.378047000, lastModified=2023-03-25 18:03:07.377284000, delta=763000 ns, racy<=15000 ns 18:03:07.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.378339000, lastModified=2023-03-25 18:03:07.377284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.378339000, lastModified=2023-03-25 18:03:07.377284000, delta=1055000 ns, racy<=15000 ns 18:03:07.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.378615000, lastModified=2023-03-25 18:03:07.377284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.378615000, lastModified=2023-03-25 18:03:07.377284000, delta=1331000 ns, racy<=15000 ns 18:03:07.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.378 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.378904000, lastModified=2023-03-25 18:03:07.377284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.377284000 to 2023-03-25 18:03:07.378284000 18:03:07.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.379184000, lastModified=2023-03-25 18:03:07.378284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.379184000, lastModified=2023-03-25 18:03:07.378284000, delta=900000 ns, racy<=15000 ns 18:03:07.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.379480000, lastModified=2023-03-25 18:03:07.378284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.379480000, lastModified=2023-03-25 18:03:07.378284000, delta=1196000 ns, racy<=15000 ns 18:03:07.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.379755000, lastModified=2023-03-25 18:03:07.378284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.379755000, lastModified=2023-03-25 18:03:07.378284000, delta=1471000 ns, racy<=15000 ns 18:03:07.379 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.380041000, lastModified=2023-03-25 18:03:07.379284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.380041000, lastModified=2023-03-25 18:03:07.379284000, delta=757000 ns, racy<=15000 ns 18:03:07.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.380325000, lastModified=2023-03-25 18:03:07.379284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.380325000, lastModified=2023-03-25 18:03:07.379284000, delta=1041000 ns, racy<=15000 ns 18:03:07.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.380591000, lastModified=2023-03-25 18:03:07.379284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.380591000, lastModified=2023-03-25 18:03:07.379284000, delta=1307000 ns, racy<=15000 ns 18:03:07.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.380866000, lastModified=2023-03-25 18:03:07.379284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.379284000 to 2023-03-25 18:03:07.380284000 18:03:07.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.381149000, lastModified=2023-03-25 18:03:07.380284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.381149000, lastModified=2023-03-25 18:03:07.380284000, delta=865000 ns, racy<=15000 ns 18:03:07.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.381411000, lastModified=2023-03-25 18:03:07.380284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.381411000, lastModified=2023-03-25 18:03:07.380284000, delta=1127000 ns, racy<=15000 ns 18:03:07.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.381702000, lastModified=2023-03-25 18:03:07.380284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.381702000, lastModified=2023-03-25 18:03:07.380284000, delta=1418000 ns, racy<=15000 ns 18:03:07.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.381981000, lastModified=2023-03-25 18:03:07.381284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.381981000, lastModified=2023-03-25 18:03:07.381284000, delta=697000 ns, racy<=15000 ns 18:03:07.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.382277000, lastModified=2023-03-25 18:03:07.381284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.382277000, lastModified=2023-03-25 18:03:07.381284000, delta=993000 ns, racy<=15000 ns 18:03:07.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.382541000, lastModified=2023-03-25 18:03:07.381284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.382541000, lastModified=2023-03-25 18:03:07.381284000, delta=1257000 ns, racy<=15000 ns 18:03:07.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.382809000, lastModified=2023-03-25 18:03:07.381284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.381284000 to 2023-03-25 18:03:07.382284000 18:03:07.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.383070000, lastModified=2023-03-25 18:03:07.382284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.383070000, lastModified=2023-03-25 18:03:07.382284000, delta=786000 ns, racy<=15000 ns 18:03:07.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.383358000, lastModified=2023-03-25 18:03:07.382284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.383358000, lastModified=2023-03-25 18:03:07.382284000, delta=1074000 ns, racy<=15000 ns 18:03:07.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.383628000, lastModified=2023-03-25 18:03:07.382284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.383628000, lastModified=2023-03-25 18:03:07.382284000, delta=1344000 ns, racy<=15000 ns 18:03:07.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.383898000, lastModified=2023-03-25 18:03:07.382284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.382284000 to 2023-03-25 18:03:07.383284000 18:03:07.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.384163000, lastModified=2023-03-25 18:03:07.383284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.384163000, lastModified=2023-03-25 18:03:07.383284000, delta=879000 ns, racy<=15000 ns 18:03:07.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.384431000, lastModified=2023-03-25 18:03:07.383284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.384431000, lastModified=2023-03-25 18:03:07.383284000, delta=1147000 ns, racy<=15000 ns 18:03:07.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.384699000, lastModified=2023-03-25 18:03:07.383284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.384699000, lastModified=2023-03-25 18:03:07.383284000, delta=1415000 ns, racy<=15000 ns 18:03:07.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.384972000, lastModified=2023-03-25 18:03:07.384284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.384972000, lastModified=2023-03-25 18:03:07.384284000, delta=688000 ns, racy<=15000 ns 18:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.385252000, lastModified=2023-03-25 18:03:07.384284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.385252000, lastModified=2023-03-25 18:03:07.384284000, delta=968000 ns, racy<=15000 ns 18:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.385520000, lastModified=2023-03-25 18:03:07.384284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.385520000, lastModified=2023-03-25 18:03:07.384284000, delta=1236000 ns, racy<=15000 ns 18:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.385786000, lastModified=2023-03-25 18:03:07.384284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.385786000, lastModified=2023-03-25 18:03:07.384284000, delta=1502000 ns, racy<=15000 ns 18:03:07.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.386060000, lastModified=2023-03-25 18:03:07.385284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.386060000, lastModified=2023-03-25 18:03:07.385284000, delta=776000 ns, racy<=15000 ns 18:03:07.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.386374000, lastModified=2023-03-25 18:03:07.385284000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.386374000, lastModified=2023-03-25 18:03:07.385284000, delta=1090000 ns, racy<=15000 ns 18:03:07.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.397676000, lastModified=2023-03-25 18:03:07.396285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.397676000, lastModified=2023-03-25 18:03:07.396285000, delta=1391000 ns, racy<=15000 ns 18:03:07.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.398009000, lastModified=2023-03-25 18:03:07.397285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.398009000, lastModified=2023-03-25 18:03:07.397285000, delta=724000 ns, racy<=15000 ns 18:03:07.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.398300000, lastModified=2023-03-25 18:03:07.397285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.398300000, lastModified=2023-03-25 18:03:07.397285000, delta=1015000 ns, racy<=15000 ns 18:03:07.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.398578000, lastModified=2023-03-25 18:03:07.397285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.398578000, lastModified=2023-03-25 18:03:07.397285000, delta=1293000 ns, racy<=15000 ns 18:03:07.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.398867000, lastModified=2023-03-25 18:03:07.397285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.397285000 to 2023-03-25 18:03:07.398285000 18:03:07.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.399148000, lastModified=2023-03-25 18:03:07.398285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.399148000, lastModified=2023-03-25 18:03:07.398285000, delta=863000 ns, racy<=15000 ns 18:03:07.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.399416000, lastModified=2023-03-25 18:03:07.398285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.399416000, lastModified=2023-03-25 18:03:07.398285000, delta=1131000 ns, racy<=15000 ns 18:03:07.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.399734000, lastModified=2023-03-25 18:03:07.398285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.399734000, lastModified=2023-03-25 18:03:07.398285000, delta=1449000 ns, racy<=15000 ns 18:03:07.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.400020000, lastModified=2023-03-25 18:03:07.399285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.400020000, lastModified=2023-03-25 18:03:07.399285000, delta=735000 ns, racy<=15000 ns 18:03:07.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.400309000, lastModified=2023-03-25 18:03:07.399285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.400309000, lastModified=2023-03-25 18:03:07.399285000, delta=1024000 ns, racy<=15000 ns 18:03:07.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.400584000, lastModified=2023-03-25 18:03:07.399285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.400584000, lastModified=2023-03-25 18:03:07.399285000, delta=1299000 ns, racy<=15000 ns 18:03:07.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.400866000, lastModified=2023-03-25 18:03:07.399285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.399285000 to 2023-03-25 18:03:07.400285000 18:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.401155000, lastModified=2023-03-25 18:03:07.400285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.401155000, lastModified=2023-03-25 18:03:07.400285000, delta=870000 ns, racy<=15000 ns 18:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.401443000, lastModified=2023-03-25 18:03:07.400285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.401443000, lastModified=2023-03-25 18:03:07.400285000, delta=1158000 ns, racy<=15000 ns 18:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.401738000, lastModified=2023-03-25 18:03:07.400285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.401738000, lastModified=2023-03-25 18:03:07.400285000, delta=1453000 ns, racy<=15000 ns 18:03:07.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.402033000, lastModified=2023-03-25 18:03:07.401285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.402033000, lastModified=2023-03-25 18:03:07.401285000, delta=748000 ns, racy<=15000 ns 18:03:07.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.402328000, lastModified=2023-03-25 18:03:07.401285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.402328000, lastModified=2023-03-25 18:03:07.401285000, delta=1043000 ns, racy<=15000 ns 18:03:07.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.402614000, lastModified=2023-03-25 18:03:07.401285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.402614000, lastModified=2023-03-25 18:03:07.401285000, delta=1329000 ns, racy<=15000 ns 18:03:07.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.402905000, lastModified=2023-03-25 18:03:07.401285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.401285000 to 2023-03-25 18:03:07.402285000 18:03:07.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.403195000, lastModified=2023-03-25 18:03:07.402285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.403195000, lastModified=2023-03-25 18:03:07.402285000, delta=910000 ns, racy<=15000 ns 18:03:07.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.403474000, lastModified=2023-03-25 18:03:07.402285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.403474000, lastModified=2023-03-25 18:03:07.402285000, delta=1189000 ns, racy<=15000 ns 18:03:07.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.403746000, lastModified=2023-03-25 18:03:07.402285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.403746000, lastModified=2023-03-25 18:03:07.402285000, delta=1461000 ns, racy<=15000 ns 18:03:07.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.404032000, lastModified=2023-03-25 18:03:07.403285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.404032000, lastModified=2023-03-25 18:03:07.403285000, delta=747000 ns, racy<=15000 ns 18:03:07.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.404326000, lastModified=2023-03-25 18:03:07.403285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.404326000, lastModified=2023-03-25 18:03:07.403285000, delta=1041000 ns, racy<=15000 ns 18:03:07.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.404603000, lastModified=2023-03-25 18:03:07.403285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.404603000, lastModified=2023-03-25 18:03:07.403285000, delta=1318000 ns, racy<=15000 ns 18:03:07.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.404868000, lastModified=2023-03-25 18:03:07.403285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.403285000 to 2023-03-25 18:03:07.404285000 18:03:07.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.405146000, lastModified=2023-03-25 18:03:07.404285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.405146000, lastModified=2023-03-25 18:03:07.404285000, delta=861000 ns, racy<=15000 ns 18:03:07.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.405416000, lastModified=2023-03-25 18:03:07.404285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.405416000, lastModified=2023-03-25 18:03:07.404285000, delta=1131000 ns, racy<=15000 ns 18:03:07.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.405684000, lastModified=2023-03-25 18:03:07.404285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.405684000, lastModified=2023-03-25 18:03:07.404285000, delta=1399000 ns, racy<=15000 ns 18:03:07.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.405961000, lastModified=2023-03-25 18:03:07.405285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.405961000, lastModified=2023-03-25 18:03:07.405285000, delta=676000 ns, racy<=15000 ns 18:03:07.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.406245000, lastModified=2023-03-25 18:03:07.405285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.406245000, lastModified=2023-03-25 18:03:07.405285000, delta=960000 ns, racy<=15000 ns 18:03:07.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.406511000, lastModified=2023-03-25 18:03:07.405285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.406511000, lastModified=2023-03-25 18:03:07.405285000, delta=1226000 ns, racy<=15000 ns 18:03:07.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.406783000, lastModified=2023-03-25 18:03:07.405285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.406783000, lastModified=2023-03-25 18:03:07.405285000, delta=1498000 ns, racy<=15000 ns 18:03:07.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.407068000, lastModified=2023-03-25 18:03:07.406285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.407068000, lastModified=2023-03-25 18:03:07.406285000, delta=783000 ns, racy<=15000 ns 18:03:07.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.407360000, lastModified=2023-03-25 18:03:07.406285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.407360000, lastModified=2023-03-25 18:03:07.406285000, delta=1075000 ns, racy<=15000 ns 18:03:07.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.407639000, lastModified=2023-03-25 18:03:07.406285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.407639000, lastModified=2023-03-25 18:03:07.406285000, delta=1354000 ns, racy<=15000 ns 18:03:07.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.407912000, lastModified=2023-03-25 18:03:07.406285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.406285000 to 2023-03-25 18:03:07.407285000 18:03:07.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.408184000, lastModified=2023-03-25 18:03:07.407285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.408184000, lastModified=2023-03-25 18:03:07.407285000, delta=899000 ns, racy<=15000 ns 18:03:07.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.408455000, lastModified=2023-03-25 18:03:07.407285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.408455000, lastModified=2023-03-25 18:03:07.407285000, delta=1170000 ns, racy<=15000 ns 18:03:07.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.408720000, lastModified=2023-03-25 18:03:07.407285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.408720000, lastModified=2023-03-25 18:03:07.407285000, delta=1435000 ns, racy<=15000 ns 18:03:07.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.409013000, lastModified=2023-03-25 18:03:07.408285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.409013000, lastModified=2023-03-25 18:03:07.408285000, delta=728000 ns, racy<=15000 ns 18:03:07.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.409300000, lastModified=2023-03-25 18:03:07.408285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.409300000, lastModified=2023-03-25 18:03:07.408285000, delta=1015000 ns, racy<=15000 ns 18:03:07.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.409567000, lastModified=2023-03-25 18:03:07.408285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.409567000, lastModified=2023-03-25 18:03:07.408285000, delta=1282000 ns, racy<=15000 ns 18:03:07.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.409830000, lastModified=2023-03-25 18:03:07.408285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.408285000 to 2023-03-25 18:03:07.409285000 18:03:07.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.410093000, lastModified=2023-03-25 18:03:07.409285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.410093000, lastModified=2023-03-25 18:03:07.409285000, delta=808000 ns, racy<=15000 ns 18:03:07.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.410393000, lastModified=2023-03-25 18:03:07.409285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.410393000, lastModified=2023-03-25 18:03:07.409285000, delta=1108000 ns, racy<=15000 ns 18:03:07.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.410667000, lastModified=2023-03-25 18:03:07.409285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.410667000, lastModified=2023-03-25 18:03:07.409285000, delta=1382000 ns, racy<=15000 ns 18:03:07.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.410943000, lastModified=2023-03-25 18:03:07.410285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.410943000, lastModified=2023-03-25 18:03:07.410285000, delta=658000 ns, racy<=15000 ns 18:03:07.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.411262000, lastModified=2023-03-25 18:03:07.410285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.411262000, lastModified=2023-03-25 18:03:07.410285000, delta=977000 ns, racy<=15000 ns 18:03:07.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.411534000, lastModified=2023-03-25 18:03:07.410285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.411534000, lastModified=2023-03-25 18:03:07.410285000, delta=1249000 ns, racy<=15000 ns 18:03:07.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.411806000, lastModified=2023-03-25 18:03:07.410285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.411 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.410285000 to 2023-03-25 18:03:07.411285000 18:03:07.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.414637000, lastModified=2023-03-25 18:03:07.411285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.411285000 to 2023-03-25 18:03:07.413285000 18:03:07.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.414992000, lastModified=2023-03-25 18:03:07.414285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.414992000, lastModified=2023-03-25 18:03:07.414285000, delta=707000 ns, racy<=15000 ns 18:03:07.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.415330000, lastModified=2023-03-25 18:03:07.414285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.415330000, lastModified=2023-03-25 18:03:07.414285000, delta=1045000 ns, racy<=15000 ns 18:03:07.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.415608000, lastModified=2023-03-25 18:03:07.414285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.415608000, lastModified=2023-03-25 18:03:07.414285000, delta=1323000 ns, racy<=15000 ns 18:03:07.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.415885000, lastModified=2023-03-25 18:03:07.414285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.414285000 to 2023-03-25 18:03:07.415285000 18:03:07.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.416167000, lastModified=2023-03-25 18:03:07.415285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.416167000, lastModified=2023-03-25 18:03:07.415285000, delta=882000 ns, racy<=15000 ns 18:03:07.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.416439000, lastModified=2023-03-25 18:03:07.415285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.416439000, lastModified=2023-03-25 18:03:07.415285000, delta=1154000 ns, racy<=15000 ns 18:03:07.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.416706000, lastModified=2023-03-25 18:03:07.415285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.416706000, lastModified=2023-03-25 18:03:07.415285000, delta=1421000 ns, racy<=15000 ns 18:03:07.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.416987000, lastModified=2023-03-25 18:03:07.416285000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.416285000 to 2023-03-25 18:03:07.448286000 18:03:07.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.449995000, lastModified=2023-03-25 18:03:07.449286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.449995000, lastModified=2023-03-25 18:03:07.449286000, delta=709000 ns, racy<=15000 ns 18:03:07.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.450319000, lastModified=2023-03-25 18:03:07.449286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.450319000, lastModified=2023-03-25 18:03:07.449286000, delta=1033000 ns, racy<=15000 ns 18:03:07.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.450597000, lastModified=2023-03-25 18:03:07.449286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.450597000, lastModified=2023-03-25 18:03:07.449286000, delta=1311000 ns, racy<=15000 ns 18:03:07.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.450872000, lastModified=2023-03-25 18:03:07.449286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.449286000 to 2023-03-25 18:03:07.450286000 18:03:07.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.451155000, lastModified=2023-03-25 18:03:07.450286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.451155000, lastModified=2023-03-25 18:03:07.450286000, delta=869000 ns, racy<=15000 ns 18:03:07.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.451446000, lastModified=2023-03-25 18:03:07.450286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.451446000, lastModified=2023-03-25 18:03:07.450286000, delta=1160000 ns, racy<=15000 ns 18:03:07.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.451727000, lastModified=2023-03-25 18:03:07.450286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.451727000, lastModified=2023-03-25 18:03:07.450286000, delta=1441000 ns, racy<=15000 ns 18:03:07.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.451999000, lastModified=2023-03-25 18:03:07.451286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.451999000, lastModified=2023-03-25 18:03:07.451286000, delta=713000 ns, racy<=15000 ns 18:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.452280000, lastModified=2023-03-25 18:03:07.451286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.452280000, lastModified=2023-03-25 18:03:07.451286000, delta=994000 ns, racy<=15000 ns 18:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.452544000, lastModified=2023-03-25 18:03:07.451286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.452544000, lastModified=2023-03-25 18:03:07.451286000, delta=1258000 ns, racy<=15000 ns 18:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.452811000, lastModified=2023-03-25 18:03:07.451286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.451286000 to 2023-03-25 18:03:07.452286000 18:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.453077000, lastModified=2023-03-25 18:03:07.452286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.453077000, lastModified=2023-03-25 18:03:07.452286000, delta=791000 ns, racy<=15000 ns 18:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.453360000, lastModified=2023-03-25 18:03:07.452286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.453360000, lastModified=2023-03-25 18:03:07.452286000, delta=1074000 ns, racy<=15000 ns 18:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.453623000, lastModified=2023-03-25 18:03:07.452286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.453623000, lastModified=2023-03-25 18:03:07.452286000, delta=1337000 ns, racy<=15000 ns 18:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.453897000, lastModified=2023-03-25 18:03:07.452286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.452286000 to 2023-03-25 18:03:07.453286000 18:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.454173000, lastModified=2023-03-25 18:03:07.453286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.454173000, lastModified=2023-03-25 18:03:07.453286000, delta=887000 ns, racy<=15000 ns 18:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.454442000, lastModified=2023-03-25 18:03:07.453286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.454442000, lastModified=2023-03-25 18:03:07.453286000, delta=1156000 ns, racy<=15000 ns 18:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.454717000, lastModified=2023-03-25 18:03:07.453286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.454717000, lastModified=2023-03-25 18:03:07.453286000, delta=1431000 ns, racy<=15000 ns 18:03:07.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.455002000, lastModified=2023-03-25 18:03:07.454286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.455002000, lastModified=2023-03-25 18:03:07.454286000, delta=716000 ns, racy<=15000 ns 18:03:07.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.455298000, lastModified=2023-03-25 18:03:07.454286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.455298000, lastModified=2023-03-25 18:03:07.454286000, delta=1012000 ns, racy<=15000 ns 18:03:07.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.455569000, lastModified=2023-03-25 18:03:07.454286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.455569000, lastModified=2023-03-25 18:03:07.454286000, delta=1283000 ns, racy<=15000 ns 18:03:07.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.455827000, lastModified=2023-03-25 18:03:07.454286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.454286000 to 2023-03-25 18:03:07.455286000 18:03:07.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.456081000, lastModified=2023-03-25 18:03:07.455286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.456081000, lastModified=2023-03-25 18:03:07.455286000, delta=795000 ns, racy<=15000 ns 18:03:07.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.456349000, lastModified=2023-03-25 18:03:07.455286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.456349000, lastModified=2023-03-25 18:03:07.455286000, delta=1063000 ns, racy<=15000 ns 18:03:07.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.456606000, lastModified=2023-03-25 18:03:07.455286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.456606000, lastModified=2023-03-25 18:03:07.455286000, delta=1320000 ns, racy<=15000 ns 18:03:07.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.456880000, lastModified=2023-03-25 18:03:07.455286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.455286000 to 2023-03-25 18:03:07.456286000 18:03:07.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.457151000, lastModified=2023-03-25 18:03:07.456286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.457151000, lastModified=2023-03-25 18:03:07.456286000, delta=865000 ns, racy<=15000 ns 18:03:07.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.457420000, lastModified=2023-03-25 18:03:07.456286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.457420000, lastModified=2023-03-25 18:03:07.456286000, delta=1134000 ns, racy<=15000 ns 18:03:07.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.457713000, lastModified=2023-03-25 18:03:07.456286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.457713000, lastModified=2023-03-25 18:03:07.456286000, delta=1427000 ns, racy<=15000 ns 18:03:07.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.458000000, lastModified=2023-03-25 18:03:07.457286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.458000000, lastModified=2023-03-25 18:03:07.457286000, delta=714000 ns, racy<=15000 ns 18:03:07.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.458289000, lastModified=2023-03-25 18:03:07.457286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.458289000, lastModified=2023-03-25 18:03:07.457286000, delta=1003000 ns, racy<=15000 ns 18:03:07.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.458571000, lastModified=2023-03-25 18:03:07.457286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.458571000, lastModified=2023-03-25 18:03:07.457286000, delta=1285000 ns, racy<=15000 ns 18:03:07.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.458864000, lastModified=2023-03-25 18:03:07.457286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.457286000 to 2023-03-25 18:03:07.458286000 18:03:07.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.459140000, lastModified=2023-03-25 18:03:07.458286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.459140000, lastModified=2023-03-25 18:03:07.458286000, delta=854000 ns, racy<=15000 ns 18:03:07.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.459460000, lastModified=2023-03-25 18:03:07.458286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.459460000, lastModified=2023-03-25 18:03:07.458286000, delta=1174000 ns, racy<=15000 ns 18:03:07.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.459734000, lastModified=2023-03-25 18:03:07.458286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.459734000, lastModified=2023-03-25 18:03:07.458286000, delta=1448000 ns, racy<=15000 ns 18:03:07.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.460039000, lastModified=2023-03-25 18:03:07.459286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.460039000, lastModified=2023-03-25 18:03:07.459286000, delta=753000 ns, racy<=15000 ns 18:03:07.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.460321000, lastModified=2023-03-25 18:03:07.459286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.460321000, lastModified=2023-03-25 18:03:07.459286000, delta=1035000 ns, racy<=15000 ns 18:03:07.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.460583000, lastModified=2023-03-25 18:03:07.459286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.460583000, lastModified=2023-03-25 18:03:07.459286000, delta=1297000 ns, racy<=15000 ns 18:03:07.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.460861000, lastModified=2023-03-25 18:03:07.459286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.459286000 to 2023-03-25 18:03:07.460286000 18:03:07.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.461143000, lastModified=2023-03-25 18:03:07.460286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.461143000, lastModified=2023-03-25 18:03:07.460286000, delta=857000 ns, racy<=15000 ns 18:03:07.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.461413000, lastModified=2023-03-25 18:03:07.460286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.461413000, lastModified=2023-03-25 18:03:07.460286000, delta=1127000 ns, racy<=15000 ns 18:03:07.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.461 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.461682000, lastModified=2023-03-25 18:03:07.460286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.461682000, lastModified=2023-03-25 18:03:07.460286000, delta=1396000 ns, racy<=15000 ns 18:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.467458000, lastModified=2023-03-25 18:03:07.466286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.467458000, lastModified=2023-03-25 18:03:07.466286000, delta=1172000 ns, racy<=15000 ns 18:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.467740000, lastModified=2023-03-25 18:03:07.466286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.467740000, lastModified=2023-03-25 18:03:07.466286000, delta=1454000 ns, racy<=15000 ns 18:03:07.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.468020000, lastModified=2023-03-25 18:03:07.467286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.468020000, lastModified=2023-03-25 18:03:07.467286000, delta=734000 ns, racy<=15000 ns 18:03:07.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.468316000, lastModified=2023-03-25 18:03:07.467286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.468316000, lastModified=2023-03-25 18:03:07.467286000, delta=1030000 ns, racy<=15000 ns 18:03:07.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.468582000, lastModified=2023-03-25 18:03:07.467286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.468582000, lastModified=2023-03-25 18:03:07.467286000, delta=1296000 ns, racy<=15000 ns 18:03:07.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.468862000, lastModified=2023-03-25 18:03:07.467286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.467286000 to 2023-03-25 18:03:07.468286000 18:03:07.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.469148000, lastModified=2023-03-25 18:03:07.468286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.469148000, lastModified=2023-03-25 18:03:07.468286000, delta=862000 ns, racy<=15000 ns 18:03:07.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.469445000, lastModified=2023-03-25 18:03:07.468286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.469445000, lastModified=2023-03-25 18:03:07.468286000, delta=1159000 ns, racy<=15000 ns 18:03:07.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.469736000, lastModified=2023-03-25 18:03:07.468286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.469736000, lastModified=2023-03-25 18:03:07.468286000, delta=1450000 ns, racy<=15000 ns 18:03:07.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.470026000, lastModified=2023-03-25 18:03:07.469286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.470026000, lastModified=2023-03-25 18:03:07.469286000, delta=740000 ns, racy<=15000 ns 18:03:07.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.470313000, lastModified=2023-03-25 18:03:07.469286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.470313000, lastModified=2023-03-25 18:03:07.469286000, delta=1027000 ns, racy<=15000 ns 18:03:07.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.470577000, lastModified=2023-03-25 18:03:07.469286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.470577000, lastModified=2023-03-25 18:03:07.469286000, delta=1291000 ns, racy<=15000 ns 18:03:07.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.470854000, lastModified=2023-03-25 18:03:07.469286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.469286000 to 2023-03-25 18:03:07.470286000 18:03:07.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.471130000, lastModified=2023-03-25 18:03:07.470286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.471130000, lastModified=2023-03-25 18:03:07.470286000, delta=844000 ns, racy<=15000 ns 18:03:07.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.471403000, lastModified=2023-03-25 18:03:07.470286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.471403000, lastModified=2023-03-25 18:03:07.470286000, delta=1117000 ns, racy<=15000 ns 18:03:07.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.471672000, lastModified=2023-03-25 18:03:07.470286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.471672000, lastModified=2023-03-25 18:03:07.470286000, delta=1386000 ns, racy<=15000 ns 18:03:07.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.471980000, lastModified=2023-03-25 18:03:07.471286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.471980000, lastModified=2023-03-25 18:03:07.471286000, delta=694000 ns, racy<=15000 ns 18:03:07.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.472270000, lastModified=2023-03-25 18:03:07.471286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.472270000, lastModified=2023-03-25 18:03:07.471286000, delta=984000 ns, racy<=15000 ns 18:03:07.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.472544000, lastModified=2023-03-25 18:03:07.471286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.472544000, lastModified=2023-03-25 18:03:07.471286000, delta=1258000 ns, racy<=15000 ns 18:03:07.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.472817000, lastModified=2023-03-25 18:03:07.471286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.471286000 to 2023-03-25 18:03:07.472286000 18:03:07.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.473080000, lastModified=2023-03-25 18:03:07.472286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.473080000, lastModified=2023-03-25 18:03:07.472286000, delta=794000 ns, racy<=15000 ns 18:03:07.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.473365000, lastModified=2023-03-25 18:03:07.472286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.473365000, lastModified=2023-03-25 18:03:07.472286000, delta=1079000 ns, racy<=15000 ns 18:03:07.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.473632000, lastModified=2023-03-25 18:03:07.472286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.473632000, lastModified=2023-03-25 18:03:07.472286000, delta=1346000 ns, racy<=15000 ns 18:03:07.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.473920000, lastModified=2023-03-25 18:03:07.472286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.472286000 to 2023-03-25 18:03:07.473286000 18:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.474212000, lastModified=2023-03-25 18:03:07.473286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.474212000, lastModified=2023-03-25 18:03:07.473286000, delta=926000 ns, racy<=15000 ns 18:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.474486000, lastModified=2023-03-25 18:03:07.473286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.474486000, lastModified=2023-03-25 18:03:07.473286000, delta=1200000 ns, racy<=15000 ns 18:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.474749000, lastModified=2023-03-25 18:03:07.473286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.474749000, lastModified=2023-03-25 18:03:07.473286000, delta=1463000 ns, racy<=15000 ns 18:03:07.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.475031000, lastModified=2023-03-25 18:03:07.474286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.475031000, lastModified=2023-03-25 18:03:07.474286000, delta=745000 ns, racy<=15000 ns 18:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.475325000, lastModified=2023-03-25 18:03:07.474286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.475325000, lastModified=2023-03-25 18:03:07.474286000, delta=1039000 ns, racy<=15000 ns 18:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.475600000, lastModified=2023-03-25 18:03:07.474286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.475600000, lastModified=2023-03-25 18:03:07.474286000, delta=1314000 ns, racy<=15000 ns 18:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.475872000, lastModified=2023-03-25 18:03:07.474286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.474286000 to 2023-03-25 18:03:07.475286000 18:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.476180000, lastModified=2023-03-25 18:03:07.475286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.476180000, lastModified=2023-03-25 18:03:07.475286000, delta=894000 ns, racy<=15000 ns 18:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.476456000, lastModified=2023-03-25 18:03:07.475286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.476456000, lastModified=2023-03-25 18:03:07.475286000, delta=1170000 ns, racy<=15000 ns 18:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.476732000, lastModified=2023-03-25 18:03:07.475286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.476732000, lastModified=2023-03-25 18:03:07.475286000, delta=1446000 ns, racy<=15000 ns 18:03:07.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.477014000, lastModified=2023-03-25 18:03:07.476286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.477014000, lastModified=2023-03-25 18:03:07.476286000, delta=728000 ns, racy<=15000 ns 18:03:07.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.477361000, lastModified=2023-03-25 18:03:07.476286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.477361000, lastModified=2023-03-25 18:03:07.476286000, delta=1075000 ns, racy<=15000 ns 18:03:07.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.477628000, lastModified=2023-03-25 18:03:07.476286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.477628000, lastModified=2023-03-25 18:03:07.476286000, delta=1342000 ns, racy<=15000 ns 18:03:07.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.477 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.477907000, lastModified=2023-03-25 18:03:07.476286000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.476286000 to 2023-03-25 18:03:07.477287000 18:03:07.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.478181000, lastModified=2023-03-25 18:03:07.477287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.478181000, lastModified=2023-03-25 18:03:07.477287000, delta=894000 ns, racy<=15000 ns 18:03:07.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.478454000, lastModified=2023-03-25 18:03:07.477287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.478454000, lastModified=2023-03-25 18:03:07.477287000, delta=1167000 ns, racy<=15000 ns 18:03:07.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.478723000, lastModified=2023-03-25 18:03:07.477287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.478723000, lastModified=2023-03-25 18:03:07.477287000, delta=1436000 ns, racy<=15000 ns 18:03:07.478 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.479001000, lastModified=2023-03-25 18:03:07.478287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.479001000, lastModified=2023-03-25 18:03:07.478287000, delta=714000 ns, racy<=15000 ns 18:03:07.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.479402000, lastModified=2023-03-25 18:03:07.478287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.479402000, lastModified=2023-03-25 18:03:07.478287000, delta=1115000 ns, racy<=15000 ns 18:03:07.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.479691000, lastModified=2023-03-25 18:03:07.478287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.479691000, lastModified=2023-03-25 18:03:07.478287000, delta=1404000 ns, racy<=15000 ns 18:03:07.479 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.480004000, lastModified=2023-03-25 18:03:07.479287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.480004000, lastModified=2023-03-25 18:03:07.479287000, delta=717000 ns, racy<=15000 ns 18:03:07.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.480281000, lastModified=2023-03-25 18:03:07.479287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.480281000, lastModified=2023-03-25 18:03:07.479287000, delta=994000 ns, racy<=15000 ns 18:03:07.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.480537000, lastModified=2023-03-25 18:03:07.479287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.480537000, lastModified=2023-03-25 18:03:07.479287000, delta=1250000 ns, racy<=15000 ns 18:03:07.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.480798000, lastModified=2023-03-25 18:03:07.479287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.479287000 to 2023-03-25 18:03:07.480287000 18:03:07.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.481061000, lastModified=2023-03-25 18:03:07.480287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.481061000, lastModified=2023-03-25 18:03:07.480287000, delta=774000 ns, racy<=15000 ns 18:03:07.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.481341000, lastModified=2023-03-25 18:03:07.480287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.481341000, lastModified=2023-03-25 18:03:07.480287000, delta=1054000 ns, racy<=15000 ns 18:03:07.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.481602000, lastModified=2023-03-25 18:03:07.480287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.481602000, lastModified=2023-03-25 18:03:07.480287000, delta=1315000 ns, racy<=15000 ns 18:03:07.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.486716000, lastModified=2023-03-25 18:03:07.480287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.480287000 to 2023-03-25 18:03:07.485287000 18:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.487050000, lastModified=2023-03-25 18:03:07.486287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.487050000, lastModified=2023-03-25 18:03:07.486287000, delta=763000 ns, racy<=15000 ns 18:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.487341000, lastModified=2023-03-25 18:03:07.486287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.487341000, lastModified=2023-03-25 18:03:07.486287000, delta=1054000 ns, racy<=15000 ns 18:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.487608000, lastModified=2023-03-25 18:03:07.486287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.487608000, lastModified=2023-03-25 18:03:07.486287000, delta=1321000 ns, racy<=15000 ns 18:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.487864000, lastModified=2023-03-25 18:03:07.486287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.486287000 to 2023-03-25 18:03:07.487287000 18:03:07.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.488132000, lastModified=2023-03-25 18:03:07.487287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.488132000, lastModified=2023-03-25 18:03:07.487287000, delta=845000 ns, racy<=15000 ns 18:03:07.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.488389000, lastModified=2023-03-25 18:03:07.487287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.488389000, lastModified=2023-03-25 18:03:07.487287000, delta=1102000 ns, racy<=15000 ns 18:03:07.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.488644000, lastModified=2023-03-25 18:03:07.487287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.488644000, lastModified=2023-03-25 18:03:07.487287000, delta=1357000 ns, racy<=15000 ns 18:03:07.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.488902000, lastModified=2023-03-25 18:03:07.487287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.487287000 to 2023-03-25 18:03:07.488287000 18:03:07.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.489159000, lastModified=2023-03-25 18:03:07.488287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.489159000, lastModified=2023-03-25 18:03:07.488287000, delta=872000 ns, racy<=15000 ns 18:03:07.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.489416000, lastModified=2023-03-25 18:03:07.488287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.489416000, lastModified=2023-03-25 18:03:07.488287000, delta=1129000 ns, racy<=15000 ns 18:03:07.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.489678000, lastModified=2023-03-25 18:03:07.488287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.489678000, lastModified=2023-03-25 18:03:07.488287000, delta=1391000 ns, racy<=15000 ns 18:03:07.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.489940000, lastModified=2023-03-25 18:03:07.489287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.489940000, lastModified=2023-03-25 18:03:07.489287000, delta=653000 ns, racy<=15000 ns 18:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.490221000, lastModified=2023-03-25 18:03:07.489287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.490221000, lastModified=2023-03-25 18:03:07.489287000, delta=934000 ns, racy<=15000 ns 18:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.490480000, lastModified=2023-03-25 18:03:07.489287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.490480000, lastModified=2023-03-25 18:03:07.489287000, delta=1193000 ns, racy<=15000 ns 18:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.490741000, lastModified=2023-03-25 18:03:07.489287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.490741000, lastModified=2023-03-25 18:03:07.489287000, delta=1454000 ns, racy<=15000 ns 18:03:07.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.491165000, lastModified=2023-03-25 18:03:07.490287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.491165000, lastModified=2023-03-25 18:03:07.490287000, delta=878000 ns, racy<=15000 ns 18:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.491517000, lastModified=2023-03-25 18:03:07.490287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.491517000, lastModified=2023-03-25 18:03:07.490287000, delta=1230000 ns, racy<=15000 ns 18:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.491787000, lastModified=2023-03-25 18:03:07.490287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.491787000, lastModified=2023-03-25 18:03:07.490287000, delta=1500000 ns, racy<=15000 ns 18:03:07.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.492074000, lastModified=2023-03-25 18:03:07.491287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.492074000, lastModified=2023-03-25 18:03:07.491287000, delta=787000 ns, racy<=15000 ns 18:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.492347000, lastModified=2023-03-25 18:03:07.491287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.492347000, lastModified=2023-03-25 18:03:07.491287000, delta=1060000 ns, racy<=15000 ns 18:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.492598000, lastModified=2023-03-25 18:03:07.491287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.492598000, lastModified=2023-03-25 18:03:07.491287000, delta=1311000 ns, racy<=15000 ns 18:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.492917000, lastModified=2023-03-25 18:03:07.491287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.491287000 to 2023-03-25 18:03:07.492287000 18:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.493171000, lastModified=2023-03-25 18:03:07.492287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.493171000, lastModified=2023-03-25 18:03:07.492287000, delta=884000 ns, racy<=15000 ns 18:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.493420000, lastModified=2023-03-25 18:03:07.492287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.493420000, lastModified=2023-03-25 18:03:07.492287000, delta=1133000 ns, racy<=15000 ns 18:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.493670000, lastModified=2023-03-25 18:03:07.492287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.493670000, lastModified=2023-03-25 18:03:07.492287000, delta=1383000 ns, racy<=15000 ns 18:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.493924000, lastModified=2023-03-25 18:03:07.492287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.492287000 to 2023-03-25 18:03:07.493287000 18:03:07.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.494170000, lastModified=2023-03-25 18:03:07.493287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.494170000, lastModified=2023-03-25 18:03:07.493287000, delta=883000 ns, racy<=15000 ns 18:03:07.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.494419000, lastModified=2023-03-25 18:03:07.493287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.494419000, lastModified=2023-03-25 18:03:07.493287000, delta=1132000 ns, racy<=15000 ns 18:03:07.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.494665000, lastModified=2023-03-25 18:03:07.493287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.494665000, lastModified=2023-03-25 18:03:07.493287000, delta=1378000 ns, racy<=15000 ns 18:03:07.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.494916000, lastModified=2023-03-25 18:03:07.493287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.493287000 to 2023-03-25 18:03:07.494287000 18:03:07.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.495162000, lastModified=2023-03-25 18:03:07.494287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.495162000, lastModified=2023-03-25 18:03:07.494287000, delta=875000 ns, racy<=15000 ns 18:03:07.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.495410000, lastModified=2023-03-25 18:03:07.494287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.495410000, lastModified=2023-03-25 18:03:07.494287000, delta=1123000 ns, racy<=15000 ns 18:03:07.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.495664000, lastModified=2023-03-25 18:03:07.494287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.495664000, lastModified=2023-03-25 18:03:07.494287000, delta=1377000 ns, racy<=15000 ns 18:03:07.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.495 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.495916000, lastModified=2023-03-25 18:03:07.494287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.494287000 to 2023-03-25 18:03:07.495287000 18:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.496168000, lastModified=2023-03-25 18:03:07.495287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.496168000, lastModified=2023-03-25 18:03:07.495287000, delta=881000 ns, racy<=15000 ns 18:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.496415000, lastModified=2023-03-25 18:03:07.495287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.496415000, lastModified=2023-03-25 18:03:07.495287000, delta=1128000 ns, racy<=15000 ns 18:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.496663000, lastModified=2023-03-25 18:03:07.495287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.496663000, lastModified=2023-03-25 18:03:07.495287000, delta=1376000 ns, racy<=15000 ns 18:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.496 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.496913000, lastModified=2023-03-25 18:03:07.495287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.495287000 to 2023-03-25 18:03:07.496287000 18:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.497161000, lastModified=2023-03-25 18:03:07.496287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.497161000, lastModified=2023-03-25 18:03:07.496287000, delta=874000 ns, racy<=15000 ns 18:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.497411000, lastModified=2023-03-25 18:03:07.496287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.497411000, lastModified=2023-03-25 18:03:07.496287000, delta=1124000 ns, racy<=15000 ns 18:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.497654000, lastModified=2023-03-25 18:03:07.496287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.497654000, lastModified=2023-03-25 18:03:07.496287000, delta=1367000 ns, racy<=15000 ns 18:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.497 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.497901000, lastModified=2023-03-25 18:03:07.496287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.496287000 to 2023-03-25 18:03:07.497287000 18:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.498168000, lastModified=2023-03-25 18:03:07.497287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.498168000, lastModified=2023-03-25 18:03:07.497287000, delta=881000 ns, racy<=15000 ns 18:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.498420000, lastModified=2023-03-25 18:03:07.497287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.498420000, lastModified=2023-03-25 18:03:07.497287000, delta=1133000 ns, racy<=15000 ns 18:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.498667000, lastModified=2023-03-25 18:03:07.497287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.498667000, lastModified=2023-03-25 18:03:07.497287000, delta=1380000 ns, racy<=15000 ns 18:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.498930000, lastModified=2023-03-25 18:03:07.497287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.497287000 to 2023-03-25 18:03:07.498287000 18:03:07.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.499198000, lastModified=2023-03-25 18:03:07.498287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.499198000, lastModified=2023-03-25 18:03:07.498287000, delta=911000 ns, racy<=15000 ns 18:03:07.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.499451000, lastModified=2023-03-25 18:03:07.498287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.499451000, lastModified=2023-03-25 18:03:07.498287000, delta=1164000 ns, racy<=15000 ns 18:03:07.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.499703000, lastModified=2023-03-25 18:03:07.498287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.499703000, lastModified=2023-03-25 18:03:07.498287000, delta=1416000 ns, racy<=15000 ns 18:03:07.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.499962000, lastModified=2023-03-25 18:03:07.499287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.499962000, lastModified=2023-03-25 18:03:07.499287000, delta=675000 ns, racy<=15000 ns 18:03:07.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.500227000, lastModified=2023-03-25 18:03:07.499287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.500227000, lastModified=2023-03-25 18:03:07.499287000, delta=940000 ns, racy<=15000 ns 18:03:07.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.503141000, lastModified=2023-03-25 18:03:07.502287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.503141000, lastModified=2023-03-25 18:03:07.502287000, delta=854000 ns, racy<=15000 ns 18:03:07.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.503404000, lastModified=2023-03-25 18:03:07.502287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.503404000, lastModified=2023-03-25 18:03:07.502287000, delta=1117000 ns, racy<=15000 ns 18:03:07.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.503656000, lastModified=2023-03-25 18:03:07.502287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.503656000, lastModified=2023-03-25 18:03:07.502287000, delta=1369000 ns, racy<=15000 ns 18:03:07.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.503907000, lastModified=2023-03-25 18:03:07.502287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.502287000 to 2023-03-25 18:03:07.503287000 18:03:07.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.504155000, lastModified=2023-03-25 18:03:07.503287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.504155000, lastModified=2023-03-25 18:03:07.503287000, delta=868000 ns, racy<=15000 ns 18:03:07.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.504403000, lastModified=2023-03-25 18:03:07.503287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.504403000, lastModified=2023-03-25 18:03:07.503287000, delta=1116000 ns, racy<=15000 ns 18:03:07.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.504646000, lastModified=2023-03-25 18:03:07.503287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.504646000, lastModified=2023-03-25 18:03:07.503287000, delta=1359000 ns, racy<=15000 ns 18:03:07.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.504906000, lastModified=2023-03-25 18:03:07.503287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.503287000 to 2023-03-25 18:03:07.504287000 18:03:07.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.505154000, lastModified=2023-03-25 18:03:07.504287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.505154000, lastModified=2023-03-25 18:03:07.504287000, delta=867000 ns, racy<=15000 ns 18:03:07.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.505400000, lastModified=2023-03-25 18:03:07.504287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.505400000, lastModified=2023-03-25 18:03:07.504287000, delta=1113000 ns, racy<=15000 ns 18:03:07.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.505643000, lastModified=2023-03-25 18:03:07.504287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.505643000, lastModified=2023-03-25 18:03:07.504287000, delta=1356000 ns, racy<=15000 ns 18:03:07.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.505888000, lastModified=2023-03-25 18:03:07.504287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.504287000 to 2023-03-25 18:03:07.505287000 18:03:07.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.506151000, lastModified=2023-03-25 18:03:07.505287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.506151000, lastModified=2023-03-25 18:03:07.505287000, delta=864000 ns, racy<=15000 ns 18:03:07.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.506399000, lastModified=2023-03-25 18:03:07.505287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.506399000, lastModified=2023-03-25 18:03:07.505287000, delta=1112000 ns, racy<=15000 ns 18:03:07.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.506643000, lastModified=2023-03-25 18:03:07.505287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.506643000, lastModified=2023-03-25 18:03:07.505287000, delta=1356000 ns, racy<=15000 ns 18:03:07.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.506886000, lastModified=2023-03-25 18:03:07.505287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.505287000 to 2023-03-25 18:03:07.506287000 18:03:07.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.507135000, lastModified=2023-03-25 18:03:07.506287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.507135000, lastModified=2023-03-25 18:03:07.506287000, delta=848000 ns, racy<=15000 ns 18:03:07.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.507384000, lastModified=2023-03-25 18:03:07.506287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.507384000, lastModified=2023-03-25 18:03:07.506287000, delta=1097000 ns, racy<=15000 ns 18:03:07.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.507649000, lastModified=2023-03-25 18:03:07.506287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.507649000, lastModified=2023-03-25 18:03:07.506287000, delta=1362000 ns, racy<=15000 ns 18:03:07.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.507916000, lastModified=2023-03-25 18:03:07.506287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.506287000 to 2023-03-25 18:03:07.507287000 18:03:07.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.508178000, lastModified=2023-03-25 18:03:07.507287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.508178000, lastModified=2023-03-25 18:03:07.507287000, delta=891000 ns, racy<=15000 ns 18:03:07.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.508438000, lastModified=2023-03-25 18:03:07.507287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.508438000, lastModified=2023-03-25 18:03:07.507287000, delta=1151000 ns, racy<=15000 ns 18:03:07.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.508686000, lastModified=2023-03-25 18:03:07.507287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.508686000, lastModified=2023-03-25 18:03:07.507287000, delta=1399000 ns, racy<=15000 ns 18:03:07.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.508939000, lastModified=2023-03-25 18:03:07.508287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.508939000, lastModified=2023-03-25 18:03:07.508287000, delta=652000 ns, racy<=15000 ns 18:03:07.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.509195000, lastModified=2023-03-25 18:03:07.508287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.509195000, lastModified=2023-03-25 18:03:07.508287000, delta=908000 ns, racy<=15000 ns 18:03:07.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.509443000, lastModified=2023-03-25 18:03:07.508287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.509443000, lastModified=2023-03-25 18:03:07.508287000, delta=1156000 ns, racy<=15000 ns 18:03:07.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.509691000, lastModified=2023-03-25 18:03:07.508287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.509691000, lastModified=2023-03-25 18:03:07.508287000, delta=1404000 ns, racy<=15000 ns 18:03:07.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.509944000, lastModified=2023-03-25 18:03:07.509287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.509944000, lastModified=2023-03-25 18:03:07.509287000, delta=657000 ns, racy<=15000 ns 18:03:07.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.510206000, lastModified=2023-03-25 18:03:07.509287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.510206000, lastModified=2023-03-25 18:03:07.509287000, delta=919000 ns, racy<=15000 ns 18:03:07.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.510449000, lastModified=2023-03-25 18:03:07.509287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.510449000, lastModified=2023-03-25 18:03:07.509287000, delta=1162000 ns, racy<=15000 ns 18:03:07.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.510691000, lastModified=2023-03-25 18:03:07.509287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.510691000, lastModified=2023-03-25 18:03:07.509287000, delta=1404000 ns, racy<=15000 ns 18:03:07.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.511007000, lastModified=2023-03-25 18:03:07.510287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.511007000, lastModified=2023-03-25 18:03:07.510287000, delta=720000 ns, racy<=15000 ns 18:03:07.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.511300000, lastModified=2023-03-25 18:03:07.510287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.511300000, lastModified=2023-03-25 18:03:07.510287000, delta=1013000 ns, racy<=15000 ns 18:03:07.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.511562000, lastModified=2023-03-25 18:03:07.510287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.511562000, lastModified=2023-03-25 18:03:07.510287000, delta=1275000 ns, racy<=15000 ns 18:03:07.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.511809000, lastModified=2023-03-25 18:03:07.510287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.510287000 to 2023-03-25 18:03:07.511287000 18:03:07.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.512053000, lastModified=2023-03-25 18:03:07.511287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.512053000, lastModified=2023-03-25 18:03:07.511287000, delta=766000 ns, racy<=15000 ns 18:03:07.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.512318000, lastModified=2023-03-25 18:03:07.511287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.512318000, lastModified=2023-03-25 18:03:07.511287000, delta=1031000 ns, racy<=15000 ns 18:03:07.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.512563000, lastModified=2023-03-25 18:03:07.511287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.512563000, lastModified=2023-03-25 18:03:07.511287000, delta=1276000 ns, racy<=15000 ns 18:03:07.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.512810000, lastModified=2023-03-25 18:03:07.511287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.512 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.511287000 to 2023-03-25 18:03:07.512287000 18:03:07.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.513051000, lastModified=2023-03-25 18:03:07.512287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.513051000, lastModified=2023-03-25 18:03:07.512287000, delta=764000 ns, racy<=15000 ns 18:03:07.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.513311000, lastModified=2023-03-25 18:03:07.512287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.513311000, lastModified=2023-03-25 18:03:07.512287000, delta=1024000 ns, racy<=15000 ns 18:03:07.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.513 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.513563000, lastModified=2023-03-25 18:03:07.512287000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.512287000 to 2023-03-25 18:03:07.548288000 18:03:07.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.550103000, lastModified=2023-03-25 18:03:07.549288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.550103000, lastModified=2023-03-25 18:03:07.549288000, delta=815000 ns, racy<=15000 ns 18:03:07.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.550449000, lastModified=2023-03-25 18:03:07.549288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.550449000, lastModified=2023-03-25 18:03:07.549288000, delta=1161000 ns, racy<=15000 ns 18:03:07.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.550728000, lastModified=2023-03-25 18:03:07.549288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.550728000, lastModified=2023-03-25 18:03:07.549288000, delta=1440000 ns, racy<=15000 ns 18:03:07.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.551077000, lastModified=2023-03-25 18:03:07.550288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.551077000, lastModified=2023-03-25 18:03:07.550288000, delta=789000 ns, racy<=15000 ns 18:03:07.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.551348000, lastModified=2023-03-25 18:03:07.550288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.551348000, lastModified=2023-03-25 18:03:07.550288000, delta=1060000 ns, racy<=15000 ns 18:03:07.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.551606000, lastModified=2023-03-25 18:03:07.550288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.551606000, lastModified=2023-03-25 18:03:07.550288000, delta=1318000 ns, racy<=15000 ns 18:03:07.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.551 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.551859000, lastModified=2023-03-25 18:03:07.550288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.550288000 to 2023-03-25 18:03:07.551288000 18:03:07.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.552147000, lastModified=2023-03-25 18:03:07.551288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.552147000, lastModified=2023-03-25 18:03:07.551288000, delta=859000 ns, racy<=15000 ns 18:03:07.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.552405000, lastModified=2023-03-25 18:03:07.551288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.552405000, lastModified=2023-03-25 18:03:07.551288000, delta=1117000 ns, racy<=15000 ns 18:03:07.552 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.556228000, lastModified=2023-03-25 18:03:07.551288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.551288000 to 2023-03-25 18:03:07.555288000 18:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.556507000, lastModified=2023-03-25 18:03:07.555288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.556507000, lastModified=2023-03-25 18:03:07.555288000, delta=1219000 ns, racy<=15000 ns 18:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.556760000, lastModified=2023-03-25 18:03:07.555288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.556760000, lastModified=2023-03-25 18:03:07.555288000, delta=1472000 ns, racy<=15000 ns 18:03:07.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.557023000, lastModified=2023-03-25 18:03:07.556288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.557023000, lastModified=2023-03-25 18:03:07.556288000, delta=735000 ns, racy<=15000 ns 18:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.557288000, lastModified=2023-03-25 18:03:07.556288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.557288000, lastModified=2023-03-25 18:03:07.556288000, delta=1000000 ns, racy<=15000 ns 18:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.557538000, lastModified=2023-03-25 18:03:07.556288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.557538000, lastModified=2023-03-25 18:03:07.556288000, delta=1250000 ns, racy<=15000 ns 18:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.557783000, lastModified=2023-03-25 18:03:07.556288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.557783000, lastModified=2023-03-25 18:03:07.556288000, delta=1495000 ns, racy<=15000 ns 18:03:07.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.558035000, lastModified=2023-03-25 18:03:07.557288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.558035000, lastModified=2023-03-25 18:03:07.557288000, delta=747000 ns, racy<=15000 ns 18:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.558290000, lastModified=2023-03-25 18:03:07.557288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.558290000, lastModified=2023-03-25 18:03:07.557288000, delta=1002000 ns, racy<=15000 ns 18:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.558539000, lastModified=2023-03-25 18:03:07.557288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.558539000, lastModified=2023-03-25 18:03:07.557288000, delta=1251000 ns, racy<=15000 ns 18:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.558787000, lastModified=2023-03-25 18:03:07.557288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.558787000, lastModified=2023-03-25 18:03:07.557288000, delta=1499000 ns, racy<=15000 ns 18:03:07.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.559067000, lastModified=2023-03-25 18:03:07.558288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.559067000, lastModified=2023-03-25 18:03:07.558288000, delta=779000 ns, racy<=15000 ns 18:03:07.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.559326000, lastModified=2023-03-25 18:03:07.558288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.559326000, lastModified=2023-03-25 18:03:07.558288000, delta=1038000 ns, racy<=15000 ns 18:03:07.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.559591000, lastModified=2023-03-25 18:03:07.558288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.559591000, lastModified=2023-03-25 18:03:07.558288000, delta=1303000 ns, racy<=15000 ns 18:03:07.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.559844000, lastModified=2023-03-25 18:03:07.558288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.558288000 to 2023-03-25 18:03:07.559288000 18:03:07.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.560087000, lastModified=2023-03-25 18:03:07.559288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.560087000, lastModified=2023-03-25 18:03:07.559288000, delta=799000 ns, racy<=15000 ns 18:03:07.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.560351000, lastModified=2023-03-25 18:03:07.559288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.560351000, lastModified=2023-03-25 18:03:07.559288000, delta=1063000 ns, racy<=15000 ns 18:03:07.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.560595000, lastModified=2023-03-25 18:03:07.559288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.560595000, lastModified=2023-03-25 18:03:07.559288000, delta=1307000 ns, racy<=15000 ns 18:03:07.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.560837000, lastModified=2023-03-25 18:03:07.559288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.559288000 to 2023-03-25 18:03:07.560288000 18:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.561098000, lastModified=2023-03-25 18:03:07.560288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.561098000, lastModified=2023-03-25 18:03:07.560288000, delta=810000 ns, racy<=15000 ns 18:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.561359000, lastModified=2023-03-25 18:03:07.560288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.561359000, lastModified=2023-03-25 18:03:07.560288000, delta=1071000 ns, racy<=15000 ns 18:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.561614000, lastModified=2023-03-25 18:03:07.560288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.561614000, lastModified=2023-03-25 18:03:07.560288000, delta=1326000 ns, racy<=15000 ns 18:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.561866000, lastModified=2023-03-25 18:03:07.560288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.560288000 to 2023-03-25 18:03:07.561288000 18:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.562127000, lastModified=2023-03-25 18:03:07.561288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.562127000, lastModified=2023-03-25 18:03:07.561288000, delta=839000 ns, racy<=15000 ns 18:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.562418000, lastModified=2023-03-25 18:03:07.561288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.562418000, lastModified=2023-03-25 18:03:07.561288000, delta=1130000 ns, racy<=15000 ns 18:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.562701000, lastModified=2023-03-25 18:03:07.561288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.562701000, lastModified=2023-03-25 18:03:07.561288000, delta=1413000 ns, racy<=15000 ns 18:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.562954000, lastModified=2023-03-25 18:03:07.562288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.562954000, lastModified=2023-03-25 18:03:07.562288000, delta=666000 ns, racy<=15000 ns 18:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.563212000, lastModified=2023-03-25 18:03:07.562288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.563212000, lastModified=2023-03-25 18:03:07.562288000, delta=924000 ns, racy<=15000 ns 18:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.563462000, lastModified=2023-03-25 18:03:07.562288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.563462000, lastModified=2023-03-25 18:03:07.562288000, delta=1174000 ns, racy<=15000 ns 18:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.563707000, lastModified=2023-03-25 18:03:07.562288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.563707000, lastModified=2023-03-25 18:03:07.562288000, delta=1419000 ns, racy<=15000 ns 18:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.563960000, lastModified=2023-03-25 18:03:07.563288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.563960000, lastModified=2023-03-25 18:03:07.563288000, delta=672000 ns, racy<=15000 ns 18:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.564219000, lastModified=2023-03-25 18:03:07.563288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.564219000, lastModified=2023-03-25 18:03:07.563288000, delta=931000 ns, racy<=15000 ns 18:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.564478000, lastModified=2023-03-25 18:03:07.563288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.564478000, lastModified=2023-03-25 18:03:07.563288000, delta=1190000 ns, racy<=15000 ns 18:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.564726000, lastModified=2023-03-25 18:03:07.563288000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.564726000, lastModified=2023-03-25 18:03:07.563288000, delta=1438000 ns, racy<=15000 ns 18:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.564984000, lastModified=2023-03-25 18:03:07.564289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.564984000, lastModified=2023-03-25 18:03:07.564289000, delta=695000 ns, racy<=15000 ns 18:03:07.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.565248000, lastModified=2023-03-25 18:03:07.564289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.565248000, lastModified=2023-03-25 18:03:07.564289000, delta=959000 ns, racy<=15000 ns 18:03:07.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.565501000, lastModified=2023-03-25 18:03:07.564289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.565501000, lastModified=2023-03-25 18:03:07.564289000, delta=1212000 ns, racy<=15000 ns 18:03:07.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.565750000, lastModified=2023-03-25 18:03:07.564289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.565750000, lastModified=2023-03-25 18:03:07.564289000, delta=1461000 ns, racy<=15000 ns 18:03:07.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.566010000, lastModified=2023-03-25 18:03:07.565289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.566010000, lastModified=2023-03-25 18:03:07.565289000, delta=721000 ns, racy<=15000 ns 18:03:07.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.566269000, lastModified=2023-03-25 18:03:07.565289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.566269000, lastModified=2023-03-25 18:03:07.565289000, delta=980000 ns, racy<=15000 ns 18:03:07.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.566520000, lastModified=2023-03-25 18:03:07.565289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.566520000, lastModified=2023-03-25 18:03:07.565289000, delta=1231000 ns, racy<=15000 ns 18:03:07.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.566775000, lastModified=2023-03-25 18:03:07.565289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.566775000, lastModified=2023-03-25 18:03:07.565289000, delta=1486000 ns, racy<=15000 ns 18:03:07.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.567033000, lastModified=2023-03-25 18:03:07.566289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.567033000, lastModified=2023-03-25 18:03:07.566289000, delta=744000 ns, racy<=15000 ns 18:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.567288000, lastModified=2023-03-25 18:03:07.566289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.567288000, lastModified=2023-03-25 18:03:07.566289000, delta=999000 ns, racy<=15000 ns 18:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.567533000, lastModified=2023-03-25 18:03:07.566289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.567533000, lastModified=2023-03-25 18:03:07.566289000, delta=1244000 ns, racy<=15000 ns 18:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.567781000, lastModified=2023-03-25 18:03:07.566289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.567781000, lastModified=2023-03-25 18:03:07.566289000, delta=1492000 ns, racy<=15000 ns 18:03:07.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.568041000, lastModified=2023-03-25 18:03:07.567289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.568041000, lastModified=2023-03-25 18:03:07.567289000, delta=752000 ns, racy<=15000 ns 18:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.568298000, lastModified=2023-03-25 18:03:07.567289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.568298000, lastModified=2023-03-25 18:03:07.567289000, delta=1009000 ns, racy<=15000 ns 18:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.568542000, lastModified=2023-03-25 18:03:07.567289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.568542000, lastModified=2023-03-25 18:03:07.567289000, delta=1253000 ns, racy<=15000 ns 18:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.568789000, lastModified=2023-03-25 18:03:07.567289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.568789000, lastModified=2023-03-25 18:03:07.567289000, delta=1500000 ns, racy<=15000 ns 18:03:07.568 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.569068000, lastModified=2023-03-25 18:03:07.568289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.569068000, lastModified=2023-03-25 18:03:07.568289000, delta=779000 ns, racy<=15000 ns 18:03:07.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.569 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.569331000, lastModified=2023-03-25 18:03:07.568289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.569331000, lastModified=2023-03-25 18:03:07.568289000, delta=1042000 ns, racy<=15000 ns 18:03:07.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.578488000, lastModified=2023-03-25 18:03:07.577289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.578488000, lastModified=2023-03-25 18:03:07.577289000, delta=1199000 ns, racy<=15000 ns 18:03:07.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.578764000, lastModified=2023-03-25 18:03:07.577289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.578764000, lastModified=2023-03-25 18:03:07.577289000, delta=1475000 ns, racy<=15000 ns 18:03:07.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.579031000, lastModified=2023-03-25 18:03:07.578289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.579031000, lastModified=2023-03-25 18:03:07.578289000, delta=742000 ns, racy<=15000 ns 18:03:07.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.579293000, lastModified=2023-03-25 18:03:07.578289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.579293000, lastModified=2023-03-25 18:03:07.578289000, delta=1004000 ns, racy<=15000 ns 18:03:07.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.579542000, lastModified=2023-03-25 18:03:07.578289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.579542000, lastModified=2023-03-25 18:03:07.578289000, delta=1253000 ns, racy<=15000 ns 18:03:07.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.579787000, lastModified=2023-03-25 18:03:07.578289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.579787000, lastModified=2023-03-25 18:03:07.578289000, delta=1498000 ns, racy<=15000 ns 18:03:07.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.580043000, lastModified=2023-03-25 18:03:07.579289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.580043000, lastModified=2023-03-25 18:03:07.579289000, delta=754000 ns, racy<=15000 ns 18:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.580303000, lastModified=2023-03-25 18:03:07.579289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.580303000, lastModified=2023-03-25 18:03:07.579289000, delta=1014000 ns, racy<=15000 ns 18:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.580547000, lastModified=2023-03-25 18:03:07.579289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.580547000, lastModified=2023-03-25 18:03:07.579289000, delta=1258000 ns, racy<=15000 ns 18:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.580795000, lastModified=2023-03-25 18:03:07.579289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.580795000, lastModified=2023-03-25 18:03:07.579289000, delta=1506000 ns, racy<=15000 ns 18:03:07.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.581053000, lastModified=2023-03-25 18:03:07.580289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.581053000, lastModified=2023-03-25 18:03:07.580289000, delta=764000 ns, racy<=15000 ns 18:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.581313000, lastModified=2023-03-25 18:03:07.580289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.581313000, lastModified=2023-03-25 18:03:07.580289000, delta=1024000 ns, racy<=15000 ns 18:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.581557000, lastModified=2023-03-25 18:03:07.580289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.581557000, lastModified=2023-03-25 18:03:07.580289000, delta=1268000 ns, racy<=15000 ns 18:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.581799000, lastModified=2023-03-25 18:03:07.580289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.581799000, lastModified=2023-03-25 18:03:07.580289000, delta=1510000 ns, racy<=15000 ns 18:03:07.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.582056000, lastModified=2023-03-25 18:03:07.581289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.582056000, lastModified=2023-03-25 18:03:07.581289000, delta=767000 ns, racy<=15000 ns 18:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.582304000, lastModified=2023-03-25 18:03:07.581289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.582304000, lastModified=2023-03-25 18:03:07.581289000, delta=1015000 ns, racy<=15000 ns 18:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.582546000, lastModified=2023-03-25 18:03:07.581289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.582546000, lastModified=2023-03-25 18:03:07.581289000, delta=1257000 ns, racy<=15000 ns 18:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.582791000, lastModified=2023-03-25 18:03:07.581289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.582791000, lastModified=2023-03-25 18:03:07.581289000, delta=1502000 ns, racy<=15000 ns 18:03:07.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.583040000, lastModified=2023-03-25 18:03:07.582289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.583040000, lastModified=2023-03-25 18:03:07.582289000, delta=751000 ns, racy<=15000 ns 18:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.583298000, lastModified=2023-03-25 18:03:07.582289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.583298000, lastModified=2023-03-25 18:03:07.582289000, delta=1009000 ns, racy<=15000 ns 18:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.583541000, lastModified=2023-03-25 18:03:07.582289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.583541000, lastModified=2023-03-25 18:03:07.582289000, delta=1252000 ns, racy<=15000 ns 18:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.583784000, lastModified=2023-03-25 18:03:07.582289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.583784000, lastModified=2023-03-25 18:03:07.582289000, delta=1495000 ns, racy<=15000 ns 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.584105000, lastModified=2023-03-25 18:03:07.583289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.584105000, lastModified=2023-03-25 18:03:07.583289000, delta=816000 ns, racy<=15000 ns 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.584351000, lastModified=2023-03-25 18:03:07.583289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.584351000, lastModified=2023-03-25 18:03:07.583289000, delta=1062000 ns, racy<=15000 ns 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.584592000, lastModified=2023-03-25 18:03:07.583289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.584592000, lastModified=2023-03-25 18:03:07.583289000, delta=1303000 ns, racy<=15000 ns 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.584835000, lastModified=2023-03-25 18:03:07.583289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.583289000 to 2023-03-25 18:03:07.584289000 18:03:07.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.585086000, lastModified=2023-03-25 18:03:07.584289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.585086000, lastModified=2023-03-25 18:03:07.584289000, delta=797000 ns, racy<=15000 ns 18:03:07.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.585338000, lastModified=2023-03-25 18:03:07.584289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.585338000, lastModified=2023-03-25 18:03:07.584289000, delta=1049000 ns, racy<=15000 ns 18:03:07.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.585599000, lastModified=2023-03-25 18:03:07.584289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.585599000, lastModified=2023-03-25 18:03:07.584289000, delta=1310000 ns, racy<=15000 ns 18:03:07.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.585845000, lastModified=2023-03-25 18:03:07.584289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.584289000 to 2023-03-25 18:03:07.585289000 18:03:07.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.586096000, lastModified=2023-03-25 18:03:07.585289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.586096000, lastModified=2023-03-25 18:03:07.585289000, delta=807000 ns, racy<=15000 ns 18:03:07.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.586358000, lastModified=2023-03-25 18:03:07.585289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.586358000, lastModified=2023-03-25 18:03:07.585289000, delta=1069000 ns, racy<=15000 ns 18:03:07.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.586598000, lastModified=2023-03-25 18:03:07.585289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.586598000, lastModified=2023-03-25 18:03:07.585289000, delta=1309000 ns, racy<=15000 ns 18:03:07.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.586866000, lastModified=2023-03-25 18:03:07.585289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.585289000 to 2023-03-25 18:03:07.586289000 18:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.587116000, lastModified=2023-03-25 18:03:07.586289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.587116000, lastModified=2023-03-25 18:03:07.586289000, delta=827000 ns, racy<=15000 ns 18:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.587384000, lastModified=2023-03-25 18:03:07.586289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.587384000, lastModified=2023-03-25 18:03:07.586289000, delta=1095000 ns, racy<=15000 ns 18:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.587638000, lastModified=2023-03-25 18:03:07.586289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.587638000, lastModified=2023-03-25 18:03:07.586289000, delta=1349000 ns, racy<=15000 ns 18:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.587908000, lastModified=2023-03-25 18:03:07.586289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.586289000 to 2023-03-25 18:03:07.587289000 18:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.588157000, lastModified=2023-03-25 18:03:07.587289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.588157000, lastModified=2023-03-25 18:03:07.587289000, delta=868000 ns, racy<=15000 ns 18:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.588404000, lastModified=2023-03-25 18:03:07.587289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.588404000, lastModified=2023-03-25 18:03:07.587289000, delta=1115000 ns, racy<=15000 ns 18:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.588703000, lastModified=2023-03-25 18:03:07.587289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.588703000, lastModified=2023-03-25 18:03:07.587289000, delta=1414000 ns, racy<=15000 ns 18:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.588 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.588960000, lastModified=2023-03-25 18:03:07.588289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.588960000, lastModified=2023-03-25 18:03:07.588289000, delta=671000 ns, racy<=15000 ns 18:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.589231000, lastModified=2023-03-25 18:03:07.588289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.589231000, lastModified=2023-03-25 18:03:07.588289000, delta=942000 ns, racy<=15000 ns 18:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.589487000, lastModified=2023-03-25 18:03:07.588289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.589487000, lastModified=2023-03-25 18:03:07.588289000, delta=1198000 ns, racy<=15000 ns 18:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.589731000, lastModified=2023-03-25 18:03:07.588289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.589731000, lastModified=2023-03-25 18:03:07.588289000, delta=1442000 ns, racy<=15000 ns 18:03:07.589 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.589993000, lastModified=2023-03-25 18:03:07.589289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.589993000, lastModified=2023-03-25 18:03:07.589289000, delta=704000 ns, racy<=15000 ns 18:03:07.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.590248000, lastModified=2023-03-25 18:03:07.589289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.590248000, lastModified=2023-03-25 18:03:07.589289000, delta=959000 ns, racy<=15000 ns 18:03:07.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.590494000, lastModified=2023-03-25 18:03:07.589289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.590494000, lastModified=2023-03-25 18:03:07.589289000, delta=1205000 ns, racy<=15000 ns 18:03:07.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.590744000, lastModified=2023-03-25 18:03:07.589289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.590744000, lastModified=2023-03-25 18:03:07.589289000, delta=1455000 ns, racy<=15000 ns 18:03:07.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.591000000, lastModified=2023-03-25 18:03:07.590289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.591000000, lastModified=2023-03-25 18:03:07.590289000, delta=711000 ns, racy<=15000 ns 18:03:07.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.591274000, lastModified=2023-03-25 18:03:07.590289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.591274000, lastModified=2023-03-25 18:03:07.590289000, delta=985000 ns, racy<=15000 ns 18:03:07.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.596646000, lastModified=2023-03-25 18:03:07.590289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.590289000 to 2023-03-25 18:03:07.596289000 18:03:07.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.597933000, lastModified=2023-03-25 18:03:07.597289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.597933000, lastModified=2023-03-25 18:03:07.597289000, delta=644000 ns, racy<=15000 ns 18:03:07.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.598195000, lastModified=2023-03-25 18:03:07.597289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.598195000, lastModified=2023-03-25 18:03:07.597289000, delta=906000 ns, racy<=15000 ns 18:03:07.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.598448000, lastModified=2023-03-25 18:03:07.597289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.598448000, lastModified=2023-03-25 18:03:07.597289000, delta=1159000 ns, racy<=15000 ns 18:03:07.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.598695000, lastModified=2023-03-25 18:03:07.597289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.598695000, lastModified=2023-03-25 18:03:07.597289000, delta=1406000 ns, racy<=15000 ns 18:03:07.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.598948000, lastModified=2023-03-25 18:03:07.598289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.598948000, lastModified=2023-03-25 18:03:07.598289000, delta=659000 ns, racy<=15000 ns 18:03:07.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.599210000, lastModified=2023-03-25 18:03:07.598289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.599210000, lastModified=2023-03-25 18:03:07.598289000, delta=921000 ns, racy<=15000 ns 18:03:07.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.606 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.606119000, lastModified=2023-03-25 18:03:07.605289000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.605289000 to 2023-03-25 18:03:07.608290000 18:03:07.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.614179000, lastModified=2023-03-25 18:03:07.613290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.614179000, lastModified=2023-03-25 18:03:07.613290000, delta=889000 ns, racy<=15000 ns 18:03:07.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.614567000, lastModified=2023-03-25 18:03:07.613290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.614567000, lastModified=2023-03-25 18:03:07.613290000, delta=1277000 ns, racy<=15000 ns 18:03:07.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.614888000, lastModified=2023-03-25 18:03:07.613290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.613290000 to 2023-03-25 18:03:07.614290000 18:03:07.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.615199000, lastModified=2023-03-25 18:03:07.614290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.615199000, lastModified=2023-03-25 18:03:07.614290000, delta=909000 ns, racy<=15000 ns 18:03:07.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.615495000, lastModified=2023-03-25 18:03:07.614290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.615495000, lastModified=2023-03-25 18:03:07.614290000, delta=1205000 ns, racy<=15000 ns 18:03:07.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.615806000, lastModified=2023-03-25 18:03:07.614290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.614290000 to 2023-03-25 18:03:07.615290000 18:03:07.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.616139000, lastModified=2023-03-25 18:03:07.615290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.616139000, lastModified=2023-03-25 18:03:07.615290000, delta=849000 ns, racy<=15000 ns 18:03:07.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.616439000, lastModified=2023-03-25 18:03:07.615290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.616439000, lastModified=2023-03-25 18:03:07.615290000, delta=1149000 ns, racy<=15000 ns 18:03:07.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.616688000, lastModified=2023-03-25 18:03:07.615290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.616688000, lastModified=2023-03-25 18:03:07.615290000, delta=1398000 ns, racy<=15000 ns 18:03:07.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.616941000, lastModified=2023-03-25 18:03:07.616290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.616941000, lastModified=2023-03-25 18:03:07.616290000, delta=651000 ns, racy<=15000 ns 18:03:07.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.617203000, lastModified=2023-03-25 18:03:07.616290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.617203000, lastModified=2023-03-25 18:03:07.616290000, delta=913000 ns, racy<=15000 ns 18:03:07.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.617450000, lastModified=2023-03-25 18:03:07.616290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.617450000, lastModified=2023-03-25 18:03:07.616290000, delta=1160000 ns, racy<=15000 ns 18:03:07.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.617698000, lastModified=2023-03-25 18:03:07.616290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.617698000, lastModified=2023-03-25 18:03:07.616290000, delta=1408000 ns, racy<=15000 ns 18:03:07.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.617954000, lastModified=2023-03-25 18:03:07.617290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.617954000, lastModified=2023-03-25 18:03:07.617290000, delta=664000 ns, racy<=15000 ns 18:03:07.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.618214000, lastModified=2023-03-25 18:03:07.617290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.618214000, lastModified=2023-03-25 18:03:07.617290000, delta=924000 ns, racy<=15000 ns 18:03:07.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.618458000, lastModified=2023-03-25 18:03:07.617290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.618458000, lastModified=2023-03-25 18:03:07.617290000, delta=1168000 ns, racy<=15000 ns 18:03:07.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.618697000, lastModified=2023-03-25 18:03:07.617290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.618697000, lastModified=2023-03-25 18:03:07.617290000, delta=1407000 ns, racy<=15000 ns 18:03:07.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.618946000, lastModified=2023-03-25 18:03:07.618290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.618946000, lastModified=2023-03-25 18:03:07.618290000, delta=656000 ns, racy<=15000 ns 18:03:07.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.619202000, lastModified=2023-03-25 18:03:07.618290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.619202000, lastModified=2023-03-25 18:03:07.618290000, delta=912000 ns, racy<=15000 ns 18:03:07.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.619455000, lastModified=2023-03-25 18:03:07.618290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.619455000, lastModified=2023-03-25 18:03:07.618290000, delta=1165000 ns, racy<=15000 ns 18:03:07.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.619701000, lastModified=2023-03-25 18:03:07.618290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.619701000, lastModified=2023-03-25 18:03:07.618290000, delta=1411000 ns, racy<=15000 ns 18:03:07.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.619969000, lastModified=2023-03-25 18:03:07.619290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.619969000, lastModified=2023-03-25 18:03:07.619290000, delta=679000 ns, racy<=15000 ns 18:03:07.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.620229000, lastModified=2023-03-25 18:03:07.619290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.620229000, lastModified=2023-03-25 18:03:07.619290000, delta=939000 ns, racy<=15000 ns 18:03:07.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.620475000, lastModified=2023-03-25 18:03:07.619290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.620475000, lastModified=2023-03-25 18:03:07.619290000, delta=1185000 ns, racy<=15000 ns 18:03:07.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.620722000, lastModified=2023-03-25 18:03:07.619290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.620722000, lastModified=2023-03-25 18:03:07.619290000, delta=1432000 ns, racy<=15000 ns 18:03:07.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.620973000, lastModified=2023-03-25 18:03:07.620290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.620973000, lastModified=2023-03-25 18:03:07.620290000, delta=683000 ns, racy<=15000 ns 18:03:07.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.621232000, lastModified=2023-03-25 18:03:07.620290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.621232000, lastModified=2023-03-25 18:03:07.620290000, delta=942000 ns, racy<=15000 ns 18:03:07.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.621481000, lastModified=2023-03-25 18:03:07.620290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.621481000, lastModified=2023-03-25 18:03:07.620290000, delta=1191000 ns, racy<=15000 ns 18:03:07.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.621729000, lastModified=2023-03-25 18:03:07.620290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.621729000, lastModified=2023-03-25 18:03:07.620290000, delta=1439000 ns, racy<=15000 ns 18:03:07.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.621 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.621987000, lastModified=2023-03-25 18:03:07.621290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.621987000, lastModified=2023-03-25 18:03:07.621290000, delta=697000 ns, racy<=15000 ns 18:03:07.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.622269000, lastModified=2023-03-25 18:03:07.621290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.622269000, lastModified=2023-03-25 18:03:07.621290000, delta=979000 ns, racy<=15000 ns 18:03:07.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.622518000, lastModified=2023-03-25 18:03:07.621290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.622518000, lastModified=2023-03-25 18:03:07.621290000, delta=1228000 ns, racy<=15000 ns 18:03:07.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.622774000, lastModified=2023-03-25 18:03:07.621290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.622774000, lastModified=2023-03-25 18:03:07.621290000, delta=1484000 ns, racy<=15000 ns 18:03:07.622 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.623035000, lastModified=2023-03-25 18:03:07.622290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.623035000, lastModified=2023-03-25 18:03:07.622290000, delta=745000 ns, racy<=15000 ns 18:03:07.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.623311000, lastModified=2023-03-25 18:03:07.622290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.623311000, lastModified=2023-03-25 18:03:07.622290000, delta=1021000 ns, racy<=15000 ns 18:03:07.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.623572000, lastModified=2023-03-25 18:03:07.622290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.623572000, lastModified=2023-03-25 18:03:07.622290000, delta=1282000 ns, racy<=15000 ns 18:03:07.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.623816000, lastModified=2023-03-25 18:03:07.622290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.623 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.622290000 to 2023-03-25 18:03:07.623290000 18:03:07.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.624061000, lastModified=2023-03-25 18:03:07.623290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.624061000, lastModified=2023-03-25 18:03:07.623290000, delta=771000 ns, racy<=15000 ns 18:03:07.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.624317000, lastModified=2023-03-25 18:03:07.623290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.624317000, lastModified=2023-03-25 18:03:07.623290000, delta=1027000 ns, racy<=15000 ns 18:03:07.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.624564000, lastModified=2023-03-25 18:03:07.623290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.624564000, lastModified=2023-03-25 18:03:07.623290000, delta=1274000 ns, racy<=15000 ns 18:03:07.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.624807000, lastModified=2023-03-25 18:03:07.623290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.624 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.623290000 to 2023-03-25 18:03:07.624290000 18:03:07.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.625048000, lastModified=2023-03-25 18:03:07.624290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.625048000, lastModified=2023-03-25 18:03:07.624290000, delta=758000 ns, racy<=15000 ns 18:03:07.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.625315000, lastModified=2023-03-25 18:03:07.624290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.625315000, lastModified=2023-03-25 18:03:07.624290000, delta=1025000 ns, racy<=15000 ns 18:03:07.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.625560000, lastModified=2023-03-25 18:03:07.624290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.625560000, lastModified=2023-03-25 18:03:07.624290000, delta=1270000 ns, racy<=15000 ns 18:03:07.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.625801000, lastModified=2023-03-25 18:03:07.624290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.624290000 to 2023-03-25 18:03:07.625290000 18:03:07.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.626035000, lastModified=2023-03-25 18:03:07.625290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.626035000, lastModified=2023-03-25 18:03:07.625290000, delta=745000 ns, racy<=15000 ns 18:03:07.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.626292000, lastModified=2023-03-25 18:03:07.625290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.626292000, lastModified=2023-03-25 18:03:07.625290000, delta=1002000 ns, racy<=15000 ns 18:03:07.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.626537000, lastModified=2023-03-25 18:03:07.625290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.626537000, lastModified=2023-03-25 18:03:07.625290000, delta=1247000 ns, racy<=15000 ns 18:03:07.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.626778000, lastModified=2023-03-25 18:03:07.625290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.626778000, lastModified=2023-03-25 18:03:07.625290000, delta=1488000 ns, racy<=15000 ns 18:03:07.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.627035000, lastModified=2023-03-25 18:03:07.626290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.627035000, lastModified=2023-03-25 18:03:07.626290000, delta=745000 ns, racy<=15000 ns 18:03:07.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.627290000, lastModified=2023-03-25 18:03:07.626290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.627290000, lastModified=2023-03-25 18:03:07.626290000, delta=1000000 ns, racy<=15000 ns 18:03:07.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.627537000, lastModified=2023-03-25 18:03:07.626290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.627537000, lastModified=2023-03-25 18:03:07.626290000, delta=1247000 ns, racy<=15000 ns 18:03:07.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.634793000, lastModified=2023-03-25 18:03:07.626290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.626290000 to 2023-03-25 18:03:07.634290000 18:03:07.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.635155000, lastModified=2023-03-25 18:03:07.634290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.635155000, lastModified=2023-03-25 18:03:07.634290000, delta=865000 ns, racy<=15000 ns 18:03:07.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.635430000, lastModified=2023-03-25 18:03:07.634290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.635430000, lastModified=2023-03-25 18:03:07.634290000, delta=1140000 ns, racy<=15000 ns 18:03:07.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.635680000, lastModified=2023-03-25 18:03:07.634290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.635680000, lastModified=2023-03-25 18:03:07.634290000, delta=1390000 ns, racy<=15000 ns 18:03:07.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.635948000, lastModified=2023-03-25 18:03:07.635290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.635948000, lastModified=2023-03-25 18:03:07.635290000, delta=658000 ns, racy<=15000 ns 18:03:07.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.636209000, lastModified=2023-03-25 18:03:07.635290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.636209000, lastModified=2023-03-25 18:03:07.635290000, delta=919000 ns, racy<=15000 ns 18:03:07.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.636454000, lastModified=2023-03-25 18:03:07.635290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.636454000, lastModified=2023-03-25 18:03:07.635290000, delta=1164000 ns, racy<=15000 ns 18:03:07.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.636696000, lastModified=2023-03-25 18:03:07.635290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.636696000, lastModified=2023-03-25 18:03:07.635290000, delta=1406000 ns, racy<=15000 ns 18:03:07.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.636993000, lastModified=2023-03-25 18:03:07.636290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.636993000, lastModified=2023-03-25 18:03:07.636290000, delta=703000 ns, racy<=15000 ns 18:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.637259000, lastModified=2023-03-25 18:03:07.636290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.637259000, lastModified=2023-03-25 18:03:07.636290000, delta=969000 ns, racy<=15000 ns 18:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.637511000, lastModified=2023-03-25 18:03:07.636290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.637511000, lastModified=2023-03-25 18:03:07.636290000, delta=1221000 ns, racy<=15000 ns 18:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.637765000, lastModified=2023-03-25 18:03:07.636290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.637765000, lastModified=2023-03-25 18:03:07.636290000, delta=1475000 ns, racy<=15000 ns 18:03:07.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.638057000, lastModified=2023-03-25 18:03:07.637290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.638057000, lastModified=2023-03-25 18:03:07.637290000, delta=767000 ns, racy<=15000 ns 18:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.638338000, lastModified=2023-03-25 18:03:07.637290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.638338000, lastModified=2023-03-25 18:03:07.637290000, delta=1048000 ns, racy<=15000 ns 18:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.638607000, lastModified=2023-03-25 18:03:07.637290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.638607000, lastModified=2023-03-25 18:03:07.637290000, delta=1317000 ns, racy<=15000 ns 18:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.638865000, lastModified=2023-03-25 18:03:07.637290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.637290000 to 2023-03-25 18:03:07.638290000 18:03:07.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.639126000, lastModified=2023-03-25 18:03:07.638290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.639126000, lastModified=2023-03-25 18:03:07.638290000, delta=836000 ns, racy<=15000 ns 18:03:07.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.639393000, lastModified=2023-03-25 18:03:07.638290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.639393000, lastModified=2023-03-25 18:03:07.638290000, delta=1103000 ns, racy<=15000 ns 18:03:07.639 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.649673000, lastModified=2023-03-25 18:03:07.648290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.649673000, lastModified=2023-03-25 18:03:07.648290000, delta=1383000 ns, racy<=15000 ns 18:03:07.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.649978000, lastModified=2023-03-25 18:03:07.649290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.649978000, lastModified=2023-03-25 18:03:07.649290000, delta=688000 ns, racy<=15000 ns 18:03:07.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.650265000, lastModified=2023-03-25 18:03:07.649290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.650265000, lastModified=2023-03-25 18:03:07.649290000, delta=975000 ns, racy<=15000 ns 18:03:07.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.650530000, lastModified=2023-03-25 18:03:07.649290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.650530000, lastModified=2023-03-25 18:03:07.649290000, delta=1240000 ns, racy<=15000 ns 18:03:07.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.650795000, lastModified=2023-03-25 18:03:07.649290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.649290000 to 2023-03-25 18:03:07.650290000 18:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.651064000, lastModified=2023-03-25 18:03:07.650290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.651064000, lastModified=2023-03-25 18:03:07.650290000, delta=774000 ns, racy<=15000 ns 18:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.651350000, lastModified=2023-03-25 18:03:07.650290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.651350000, lastModified=2023-03-25 18:03:07.650290000, delta=1060000 ns, racy<=15000 ns 18:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.651597000, lastModified=2023-03-25 18:03:07.650290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.651597000, lastModified=2023-03-25 18:03:07.650290000, delta=1307000 ns, racy<=15000 ns 18:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.651851000, lastModified=2023-03-25 18:03:07.650290000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.650290000 to 2023-03-25 18:03:07.651291000 18:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.652128000, lastModified=2023-03-25 18:03:07.651291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.652128000, lastModified=2023-03-25 18:03:07.651291000, delta=837000 ns, racy<=15000 ns 18:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.652406000, lastModified=2023-03-25 18:03:07.651291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.652406000, lastModified=2023-03-25 18:03:07.651291000, delta=1115000 ns, racy<=15000 ns 18:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.652678000, lastModified=2023-03-25 18:03:07.651291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.652678000, lastModified=2023-03-25 18:03:07.651291000, delta=1387000 ns, racy<=15000 ns 18:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.652936000, lastModified=2023-03-25 18:03:07.652291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.652936000, lastModified=2023-03-25 18:03:07.652291000, delta=645000 ns, racy<=15000 ns 18:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.653205000, lastModified=2023-03-25 18:03:07.652291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.653205000, lastModified=2023-03-25 18:03:07.652291000, delta=914000 ns, racy<=15000 ns 18:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.653492000, lastModified=2023-03-25 18:03:07.652291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.653492000, lastModified=2023-03-25 18:03:07.652291000, delta=1201000 ns, racy<=15000 ns 18:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.653772000, lastModified=2023-03-25 18:03:07.652291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.653772000, lastModified=2023-03-25 18:03:07.652291000, delta=1481000 ns, racy<=15000 ns 18:03:07.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.654044000, lastModified=2023-03-25 18:03:07.653291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.654044000, lastModified=2023-03-25 18:03:07.653291000, delta=753000 ns, racy<=15000 ns 18:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.654327000, lastModified=2023-03-25 18:03:07.653291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.654327000, lastModified=2023-03-25 18:03:07.653291000, delta=1036000 ns, racy<=15000 ns 18:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.654597000, lastModified=2023-03-25 18:03:07.653291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.654597000, lastModified=2023-03-25 18:03:07.653291000, delta=1306000 ns, racy<=15000 ns 18:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.654842000, lastModified=2023-03-25 18:03:07.653291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.653291000 to 2023-03-25 18:03:07.654291000 18:03:07.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.655083000, lastModified=2023-03-25 18:03:07.654291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.655083000, lastModified=2023-03-25 18:03:07.654291000, delta=792000 ns, racy<=15000 ns 18:03:07.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.655340000, lastModified=2023-03-25 18:03:07.654291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.655340000, lastModified=2023-03-25 18:03:07.654291000, delta=1049000 ns, racy<=15000 ns 18:03:07.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.655599000, lastModified=2023-03-25 18:03:07.654291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.655599000, lastModified=2023-03-25 18:03:07.654291000, delta=1308000 ns, racy<=15000 ns 18:03:07.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.655 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.655855000, lastModified=2023-03-25 18:03:07.654291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.654291000 to 2023-03-25 18:03:07.655291000 18:03:07.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.656108000, lastModified=2023-03-25 18:03:07.655291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.656108000, lastModified=2023-03-25 18:03:07.655291000, delta=817000 ns, racy<=15000 ns 18:03:07.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.656353000, lastModified=2023-03-25 18:03:07.655291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.656353000, lastModified=2023-03-25 18:03:07.655291000, delta=1062000 ns, racy<=15000 ns 18:03:07.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.656599000, lastModified=2023-03-25 18:03:07.655291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.656599000, lastModified=2023-03-25 18:03:07.655291000, delta=1308000 ns, racy<=15000 ns 18:03:07.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.656846000, lastModified=2023-03-25 18:03:07.655291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.656 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.655291000 to 2023-03-25 18:03:07.656291000 18:03:07.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.657097000, lastModified=2023-03-25 18:03:07.656291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.657097000, lastModified=2023-03-25 18:03:07.656291000, delta=806000 ns, racy<=15000 ns 18:03:07.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.657407000, lastModified=2023-03-25 18:03:07.656291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.657407000, lastModified=2023-03-25 18:03:07.656291000, delta=1116000 ns, racy<=15000 ns 18:03:07.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.657667000, lastModified=2023-03-25 18:03:07.656291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.657667000, lastModified=2023-03-25 18:03:07.656291000, delta=1376000 ns, racy<=15000 ns 18:03:07.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.657941000, lastModified=2023-03-25 18:03:07.656291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.656291000 to 2023-03-25 18:03:07.657291000 18:03:07.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.658185000, lastModified=2023-03-25 18:03:07.657291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.658185000, lastModified=2023-03-25 18:03:07.657291000, delta=894000 ns, racy<=15000 ns 18:03:07.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.658439000, lastModified=2023-03-25 18:03:07.657291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.658439000, lastModified=2023-03-25 18:03:07.657291000, delta=1148000 ns, racy<=15000 ns 18:03:07.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.661953000, lastModified=2023-03-25 18:03:07.661291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.661953000, lastModified=2023-03-25 18:03:07.661291000, delta=662000 ns, racy<=15000 ns 18:03:07.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.662223000, lastModified=2023-03-25 18:03:07.661291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.662223000, lastModified=2023-03-25 18:03:07.661291000, delta=932000 ns, racy<=15000 ns 18:03:07.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.662472000, lastModified=2023-03-25 18:03:07.661291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.662472000, lastModified=2023-03-25 18:03:07.661291000, delta=1181000 ns, racy<=15000 ns 18:03:07.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.662720000, lastModified=2023-03-25 18:03:07.661291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.662720000, lastModified=2023-03-25 18:03:07.661291000, delta=1429000 ns, racy<=15000 ns 18:03:07.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.662984000, lastModified=2023-03-25 18:03:07.662291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.662984000, lastModified=2023-03-25 18:03:07.662291000, delta=693000 ns, racy<=15000 ns 18:03:07.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.663253000, lastModified=2023-03-25 18:03:07.662291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.663253000, lastModified=2023-03-25 18:03:07.662291000, delta=962000 ns, racy<=15000 ns 18:03:07.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.663524000, lastModified=2023-03-25 18:03:07.662291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.663524000, lastModified=2023-03-25 18:03:07.662291000, delta=1233000 ns, racy<=15000 ns 18:03:07.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.663853000, lastModified=2023-03-25 18:03:07.662291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.662291000 to 2023-03-25 18:03:07.663291000 18:03:07.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.664122000, lastModified=2023-03-25 18:03:07.663291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.664122000, lastModified=2023-03-25 18:03:07.663291000, delta=831000 ns, racy<=15000 ns 18:03:07.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.664387000, lastModified=2023-03-25 18:03:07.663291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.664387000, lastModified=2023-03-25 18:03:07.663291000, delta=1096000 ns, racy<=15000 ns 18:03:07.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.664638000, lastModified=2023-03-25 18:03:07.663291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.664638000, lastModified=2023-03-25 18:03:07.663291000, delta=1347000 ns, racy<=15000 ns 18:03:07.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.664877000, lastModified=2023-03-25 18:03:07.663291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.663291000 to 2023-03-25 18:03:07.664291000 18:03:07.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.665123000, lastModified=2023-03-25 18:03:07.664291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.665123000, lastModified=2023-03-25 18:03:07.664291000, delta=832000 ns, racy<=15000 ns 18:03:07.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.665365000, lastModified=2023-03-25 18:03:07.664291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.665365000, lastModified=2023-03-25 18:03:07.664291000, delta=1074000 ns, racy<=15000 ns 18:03:07.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.665609000, lastModified=2023-03-25 18:03:07.664291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.665609000, lastModified=2023-03-25 18:03:07.664291000, delta=1318000 ns, racy<=15000 ns 18:03:07.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.665846000, lastModified=2023-03-25 18:03:07.664291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.664291000 to 2023-03-25 18:03:07.665291000 18:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.666126000, lastModified=2023-03-25 18:03:07.665291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.666126000, lastModified=2023-03-25 18:03:07.665291000, delta=835000 ns, racy<=15000 ns 18:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.666418000, lastModified=2023-03-25 18:03:07.665291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.666418000, lastModified=2023-03-25 18:03:07.665291000, delta=1127000 ns, racy<=15000 ns 18:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.666677000, lastModified=2023-03-25 18:03:07.665291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.666677000, lastModified=2023-03-25 18:03:07.665291000, delta=1386000 ns, racy<=15000 ns 18:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.666962000, lastModified=2023-03-25 18:03:07.666291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.666962000, lastModified=2023-03-25 18:03:07.666291000, delta=671000 ns, racy<=15000 ns 18:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.667247000, lastModified=2023-03-25 18:03:07.666291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.667247000, lastModified=2023-03-25 18:03:07.666291000, delta=956000 ns, racy<=15000 ns 18:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.667508000, lastModified=2023-03-25 18:03:07.666291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.667508000, lastModified=2023-03-25 18:03:07.666291000, delta=1217000 ns, racy<=15000 ns 18:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.667768000, lastModified=2023-03-25 18:03:07.666291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.667768000, lastModified=2023-03-25 18:03:07.666291000, delta=1477000 ns, racy<=15000 ns 18:03:07.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.668045000, lastModified=2023-03-25 18:03:07.667291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.668045000, lastModified=2023-03-25 18:03:07.667291000, delta=754000 ns, racy<=15000 ns 18:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.668318000, lastModified=2023-03-25 18:03:07.667291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.668318000, lastModified=2023-03-25 18:03:07.667291000, delta=1027000 ns, racy<=15000 ns 18:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.668602000, lastModified=2023-03-25 18:03:07.667291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.668602000, lastModified=2023-03-25 18:03:07.667291000, delta=1311000 ns, racy<=15000 ns 18:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.668863000, lastModified=2023-03-25 18:03:07.667291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.667291000 to 2023-03-25 18:03:07.668291000 18:03:07.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.669145000, lastModified=2023-03-25 18:03:07.668291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.669145000, lastModified=2023-03-25 18:03:07.668291000, delta=854000 ns, racy<=15000 ns 18:03:07.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.669415000, lastModified=2023-03-25 18:03:07.668291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.669415000, lastModified=2023-03-25 18:03:07.668291000, delta=1124000 ns, racy<=15000 ns 18:03:07.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.669681000, lastModified=2023-03-25 18:03:07.668291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.669681000, lastModified=2023-03-25 18:03:07.668291000, delta=1390000 ns, racy<=15000 ns 18:03:07.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.669956000, lastModified=2023-03-25 18:03:07.669291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.669956000, lastModified=2023-03-25 18:03:07.669291000, delta=665000 ns, racy<=15000 ns 18:03:07.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.670254000, lastModified=2023-03-25 18:03:07.669291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.670254000, lastModified=2023-03-25 18:03:07.669291000, delta=963000 ns, racy<=15000 ns 18:03:07.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.670526000, lastModified=2023-03-25 18:03:07.669291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.670526000, lastModified=2023-03-25 18:03:07.669291000, delta=1235000 ns, racy<=15000 ns 18:03:07.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.670791000, lastModified=2023-03-25 18:03:07.669291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.670791000, lastModified=2023-03-25 18:03:07.669291000, delta=1500000 ns, racy<=15000 ns 18:03:07.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.671064000, lastModified=2023-03-25 18:03:07.670291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.671064000, lastModified=2023-03-25 18:03:07.670291000, delta=773000 ns, racy<=15000 ns 18:03:07.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.671357000, lastModified=2023-03-25 18:03:07.670291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.671357000, lastModified=2023-03-25 18:03:07.670291000, delta=1066000 ns, racy<=15000 ns 18:03:07.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.671616000, lastModified=2023-03-25 18:03:07.670291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.671616000, lastModified=2023-03-25 18:03:07.670291000, delta=1325000 ns, racy<=15000 ns 18:03:07.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.671900000, lastModified=2023-03-25 18:03:07.670291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.670291000 to 2023-03-25 18:03:07.671291000 18:03:07.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.672163000, lastModified=2023-03-25 18:03:07.671291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.672163000, lastModified=2023-03-25 18:03:07.671291000, delta=872000 ns, racy<=15000 ns 18:03:07.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.672427000, lastModified=2023-03-25 18:03:07.671291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.672427000, lastModified=2023-03-25 18:03:07.671291000, delta=1136000 ns, racy<=15000 ns 18:03:07.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.672696000, lastModified=2023-03-25 18:03:07.671291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.672696000, lastModified=2023-03-25 18:03:07.671291000, delta=1405000 ns, racy<=15000 ns 18:03:07.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.672961000, lastModified=2023-03-25 18:03:07.672291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.672961000, lastModified=2023-03-25 18:03:07.672291000, delta=670000 ns, racy<=15000 ns 18:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.673238000, lastModified=2023-03-25 18:03:07.672291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.673238000, lastModified=2023-03-25 18:03:07.672291000, delta=947000 ns, racy<=15000 ns 18:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.673501000, lastModified=2023-03-25 18:03:07.672291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.673501000, lastModified=2023-03-25 18:03:07.672291000, delta=1210000 ns, racy<=15000 ns 18:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.673758000, lastModified=2023-03-25 18:03:07.672291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.673758000, lastModified=2023-03-25 18:03:07.672291000, delta=1467000 ns, racy<=15000 ns 18:03:07.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.674029000, lastModified=2023-03-25 18:03:07.673291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.674029000, lastModified=2023-03-25 18:03:07.673291000, delta=738000 ns, racy<=15000 ns 18:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.674297000, lastModified=2023-03-25 18:03:07.673291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.674297000, lastModified=2023-03-25 18:03:07.673291000, delta=1006000 ns, racy<=15000 ns 18:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.674561000, lastModified=2023-03-25 18:03:07.673291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.674561000, lastModified=2023-03-25 18:03:07.673291000, delta=1270000 ns, racy<=15000 ns 18:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.674 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.674828000, lastModified=2023-03-25 18:03:07.673291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.673291000 to 2023-03-25 18:03:07.674291000 18:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.675176000, lastModified=2023-03-25 18:03:07.674291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.675176000, lastModified=2023-03-25 18:03:07.674291000, delta=885000 ns, racy<=15000 ns 18:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.675451000, lastModified=2023-03-25 18:03:07.674291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.675451000, lastModified=2023-03-25 18:03:07.674291000, delta=1160000 ns, racy<=15000 ns 18:03:07.675 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.683414000, lastModified=2023-03-25 18:03:07.674291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.674291000 to 2023-03-25 18:03:07.682291000 18:03:07.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.683707000, lastModified=2023-03-25 18:03:07.682291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.683707000, lastModified=2023-03-25 18:03:07.682291000, delta=1416000 ns, racy<=15000 ns 18:03:07.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.683989000, lastModified=2023-03-25 18:03:07.683291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.683989000, lastModified=2023-03-25 18:03:07.683291000, delta=698000 ns, racy<=15000 ns 18:03:07.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.684265000, lastModified=2023-03-25 18:03:07.683291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.684265000, lastModified=2023-03-25 18:03:07.683291000, delta=974000 ns, racy<=15000 ns 18:03:07.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.684526000, lastModified=2023-03-25 18:03:07.683291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.684526000, lastModified=2023-03-25 18:03:07.683291000, delta=1235000 ns, racy<=15000 ns 18:03:07.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.684790000, lastModified=2023-03-25 18:03:07.683291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.684790000, lastModified=2023-03-25 18:03:07.683291000, delta=1499000 ns, racy<=15000 ns 18:03:07.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.685060000, lastModified=2023-03-25 18:03:07.684291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.685060000, lastModified=2023-03-25 18:03:07.684291000, delta=769000 ns, racy<=15000 ns 18:03:07.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.685329000, lastModified=2023-03-25 18:03:07.684291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.685329000, lastModified=2023-03-25 18:03:07.684291000, delta=1038000 ns, racy<=15000 ns 18:03:07.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.685590000, lastModified=2023-03-25 18:03:07.684291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.685590000, lastModified=2023-03-25 18:03:07.684291000, delta=1299000 ns, racy<=15000 ns 18:03:07.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.685878000, lastModified=2023-03-25 18:03:07.684291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.684291000 to 2023-03-25 18:03:07.685291000 18:03:07.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.686149000, lastModified=2023-03-25 18:03:07.685291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.686149000, lastModified=2023-03-25 18:03:07.685291000, delta=858000 ns, racy<=15000 ns 18:03:07.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.686413000, lastModified=2023-03-25 18:03:07.685291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.686413000, lastModified=2023-03-25 18:03:07.685291000, delta=1122000 ns, racy<=15000 ns 18:03:07.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.686670000, lastModified=2023-03-25 18:03:07.685291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.686670000, lastModified=2023-03-25 18:03:07.685291000, delta=1379000 ns, racy<=15000 ns 18:03:07.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.687014000, lastModified=2023-03-25 18:03:07.686291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.687014000, lastModified=2023-03-25 18:03:07.686291000, delta=723000 ns, racy<=15000 ns 18:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.687334000, lastModified=2023-03-25 18:03:07.686291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.687334000, lastModified=2023-03-25 18:03:07.686291000, delta=1043000 ns, racy<=15000 ns 18:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.687604000, lastModified=2023-03-25 18:03:07.686291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.687604000, lastModified=2023-03-25 18:03:07.686291000, delta=1313000 ns, racy<=15000 ns 18:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.687869000, lastModified=2023-03-25 18:03:07.686291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.686291000 to 2023-03-25 18:03:07.687291000 18:03:07.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.688147000, lastModified=2023-03-25 18:03:07.687291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.688147000, lastModified=2023-03-25 18:03:07.687291000, delta=856000 ns, racy<=15000 ns 18:03:07.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.688409000, lastModified=2023-03-25 18:03:07.687291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.688409000, lastModified=2023-03-25 18:03:07.687291000, delta=1118000 ns, racy<=15000 ns 18:03:07.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.688675000, lastModified=2023-03-25 18:03:07.687291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.688675000, lastModified=2023-03-25 18:03:07.687291000, delta=1384000 ns, racy<=15000 ns 18:03:07.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.688952000, lastModified=2023-03-25 18:03:07.688291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.688952000, lastModified=2023-03-25 18:03:07.688291000, delta=661000 ns, racy<=15000 ns 18:03:07.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.689231000, lastModified=2023-03-25 18:03:07.688291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.689231000, lastModified=2023-03-25 18:03:07.688291000, delta=940000 ns, racy<=15000 ns 18:03:07.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.689530000, lastModified=2023-03-25 18:03:07.688291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.689530000, lastModified=2023-03-25 18:03:07.688291000, delta=1239000 ns, racy<=15000 ns 18:03:07.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.689822000, lastModified=2023-03-25 18:03:07.688291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.688291000 to 2023-03-25 18:03:07.689291000 18:03:07.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.690105000, lastModified=2023-03-25 18:03:07.689291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.690105000, lastModified=2023-03-25 18:03:07.689291000, delta=814000 ns, racy<=15000 ns 18:03:07.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.690383000, lastModified=2023-03-25 18:03:07.689291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.690383000, lastModified=2023-03-25 18:03:07.689291000, delta=1092000 ns, racy<=15000 ns 18:03:07.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.690647000, lastModified=2023-03-25 18:03:07.689291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.690647000, lastModified=2023-03-25 18:03:07.689291000, delta=1356000 ns, racy<=15000 ns 18:03:07.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.690917000, lastModified=2023-03-25 18:03:07.689291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.689291000 to 2023-03-25 18:03:07.690291000 18:03:07.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.691182000, lastModified=2023-03-25 18:03:07.690291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.691182000, lastModified=2023-03-25 18:03:07.690291000, delta=891000 ns, racy<=15000 ns 18:03:07.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.691461000, lastModified=2023-03-25 18:03:07.690291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.691461000, lastModified=2023-03-25 18:03:07.690291000, delta=1170000 ns, racy<=15000 ns 18:03:07.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.691740000, lastModified=2023-03-25 18:03:07.690291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.691740000, lastModified=2023-03-25 18:03:07.690291000, delta=1449000 ns, racy<=15000 ns 18:03:07.691 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.692053000, lastModified=2023-03-25 18:03:07.691291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.692053000, lastModified=2023-03-25 18:03:07.691291000, delta=762000 ns, racy<=15000 ns 18:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.692338000, lastModified=2023-03-25 18:03:07.691291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.692338000, lastModified=2023-03-25 18:03:07.691291000, delta=1047000 ns, racy<=15000 ns 18:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.692598000, lastModified=2023-03-25 18:03:07.691291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.692598000, lastModified=2023-03-25 18:03:07.691291000, delta=1307000 ns, racy<=15000 ns 18:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.692 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.692877000, lastModified=2023-03-25 18:03:07.691291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.691291000 to 2023-03-25 18:03:07.692291000 18:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.693170000, lastModified=2023-03-25 18:03:07.692291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.693170000, lastModified=2023-03-25 18:03:07.692291000, delta=879000 ns, racy<=15000 ns 18:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.693443000, lastModified=2023-03-25 18:03:07.692291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.693443000, lastModified=2023-03-25 18:03:07.692291000, delta=1152000 ns, racy<=15000 ns 18:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.693703000, lastModified=2023-03-25 18:03:07.692291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.693703000, lastModified=2023-03-25 18:03:07.692291000, delta=1412000 ns, racy<=15000 ns 18:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.693 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.693983000, lastModified=2023-03-25 18:03:07.693291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.693983000, lastModified=2023-03-25 18:03:07.693291000, delta=692000 ns, racy<=15000 ns 18:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.694273000, lastModified=2023-03-25 18:03:07.693291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.694273000, lastModified=2023-03-25 18:03:07.693291000, delta=982000 ns, racy<=15000 ns 18:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.694542000, lastModified=2023-03-25 18:03:07.693291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.694542000, lastModified=2023-03-25 18:03:07.693291000, delta=1251000 ns, racy<=15000 ns 18:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.694803000, lastModified=2023-03-25 18:03:07.693291000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.694 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.693291000 to 2023-03-25 18:03:07.694292000 18:03:07.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.695069000, lastModified=2023-03-25 18:03:07.694292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.695069000, lastModified=2023-03-25 18:03:07.694292000, delta=777000 ns, racy<=15000 ns 18:03:07.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.695351000, lastModified=2023-03-25 18:03:07.694292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.695351000, lastModified=2023-03-25 18:03:07.694292000, delta=1059000 ns, racy<=15000 ns 18:03:07.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.695632000, lastModified=2023-03-25 18:03:07.694292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.695632000, lastModified=2023-03-25 18:03:07.694292000, delta=1340000 ns, racy<=15000 ns 18:03:07.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.695906000, lastModified=2023-03-25 18:03:07.694292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.694292000 to 2023-03-25 18:03:07.695292000 18:03:07.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.696173000, lastModified=2023-03-25 18:03:07.695292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.696173000, lastModified=2023-03-25 18:03:07.695292000, delta=881000 ns, racy<=15000 ns 18:03:07.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.696437000, lastModified=2023-03-25 18:03:07.695292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.696437000, lastModified=2023-03-25 18:03:07.695292000, delta=1145000 ns, racy<=15000 ns 18:03:07.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.696729000, lastModified=2023-03-25 18:03:07.695292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.696729000, lastModified=2023-03-25 18:03:07.695292000, delta=1437000 ns, racy<=15000 ns 18:03:07.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.697022000, lastModified=2023-03-25 18:03:07.696292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.697022000, lastModified=2023-03-25 18:03:07.696292000, delta=730000 ns, racy<=15000 ns 18:03:07.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.697301000, lastModified=2023-03-25 18:03:07.696292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.697301000, lastModified=2023-03-25 18:03:07.696292000, delta=1009000 ns, racy<=15000 ns 18:03:07.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.697565000, lastModified=2023-03-25 18:03:07.696292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.697565000, lastModified=2023-03-25 18:03:07.696292000, delta=1273000 ns, racy<=15000 ns 18:03:07.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.702409000, lastModified=2023-03-25 18:03:07.701292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.702409000, lastModified=2023-03-25 18:03:07.701292000, delta=1117000 ns, racy<=15000 ns 18:03:07.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.702681000, lastModified=2023-03-25 18:03:07.701292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.702681000, lastModified=2023-03-25 18:03:07.701292000, delta=1389000 ns, racy<=15000 ns 18:03:07.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.702965000, lastModified=2023-03-25 18:03:07.702292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.702965000, lastModified=2023-03-25 18:03:07.702292000, delta=673000 ns, racy<=15000 ns 18:03:07.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.703248000, lastModified=2023-03-25 18:03:07.702292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.703248000, lastModified=2023-03-25 18:03:07.702292000, delta=956000 ns, racy<=15000 ns 18:03:07.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.703514000, lastModified=2023-03-25 18:03:07.702292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.703514000, lastModified=2023-03-25 18:03:07.702292000, delta=1222000 ns, racy<=15000 ns 18:03:07.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.703780000, lastModified=2023-03-25 18:03:07.702292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.703780000, lastModified=2023-03-25 18:03:07.702292000, delta=1488000 ns, racy<=15000 ns 18:03:07.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.704060000, lastModified=2023-03-25 18:03:07.703292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.704060000, lastModified=2023-03-25 18:03:07.703292000, delta=768000 ns, racy<=15000 ns 18:03:07.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.704341000, lastModified=2023-03-25 18:03:07.703292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.704341000, lastModified=2023-03-25 18:03:07.703292000, delta=1049000 ns, racy<=15000 ns 18:03:07.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.704618000, lastModified=2023-03-25 18:03:07.703292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.704618000, lastModified=2023-03-25 18:03:07.703292000, delta=1326000 ns, racy<=15000 ns 18:03:07.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.704886000, lastModified=2023-03-25 18:03:07.703292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.703292000 to 2023-03-25 18:03:07.704292000 18:03:07.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.705159000, lastModified=2023-03-25 18:03:07.704292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.705159000, lastModified=2023-03-25 18:03:07.704292000, delta=867000 ns, racy<=15000 ns 18:03:07.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.705419000, lastModified=2023-03-25 18:03:07.704292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.705419000, lastModified=2023-03-25 18:03:07.704292000, delta=1127000 ns, racy<=15000 ns 18:03:07.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.705677000, lastModified=2023-03-25 18:03:07.704292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.705677000, lastModified=2023-03-25 18:03:07.704292000, delta=1385000 ns, racy<=15000 ns 18:03:07.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.705 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.705986000, lastModified=2023-03-25 18:03:07.705292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.705986000, lastModified=2023-03-25 18:03:07.705292000, delta=694000 ns, racy<=15000 ns 18:03:07.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.706269000, lastModified=2023-03-25 18:03:07.705292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.706269000, lastModified=2023-03-25 18:03:07.705292000, delta=977000 ns, racy<=15000 ns 18:03:07.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.706567000, lastModified=2023-03-25 18:03:07.705292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.706567000, lastModified=2023-03-25 18:03:07.705292000, delta=1275000 ns, racy<=15000 ns 18:03:07.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.706838000, lastModified=2023-03-25 18:03:07.705292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.706 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.705292000 to 2023-03-25 18:03:07.706292000 18:03:07.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.707100000, lastModified=2023-03-25 18:03:07.706292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.707100000, lastModified=2023-03-25 18:03:07.706292000, delta=808000 ns, racy<=15000 ns 18:03:07.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.707409000, lastModified=2023-03-25 18:03:07.706292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.707409000, lastModified=2023-03-25 18:03:07.706292000, delta=1117000 ns, racy<=15000 ns 18:03:07.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.707712000, lastModified=2023-03-25 18:03:07.706292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.707712000, lastModified=2023-03-25 18:03:07.706292000, delta=1420000 ns, racy<=15000 ns 18:03:07.707 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.708037000, lastModified=2023-03-25 18:03:07.707292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.708037000, lastModified=2023-03-25 18:03:07.707292000, delta=745000 ns, racy<=15000 ns 18:03:07.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.708344000, lastModified=2023-03-25 18:03:07.707292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.708344000, lastModified=2023-03-25 18:03:07.707292000, delta=1052000 ns, racy<=15000 ns 18:03:07.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.708625000, lastModified=2023-03-25 18:03:07.707292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.708625000, lastModified=2023-03-25 18:03:07.707292000, delta=1333000 ns, racy<=15000 ns 18:03:07.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.708 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.708907000, lastModified=2023-03-25 18:03:07.707292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.707292000 to 2023-03-25 18:03:07.708292000 18:03:07.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.709206000, lastModified=2023-03-25 18:03:07.708292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.709206000, lastModified=2023-03-25 18:03:07.708292000, delta=914000 ns, racy<=15000 ns 18:03:07.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.709488000, lastModified=2023-03-25 18:03:07.708292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.709488000, lastModified=2023-03-25 18:03:07.708292000, delta=1196000 ns, racy<=15000 ns 18:03:07.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.709776000, lastModified=2023-03-25 18:03:07.708292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.709 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.709776000, lastModified=2023-03-25 18:03:07.708292000, delta=1484000 ns, racy<=15000 ns 18:03:07.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.710110000, lastModified=2023-03-25 18:03:07.709292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.710110000, lastModified=2023-03-25 18:03:07.709292000, delta=818000 ns, racy<=15000 ns 18:03:07.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.710450000, lastModified=2023-03-25 18:03:07.709292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.710450000, lastModified=2023-03-25 18:03:07.709292000, delta=1158000 ns, racy<=15000 ns 18:03:07.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.710730000, lastModified=2023-03-25 18:03:07.709292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.710730000, lastModified=2023-03-25 18:03:07.709292000, delta=1438000 ns, racy<=15000 ns 18:03:07.710 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.711014000, lastModified=2023-03-25 18:03:07.710292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.711014000, lastModified=2023-03-25 18:03:07.710292000, delta=722000 ns, racy<=15000 ns 18:03:07.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.711288000, lastModified=2023-03-25 18:03:07.710292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.711288000, lastModified=2023-03-25 18:03:07.710292000, delta=996000 ns, racy<=15000 ns 18:03:07.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.711544000, lastModified=2023-03-25 18:03:07.710292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.711544000, lastModified=2023-03-25 18:03:07.710292000, delta=1252000 ns, racy<=15000 ns 18:03:07.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.711802000, lastModified=2023-03-25 18:03:07.710292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.711 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.710292000 to 2023-03-25 18:03:07.711292000 18:03:07.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.712055000, lastModified=2023-03-25 18:03:07.711292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.712055000, lastModified=2023-03-25 18:03:07.711292000, delta=763000 ns, racy<=15000 ns 18:03:07.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.712328000, lastModified=2023-03-25 18:03:07.711292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.712328000, lastModified=2023-03-25 18:03:07.711292000, delta=1036000 ns, racy<=15000 ns 18:03:07.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.712585000, lastModified=2023-03-25 18:03:07.711292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.712585000, lastModified=2023-03-25 18:03:07.711292000, delta=1293000 ns, racy<=15000 ns 18:03:07.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.712 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.712847000, lastModified=2023-03-25 18:03:07.711292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.711292000 to 2023-03-25 18:03:07.712292000 18:03:07.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.713126000, lastModified=2023-03-25 18:03:07.712292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.713126000, lastModified=2023-03-25 18:03:07.712292000, delta=834000 ns, racy<=15000 ns 18:03:07.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.713416000, lastModified=2023-03-25 18:03:07.712292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.713416000, lastModified=2023-03-25 18:03:07.712292000, delta=1124000 ns, racy<=15000 ns 18:03:07.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.713680000, lastModified=2023-03-25 18:03:07.712292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.713680000, lastModified=2023-03-25 18:03:07.712292000, delta=1388000 ns, racy<=15000 ns 18:03:07.713 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.713997000, lastModified=2023-03-25 18:03:07.713292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.713997000, lastModified=2023-03-25 18:03:07.713292000, delta=705000 ns, racy<=15000 ns 18:03:07.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.714293000, lastModified=2023-03-25 18:03:07.713292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.714293000, lastModified=2023-03-25 18:03:07.713292000, delta=1001000 ns, racy<=15000 ns 18:03:07.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.714573000, lastModified=2023-03-25 18:03:07.713292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.714573000, lastModified=2023-03-25 18:03:07.713292000, delta=1281000 ns, racy<=15000 ns 18:03:07.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.714 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.714851000, lastModified=2023-03-25 18:03:07.713292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.713292000 to 2023-03-25 18:03:07.714292000 18:03:07.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.715143000, lastModified=2023-03-25 18:03:07.714292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.715143000, lastModified=2023-03-25 18:03:07.714292000, delta=851000 ns, racy<=15000 ns 18:03:07.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.715416000, lastModified=2023-03-25 18:03:07.714292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.715416000, lastModified=2023-03-25 18:03:07.714292000, delta=1124000 ns, racy<=15000 ns 18:03:07.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.715679000, lastModified=2023-03-25 18:03:07.714292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.715679000, lastModified=2023-03-25 18:03:07.714292000, delta=1387000 ns, racy<=15000 ns 18:03:07.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.715 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.715959000, lastModified=2023-03-25 18:03:07.715292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.715959000, lastModified=2023-03-25 18:03:07.715292000, delta=667000 ns, racy<=15000 ns 18:03:07.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.716249000, lastModified=2023-03-25 18:03:07.715292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.716249000, lastModified=2023-03-25 18:03:07.715292000, delta=957000 ns, racy<=15000 ns 18:03:07.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.716516000, lastModified=2023-03-25 18:03:07.715292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.716516000, lastModified=2023-03-25 18:03:07.715292000, delta=1224000 ns, racy<=15000 ns 18:03:07.716 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.720319000, lastModified=2023-03-25 18:03:07.715292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.715292000 to 2023-03-25 18:03:07.719292000 18:03:07.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.720620000, lastModified=2023-03-25 18:03:07.719292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.720620000, lastModified=2023-03-25 18:03:07.719292000, delta=1328000 ns, racy<=15000 ns 18:03:07.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.720 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.720886000, lastModified=2023-03-25 18:03:07.719292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.719292000 to 2023-03-25 18:03:07.720292000 18:03:07.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.721173000, lastModified=2023-03-25 18:03:07.720292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.721173000, lastModified=2023-03-25 18:03:07.720292000, delta=881000 ns, racy<=15000 ns 18:03:07.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.721439000, lastModified=2023-03-25 18:03:07.720292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.721439000, lastModified=2023-03-25 18:03:07.720292000, delta=1147000 ns, racy<=15000 ns 18:03:07.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.721708000, lastModified=2023-03-25 18:03:07.720292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.721708000, lastModified=2023-03-25 18:03:07.720292000, delta=1416000 ns, racy<=15000 ns 18:03:07.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.721 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.721976000, lastModified=2023-03-25 18:03:07.721292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.721976000, lastModified=2023-03-25 18:03:07.721292000, delta=684000 ns, racy<=15000 ns 18:03:07.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.722269000, lastModified=2023-03-25 18:03:07.721292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.722269000, lastModified=2023-03-25 18:03:07.721292000, delta=977000 ns, racy<=15000 ns 18:03:07.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.722552000, lastModified=2023-03-25 18:03:07.721292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.722552000, lastModified=2023-03-25 18:03:07.721292000, delta=1260000 ns, racy<=15000 ns 18:03:07.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.722819000, lastModified=2023-03-25 18:03:07.721292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.722 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.721292000 to 2023-03-25 18:03:07.722292000 18:03:07.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.723080000, lastModified=2023-03-25 18:03:07.722292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.723080000, lastModified=2023-03-25 18:03:07.722292000, delta=788000 ns, racy<=15000 ns 18:03:07.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.723357000, lastModified=2023-03-25 18:03:07.722292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.723357000, lastModified=2023-03-25 18:03:07.722292000, delta=1065000 ns, racy<=15000 ns 18:03:07.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.723620000, lastModified=2023-03-25 18:03:07.722292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.723620000, lastModified=2023-03-25 18:03:07.722292000, delta=1328000 ns, racy<=15000 ns 18:03:07.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.723 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.723905000, lastModified=2023-03-25 18:03:07.722292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.722292000 to 2023-03-25 18:03:07.723292000 18:03:07.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.724261000, lastModified=2023-03-25 18:03:07.723292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.724261000, lastModified=2023-03-25 18:03:07.723292000, delta=969000 ns, racy<=15000 ns 18:03:07.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.724526000, lastModified=2023-03-25 18:03:07.723292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.724526000, lastModified=2023-03-25 18:03:07.723292000, delta=1234000 ns, racy<=15000 ns 18:03:07.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.724788000, lastModified=2023-03-25 18:03:07.723292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.724788000, lastModified=2023-03-25 18:03:07.723292000, delta=1496000 ns, racy<=15000 ns 18:03:07.724 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.725065000, lastModified=2023-03-25 18:03:07.724292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.725065000, lastModified=2023-03-25 18:03:07.724292000, delta=773000 ns, racy<=15000 ns 18:03:07.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.725353000, lastModified=2023-03-25 18:03:07.724292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.725353000, lastModified=2023-03-25 18:03:07.724292000, delta=1061000 ns, racy<=15000 ns 18:03:07.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.725654000, lastModified=2023-03-25 18:03:07.724292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.725654000, lastModified=2023-03-25 18:03:07.724292000, delta=1362000 ns, racy<=15000 ns 18:03:07.725 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.749564000, lastModified=2023-03-25 18:03:07.725292000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.725292000 to 2023-03-25 18:03:07.748293000 18:03:07.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.750014000, lastModified=2023-03-25 18:03:07.749293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.750014000, lastModified=2023-03-25 18:03:07.749293000, delta=721000 ns, racy<=15000 ns 18:03:07.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.750348000, lastModified=2023-03-25 18:03:07.749293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.750348000, lastModified=2023-03-25 18:03:07.749293000, delta=1055000 ns, racy<=15000 ns 18:03:07.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.750633000, lastModified=2023-03-25 18:03:07.749293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.750633000, lastModified=2023-03-25 18:03:07.749293000, delta=1340000 ns, racy<=15000 ns 18:03:07.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.750920000, lastModified=2023-03-25 18:03:07.749293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.749293000 to 2023-03-25 18:03:07.750293000 18:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.751188000, lastModified=2023-03-25 18:03:07.750293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.751188000, lastModified=2023-03-25 18:03:07.750293000, delta=895000 ns, racy<=15000 ns 18:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.751454000, lastModified=2023-03-25 18:03:07.750293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.751454000, lastModified=2023-03-25 18:03:07.750293000, delta=1161000 ns, racy<=15000 ns 18:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.751719000, lastModified=2023-03-25 18:03:07.750293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.751719000, lastModified=2023-03-25 18:03:07.750293000, delta=1426000 ns, racy<=15000 ns 18:03:07.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.751998000, lastModified=2023-03-25 18:03:07.751293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.751998000, lastModified=2023-03-25 18:03:07.751293000, delta=705000 ns, racy<=15000 ns 18:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.752300000, lastModified=2023-03-25 18:03:07.751293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.752300000, lastModified=2023-03-25 18:03:07.751293000, delta=1007000 ns, racy<=15000 ns 18:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.752579000, lastModified=2023-03-25 18:03:07.751293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.752579000, lastModified=2023-03-25 18:03:07.751293000, delta=1286000 ns, racy<=15000 ns 18:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.752872000, lastModified=2023-03-25 18:03:07.751293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.751293000 to 2023-03-25 18:03:07.752293000 18:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.753143000, lastModified=2023-03-25 18:03:07.752293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.753143000, lastModified=2023-03-25 18:03:07.752293000, delta=850000 ns, racy<=15000 ns 18:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.753443000, lastModified=2023-03-25 18:03:07.752293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.753443000, lastModified=2023-03-25 18:03:07.752293000, delta=1150000 ns, racy<=15000 ns 18:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.753701000, lastModified=2023-03-25 18:03:07.752293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.753701000, lastModified=2023-03-25 18:03:07.752293000, delta=1408000 ns, racy<=15000 ns 18:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.753974000, lastModified=2023-03-25 18:03:07.753293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.753974000, lastModified=2023-03-25 18:03:07.753293000, delta=681000 ns, racy<=15000 ns 18:03:07.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.754259000, lastModified=2023-03-25 18:03:07.753293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.754259000, lastModified=2023-03-25 18:03:07.753293000, delta=966000 ns, racy<=15000 ns 18:03:07.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.754523000, lastModified=2023-03-25 18:03:07.753293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.754523000, lastModified=2023-03-25 18:03:07.753293000, delta=1230000 ns, racy<=15000 ns 18:03:07.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.754793000, lastModified=2023-03-25 18:03:07.753293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.753293000 to 2023-03-25 18:03:07.754293000 18:03:07.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.755055000, lastModified=2023-03-25 18:03:07.754293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.755055000, lastModified=2023-03-25 18:03:07.754293000, delta=762000 ns, racy<=15000 ns 18:03:07.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.755336000, lastModified=2023-03-25 18:03:07.754293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.755336000, lastModified=2023-03-25 18:03:07.754293000, delta=1043000 ns, racy<=15000 ns 18:03:07.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.755600000, lastModified=2023-03-25 18:03:07.754293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.755600000, lastModified=2023-03-25 18:03:07.754293000, delta=1307000 ns, racy<=15000 ns 18:03:07.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.755862000, lastModified=2023-03-25 18:03:07.754293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.754293000 to 2023-03-25 18:03:07.755293000 18:03:07.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.756154000, lastModified=2023-03-25 18:03:07.755293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.756154000, lastModified=2023-03-25 18:03:07.755293000, delta=861000 ns, racy<=15000 ns 18:03:07.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.756416000, lastModified=2023-03-25 18:03:07.755293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.756416000, lastModified=2023-03-25 18:03:07.755293000, delta=1123000 ns, racy<=15000 ns 18:03:07.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.756685000, lastModified=2023-03-25 18:03:07.755293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.756685000, lastModified=2023-03-25 18:03:07.755293000, delta=1392000 ns, racy<=15000 ns 18:03:07.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.756 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.756958000, lastModified=2023-03-25 18:03:07.756293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.756958000, lastModified=2023-03-25 18:03:07.756293000, delta=665000 ns, racy<=15000 ns 18:03:07.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.757231000, lastModified=2023-03-25 18:03:07.756293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.757231000, lastModified=2023-03-25 18:03:07.756293000, delta=938000 ns, racy<=15000 ns 18:03:07.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.757503000, lastModified=2023-03-25 18:03:07.756293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.757503000, lastModified=2023-03-25 18:03:07.756293000, delta=1210000 ns, racy<=15000 ns 18:03:07.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.757786000, lastModified=2023-03-25 18:03:07.756293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.757786000, lastModified=2023-03-25 18:03:07.756293000, delta=1493000 ns, racy<=15000 ns 18:03:07.757 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.758063000, lastModified=2023-03-25 18:03:07.757293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.758063000, lastModified=2023-03-25 18:03:07.757293000, delta=770000 ns, racy<=15000 ns 18:03:07.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.758 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.758341000, lastModified=2023-03-25 18:03:07.757293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.758341000, lastModified=2023-03-25 18:03:07.757293000, delta=1048000 ns, racy<=15000 ns 18:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.762207000, lastModified=2023-03-25 18:03:07.761293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.762207000, lastModified=2023-03-25 18:03:07.761293000, delta=914000 ns, racy<=15000 ns 18:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.762489000, lastModified=2023-03-25 18:03:07.761293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.762489000, lastModified=2023-03-25 18:03:07.761293000, delta=1196000 ns, racy<=15000 ns 18:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.762761000, lastModified=2023-03-25 18:03:07.761293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.762761000, lastModified=2023-03-25 18:03:07.761293000, delta=1468000 ns, racy<=15000 ns 18:03:07.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.763059000, lastModified=2023-03-25 18:03:07.762293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.763059000, lastModified=2023-03-25 18:03:07.762293000, delta=766000 ns, racy<=15000 ns 18:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.763333000, lastModified=2023-03-25 18:03:07.762293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.763333000, lastModified=2023-03-25 18:03:07.762293000, delta=1040000 ns, racy<=15000 ns 18:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.763591000, lastModified=2023-03-25 18:03:07.762293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.763591000, lastModified=2023-03-25 18:03:07.762293000, delta=1298000 ns, racy<=15000 ns 18:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.763877000, lastModified=2023-03-25 18:03:07.762293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.762293000 to 2023-03-25 18:03:07.763293000 18:03:07.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.764162000, lastModified=2023-03-25 18:03:07.763293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.764162000, lastModified=2023-03-25 18:03:07.763293000, delta=869000 ns, racy<=15000 ns 18:03:07.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.764422000, lastModified=2023-03-25 18:03:07.763293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.764422000, lastModified=2023-03-25 18:03:07.763293000, delta=1129000 ns, racy<=15000 ns 18:03:07.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.764683000, lastModified=2023-03-25 18:03:07.763293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.764683000, lastModified=2023-03-25 18:03:07.763293000, delta=1390000 ns, racy<=15000 ns 18:03:07.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.764946000, lastModified=2023-03-25 18:03:07.764293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.764946000, lastModified=2023-03-25 18:03:07.764293000, delta=653000 ns, racy<=15000 ns 18:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.765236000, lastModified=2023-03-25 18:03:07.764293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.765236000, lastModified=2023-03-25 18:03:07.764293000, delta=943000 ns, racy<=15000 ns 18:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.765497000, lastModified=2023-03-25 18:03:07.764293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.765497000, lastModified=2023-03-25 18:03:07.764293000, delta=1204000 ns, racy<=15000 ns 18:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.765761000, lastModified=2023-03-25 18:03:07.764293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.765761000, lastModified=2023-03-25 18:03:07.764293000, delta=1468000 ns, racy<=15000 ns 18:03:07.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.766066000, lastModified=2023-03-25 18:03:07.765293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.766066000, lastModified=2023-03-25 18:03:07.765293000, delta=773000 ns, racy<=15000 ns 18:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.766348000, lastModified=2023-03-25 18:03:07.765293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.766348000, lastModified=2023-03-25 18:03:07.765293000, delta=1055000 ns, racy<=15000 ns 18:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.766615000, lastModified=2023-03-25 18:03:07.765293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.766615000, lastModified=2023-03-25 18:03:07.765293000, delta=1322000 ns, racy<=15000 ns 18:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.766873000, lastModified=2023-03-25 18:03:07.765293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.765293000 to 2023-03-25 18:03:07.766293000 18:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.767175000, lastModified=2023-03-25 18:03:07.766293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.767175000, lastModified=2023-03-25 18:03:07.766293000, delta=882000 ns, racy<=15000 ns 18:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.767440000, lastModified=2023-03-25 18:03:07.766293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.767440000, lastModified=2023-03-25 18:03:07.766293000, delta=1147000 ns, racy<=15000 ns 18:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.767702000, lastModified=2023-03-25 18:03:07.766293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.767702000, lastModified=2023-03-25 18:03:07.766293000, delta=1409000 ns, racy<=15000 ns 18:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.767971000, lastModified=2023-03-25 18:03:07.767293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.767971000, lastModified=2023-03-25 18:03:07.767293000, delta=678000 ns, racy<=15000 ns 18:03:07.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.768246000, lastModified=2023-03-25 18:03:07.767293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.768246000, lastModified=2023-03-25 18:03:07.767293000, delta=953000 ns, racy<=15000 ns 18:03:07.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.768505000, lastModified=2023-03-25 18:03:07.767293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.768505000, lastModified=2023-03-25 18:03:07.767293000, delta=1212000 ns, racy<=15000 ns 18:03:07.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.768764000, lastModified=2023-03-25 18:03:07.767293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.768764000, lastModified=2023-03-25 18:03:07.767293000, delta=1471000 ns, racy<=15000 ns 18:03:07.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.769041000, lastModified=2023-03-25 18:03:07.768293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.769041000, lastModified=2023-03-25 18:03:07.768293000, delta=748000 ns, racy<=15000 ns 18:03:07.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.769321000, lastModified=2023-03-25 18:03:07.768293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.769321000, lastModified=2023-03-25 18:03:07.768293000, delta=1028000 ns, racy<=15000 ns 18:03:07.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.769602000, lastModified=2023-03-25 18:03:07.768293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.769602000, lastModified=2023-03-25 18:03:07.768293000, delta=1309000 ns, racy<=15000 ns 18:03:07.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.769866000, lastModified=2023-03-25 18:03:07.768293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.768293000 to 2023-03-25 18:03:07.769293000 18:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.770131000, lastModified=2023-03-25 18:03:07.769293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.770131000, lastModified=2023-03-25 18:03:07.769293000, delta=838000 ns, racy<=15000 ns 18:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.770395000, lastModified=2023-03-25 18:03:07.769293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.770395000, lastModified=2023-03-25 18:03:07.769293000, delta=1102000 ns, racy<=15000 ns 18:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.770655000, lastModified=2023-03-25 18:03:07.769293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.770655000, lastModified=2023-03-25 18:03:07.769293000, delta=1362000 ns, racy<=15000 ns 18:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.770917000, lastModified=2023-03-25 18:03:07.769293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.769293000 to 2023-03-25 18:03:07.770293000 18:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.771173000, lastModified=2023-03-25 18:03:07.770293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.771173000, lastModified=2023-03-25 18:03:07.770293000, delta=880000 ns, racy<=15000 ns 18:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.771435000, lastModified=2023-03-25 18:03:07.770293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.771435000, lastModified=2023-03-25 18:03:07.770293000, delta=1142000 ns, racy<=15000 ns 18:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.771699000, lastModified=2023-03-25 18:03:07.770293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.771699000, lastModified=2023-03-25 18:03:07.770293000, delta=1406000 ns, racy<=15000 ns 18:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.771968000, lastModified=2023-03-25 18:03:07.771293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.771968000, lastModified=2023-03-25 18:03:07.771293000, delta=675000 ns, racy<=15000 ns 18:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.772253000, lastModified=2023-03-25 18:03:07.771293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.772253000, lastModified=2023-03-25 18:03:07.771293000, delta=960000 ns, racy<=15000 ns 18:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.772518000, lastModified=2023-03-25 18:03:07.771293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.772518000, lastModified=2023-03-25 18:03:07.771293000, delta=1225000 ns, racy<=15000 ns 18:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.772778000, lastModified=2023-03-25 18:03:07.771293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.772778000, lastModified=2023-03-25 18:03:07.771293000, delta=1485000 ns, racy<=15000 ns 18:03:07.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.773052000, lastModified=2023-03-25 18:03:07.772293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.773052000, lastModified=2023-03-25 18:03:07.772293000, delta=759000 ns, racy<=15000 ns 18:03:07.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.773321000, lastModified=2023-03-25 18:03:07.772293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.773321000, lastModified=2023-03-25 18:03:07.772293000, delta=1028000 ns, racy<=15000 ns 18:03:07.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.773581000, lastModified=2023-03-25 18:03:07.772293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.773581000, lastModified=2023-03-25 18:03:07.772293000, delta=1288000 ns, racy<=15000 ns 18:03:07.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.773838000, lastModified=2023-03-25 18:03:07.772293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.772293000 to 2023-03-25 18:03:07.773293000 18:03:07.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.774094000, lastModified=2023-03-25 18:03:07.773293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.774094000, lastModified=2023-03-25 18:03:07.773293000, delta=801000 ns, racy<=15000 ns 18:03:07.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.774364000, lastModified=2023-03-25 18:03:07.773293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.774364000, lastModified=2023-03-25 18:03:07.773293000, delta=1071000 ns, racy<=15000 ns 18:03:07.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.774622000, lastModified=2023-03-25 18:03:07.773293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.774622000, lastModified=2023-03-25 18:03:07.773293000, delta=1329000 ns, racy<=15000 ns 18:03:07.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.774 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.774888000, lastModified=2023-03-25 18:03:07.773293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.773293000 to 2023-03-25 18:03:07.774293000 18:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.775191000, lastModified=2023-03-25 18:03:07.774293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.775191000, lastModified=2023-03-25 18:03:07.774293000, delta=898000 ns, racy<=15000 ns 18:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.775458000, lastModified=2023-03-25 18:03:07.774293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.775458000, lastModified=2023-03-25 18:03:07.774293000, delta=1165000 ns, racy<=15000 ns 18:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.775720000, lastModified=2023-03-25 18:03:07.774293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.775720000, lastModified=2023-03-25 18:03:07.774293000, delta=1427000 ns, racy<=15000 ns 18:03:07.775 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.779993000, lastModified=2023-03-25 18:03:07.775293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.775293000 to 2023-03-25 18:03:07.779293000 18:03:07.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.780272000, lastModified=2023-03-25 18:03:07.779293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.780272000, lastModified=2023-03-25 18:03:07.779293000, delta=979000 ns, racy<=15000 ns 18:03:07.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.780551000, lastModified=2023-03-25 18:03:07.779293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.780551000, lastModified=2023-03-25 18:03:07.779293000, delta=1258000 ns, racy<=15000 ns 18:03:07.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.780825000, lastModified=2023-03-25 18:03:07.779293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.779293000 to 2023-03-25 18:03:07.780293000 18:03:07.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.781151000, lastModified=2023-03-25 18:03:07.780293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.781151000, lastModified=2023-03-25 18:03:07.780293000, delta=858000 ns, racy<=15000 ns 18:03:07.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.781437000, lastModified=2023-03-25 18:03:07.780293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.781437000, lastModified=2023-03-25 18:03:07.780293000, delta=1144000 ns, racy<=15000 ns 18:03:07.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.781703000, lastModified=2023-03-25 18:03:07.780293000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.781703000, lastModified=2023-03-25 18:03:07.780293000, delta=1410000 ns, racy<=15000 ns 18:03:07.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.782014000, lastModified=2023-03-25 18:03:07.781294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.782014000, lastModified=2023-03-25 18:03:07.781294000, delta=720000 ns, racy<=15000 ns 18:03:07.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.782307000, lastModified=2023-03-25 18:03:07.781294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.782307000, lastModified=2023-03-25 18:03:07.781294000, delta=1013000 ns, racy<=15000 ns 18:03:07.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.782570000, lastModified=2023-03-25 18:03:07.781294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.782570000, lastModified=2023-03-25 18:03:07.781294000, delta=1276000 ns, racy<=15000 ns 18:03:07.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.782832000, lastModified=2023-03-25 18:03:07.781294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.781294000 to 2023-03-25 18:03:07.782294000 18:03:07.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.783133000, lastModified=2023-03-25 18:03:07.782294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.783133000, lastModified=2023-03-25 18:03:07.782294000, delta=839000 ns, racy<=15000 ns 18:03:07.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.783398000, lastModified=2023-03-25 18:03:07.782294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.783398000, lastModified=2023-03-25 18:03:07.782294000, delta=1104000 ns, racy<=15000 ns 18:03:07.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.783660000, lastModified=2023-03-25 18:03:07.782294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.783660000, lastModified=2023-03-25 18:03:07.782294000, delta=1366000 ns, racy<=15000 ns 18:03:07.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.783932000, lastModified=2023-03-25 18:03:07.783294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.783932000, lastModified=2023-03-25 18:03:07.783294000, delta=638000 ns, racy<=15000 ns 18:03:07.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.784206000, lastModified=2023-03-25 18:03:07.783294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.784206000, lastModified=2023-03-25 18:03:07.783294000, delta=912000 ns, racy<=15000 ns 18:03:07.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.784484000, lastModified=2023-03-25 18:03:07.783294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.784484000, lastModified=2023-03-25 18:03:07.783294000, delta=1190000 ns, racy<=15000 ns 18:03:07.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.784754000, lastModified=2023-03-25 18:03:07.783294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.784754000, lastModified=2023-03-25 18:03:07.783294000, delta=1460000 ns, racy<=15000 ns 18:03:07.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.785085000, lastModified=2023-03-25 18:03:07.784294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.785085000, lastModified=2023-03-25 18:03:07.784294000, delta=791000 ns, racy<=15000 ns 18:03:07.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.785361000, lastModified=2023-03-25 18:03:07.784294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.785361000, lastModified=2023-03-25 18:03:07.784294000, delta=1067000 ns, racy<=15000 ns 18:03:07.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.785621000, lastModified=2023-03-25 18:03:07.784294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.785621000, lastModified=2023-03-25 18:03:07.784294000, delta=1327000 ns, racy<=15000 ns 18:03:07.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.785880000, lastModified=2023-03-25 18:03:07.784294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.784294000 to 2023-03-25 18:03:07.785294000 18:03:07.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.786145000, lastModified=2023-03-25 18:03:07.785294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.786145000, lastModified=2023-03-25 18:03:07.785294000, delta=851000 ns, racy<=15000 ns 18:03:07.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.786407000, lastModified=2023-03-25 18:03:07.785294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.786407000, lastModified=2023-03-25 18:03:07.785294000, delta=1113000 ns, racy<=15000 ns 18:03:07.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.786667000, lastModified=2023-03-25 18:03:07.785294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.786667000, lastModified=2023-03-25 18:03:07.785294000, delta=1373000 ns, racy<=15000 ns 18:03:07.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.786929000, lastModified=2023-03-25 18:03:07.785294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.785294000 to 2023-03-25 18:03:07.786294000 18:03:07.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.787209000, lastModified=2023-03-25 18:03:07.786294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.787209000, lastModified=2023-03-25 18:03:07.786294000, delta=915000 ns, racy<=15000 ns 18:03:07.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.787480000, lastModified=2023-03-25 18:03:07.786294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.787480000, lastModified=2023-03-25 18:03:07.786294000, delta=1186000 ns, racy<=15000 ns 18:03:07.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.787746000, lastModified=2023-03-25 18:03:07.786294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.787746000, lastModified=2023-03-25 18:03:07.786294000, delta=1452000 ns, racy<=15000 ns 18:03:07.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.788017000, lastModified=2023-03-25 18:03:07.787294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.788017000, lastModified=2023-03-25 18:03:07.787294000, delta=723000 ns, racy<=15000 ns 18:03:07.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.788289000, lastModified=2023-03-25 18:03:07.787294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.788289000, lastModified=2023-03-25 18:03:07.787294000, delta=995000 ns, racy<=15000 ns 18:03:07.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.788556000, lastModified=2023-03-25 18:03:07.787294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.788556000, lastModified=2023-03-25 18:03:07.787294000, delta=1262000 ns, racy<=15000 ns 18:03:07.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.788834000, lastModified=2023-03-25 18:03:07.787294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.787294000 to 2023-03-25 18:03:07.788294000 18:03:07.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.789090000, lastModified=2023-03-25 18:03:07.788294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.789090000, lastModified=2023-03-25 18:03:07.788294000, delta=796000 ns, racy<=15000 ns 18:03:07.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.789361000, lastModified=2023-03-25 18:03:07.788294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.789361000, lastModified=2023-03-25 18:03:07.788294000, delta=1067000 ns, racy<=15000 ns 18:03:07.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.789623000, lastModified=2023-03-25 18:03:07.788294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.789623000, lastModified=2023-03-25 18:03:07.788294000, delta=1329000 ns, racy<=15000 ns 18:03:07.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.789899000, lastModified=2023-03-25 18:03:07.788294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.788294000 to 2023-03-25 18:03:07.789294000 18:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.790158000, lastModified=2023-03-25 18:03:07.789294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.790158000, lastModified=2023-03-25 18:03:07.789294000, delta=864000 ns, racy<=15000 ns 18:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.790436000, lastModified=2023-03-25 18:03:07.789294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.790436000, lastModified=2023-03-25 18:03:07.789294000, delta=1142000 ns, racy<=15000 ns 18:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.790701000, lastModified=2023-03-25 18:03:07.789294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.790701000, lastModified=2023-03-25 18:03:07.789294000, delta=1407000 ns, racy<=15000 ns 18:03:07.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.791011000, lastModified=2023-03-25 18:03:07.790294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.791011000, lastModified=2023-03-25 18:03:07.790294000, delta=717000 ns, racy<=15000 ns 18:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.791304000, lastModified=2023-03-25 18:03:07.790294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.791304000, lastModified=2023-03-25 18:03:07.790294000, delta=1010000 ns, racy<=15000 ns 18:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.791567000, lastModified=2023-03-25 18:03:07.790294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.791567000, lastModified=2023-03-25 18:03:07.790294000, delta=1273000 ns, racy<=15000 ns 18:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.791830000, lastModified=2023-03-25 18:03:07.790294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.790294000 to 2023-03-25 18:03:07.791294000 18:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.792091000, lastModified=2023-03-25 18:03:07.791294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.792091000, lastModified=2023-03-25 18:03:07.791294000, delta=797000 ns, racy<=15000 ns 18:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.792364000, lastModified=2023-03-25 18:03:07.791294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.792364000, lastModified=2023-03-25 18:03:07.791294000, delta=1070000 ns, racy<=15000 ns 18:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.792629000, lastModified=2023-03-25 18:03:07.791294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.792629000, lastModified=2023-03-25 18:03:07.791294000, delta=1335000 ns, racy<=15000 ns 18:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.792900000, lastModified=2023-03-25 18:03:07.791294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.791294000 to 2023-03-25 18:03:07.792294000 18:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.793165000, lastModified=2023-03-25 18:03:07.792294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.793165000, lastModified=2023-03-25 18:03:07.792294000, delta=871000 ns, racy<=15000 ns 18:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.793434000, lastModified=2023-03-25 18:03:07.792294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.793434000, lastModified=2023-03-25 18:03:07.792294000, delta=1140000 ns, racy<=15000 ns 18:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.793714000, lastModified=2023-03-25 18:03:07.792294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.793714000, lastModified=2023-03-25 18:03:07.792294000, delta=1420000 ns, racy<=15000 ns 18:03:07.793 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.794 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.793995000, lastModified=2023-03-25 18:03:07.793294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.793995000, lastModified=2023-03-25 18:03:07.793294000, delta=701000 ns, racy<=15000 ns 18:03:07.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.805181000, lastModified=2023-03-25 18:03:07.804294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.805181000, lastModified=2023-03-25 18:03:07.804294000, delta=887000 ns, racy<=15000 ns 18:03:07.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.805511000, lastModified=2023-03-25 18:03:07.804294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.805511000, lastModified=2023-03-25 18:03:07.804294000, delta=1217000 ns, racy<=15000 ns 18:03:07.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.805785000, lastModified=2023-03-25 18:03:07.804294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.805785000, lastModified=2023-03-25 18:03:07.804294000, delta=1491000 ns, racy<=15000 ns 18:03:07.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.806082000, lastModified=2023-03-25 18:03:07.805294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.806082000, lastModified=2023-03-25 18:03:07.805294000, delta=788000 ns, racy<=15000 ns 18:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.806354000, lastModified=2023-03-25 18:03:07.805294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.806354000, lastModified=2023-03-25 18:03:07.805294000, delta=1060000 ns, racy<=15000 ns 18:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.806617000, lastModified=2023-03-25 18:03:07.805294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.806617000, lastModified=2023-03-25 18:03:07.805294000, delta=1323000 ns, racy<=15000 ns 18:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.806873000, lastModified=2023-03-25 18:03:07.805294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.805294000 to 2023-03-25 18:03:07.806294000 18:03:07.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.807138000, lastModified=2023-03-25 18:03:07.806294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.807138000, lastModified=2023-03-25 18:03:07.806294000, delta=844000 ns, racy<=15000 ns 18:03:07.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.807401000, lastModified=2023-03-25 18:03:07.806294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.807401000, lastModified=2023-03-25 18:03:07.806294000, delta=1107000 ns, racy<=15000 ns 18:03:07.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.807656000, lastModified=2023-03-25 18:03:07.806294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.807656000, lastModified=2023-03-25 18:03:07.806294000, delta=1362000 ns, racy<=15000 ns 18:03:07.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.807918000, lastModified=2023-03-25 18:03:07.806294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.806294000 to 2023-03-25 18:03:07.807294000 18:03:07.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.808173000, lastModified=2023-03-25 18:03:07.807294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.808173000, lastModified=2023-03-25 18:03:07.807294000, delta=879000 ns, racy<=15000 ns 18:03:07.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.808431000, lastModified=2023-03-25 18:03:07.807294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.808431000, lastModified=2023-03-25 18:03:07.807294000, delta=1137000 ns, racy<=15000 ns 18:03:07.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.808689000, lastModified=2023-03-25 18:03:07.807294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.808689000, lastModified=2023-03-25 18:03:07.807294000, delta=1395000 ns, racy<=15000 ns 18:03:07.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.808953000, lastModified=2023-03-25 18:03:07.808294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.808953000, lastModified=2023-03-25 18:03:07.808294000, delta=659000 ns, racy<=15000 ns 18:03:07.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.809228000, lastModified=2023-03-25 18:03:07.808294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.809228000, lastModified=2023-03-25 18:03:07.808294000, delta=934000 ns, racy<=15000 ns 18:03:07.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.809499000, lastModified=2023-03-25 18:03:07.808294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.809499000, lastModified=2023-03-25 18:03:07.808294000, delta=1205000 ns, racy<=15000 ns 18:03:07.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.809760000, lastModified=2023-03-25 18:03:07.808294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.809760000, lastModified=2023-03-25 18:03:07.808294000, delta=1466000 ns, racy<=15000 ns 18:03:07.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.810075000, lastModified=2023-03-25 18:03:07.809294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.810075000, lastModified=2023-03-25 18:03:07.809294000, delta=781000 ns, racy<=15000 ns 18:03:07.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.810362000, lastModified=2023-03-25 18:03:07.809294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.810362000, lastModified=2023-03-25 18:03:07.809294000, delta=1068000 ns, racy<=15000 ns 18:03:07.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.810620000, lastModified=2023-03-25 18:03:07.809294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.810620000, lastModified=2023-03-25 18:03:07.809294000, delta=1326000 ns, racy<=15000 ns 18:03:07.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.810890000, lastModified=2023-03-25 18:03:07.809294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.809294000 to 2023-03-25 18:03:07.810294000 18:03:07.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.811156000, lastModified=2023-03-25 18:03:07.810294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.811156000, lastModified=2023-03-25 18:03:07.810294000, delta=862000 ns, racy<=15000 ns 18:03:07.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.811426000, lastModified=2023-03-25 18:03:07.810294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.811426000, lastModified=2023-03-25 18:03:07.810294000, delta=1132000 ns, racy<=15000 ns 18:03:07.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.811678000, lastModified=2023-03-25 18:03:07.810294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.811678000, lastModified=2023-03-25 18:03:07.810294000, delta=1384000 ns, racy<=15000 ns 18:03:07.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.811942000, lastModified=2023-03-25 18:03:07.811294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.811942000, lastModified=2023-03-25 18:03:07.811294000, delta=648000 ns, racy<=15000 ns 18:03:07.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.812220000, lastModified=2023-03-25 18:03:07.811294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.812220000, lastModified=2023-03-25 18:03:07.811294000, delta=926000 ns, racy<=15000 ns 18:03:07.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.812479000, lastModified=2023-03-25 18:03:07.811294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.812479000, lastModified=2023-03-25 18:03:07.811294000, delta=1185000 ns, racy<=15000 ns 18:03:07.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.812733000, lastModified=2023-03-25 18:03:07.811294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.812733000, lastModified=2023-03-25 18:03:07.811294000, delta=1439000 ns, racy<=15000 ns 18:03:07.812 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.813000000, lastModified=2023-03-25 18:03:07.812294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.813000000, lastModified=2023-03-25 18:03:07.812294000, delta=706000 ns, racy<=15000 ns 18:03:07.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.813264000, lastModified=2023-03-25 18:03:07.812294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.813264000, lastModified=2023-03-25 18:03:07.812294000, delta=970000 ns, racy<=15000 ns 18:03:07.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.813524000, lastModified=2023-03-25 18:03:07.812294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.813524000, lastModified=2023-03-25 18:03:07.812294000, delta=1230000 ns, racy<=15000 ns 18:03:07.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.813776000, lastModified=2023-03-25 18:03:07.812294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.813776000, lastModified=2023-03-25 18:03:07.812294000, delta=1482000 ns, racy<=15000 ns 18:03:07.813 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.814039000, lastModified=2023-03-25 18:03:07.813294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.814039000, lastModified=2023-03-25 18:03:07.813294000, delta=745000 ns, racy<=15000 ns 18:03:07.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.814308000, lastModified=2023-03-25 18:03:07.813294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.814308000, lastModified=2023-03-25 18:03:07.813294000, delta=1014000 ns, racy<=15000 ns 18:03:07.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.814564000, lastModified=2023-03-25 18:03:07.813294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.814564000, lastModified=2023-03-25 18:03:07.813294000, delta=1270000 ns, racy<=15000 ns 18:03:07.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.814822000, lastModified=2023-03-25 18:03:07.813294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.814 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.813294000 to 2023-03-25 18:03:07.814294000 18:03:07.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.815080000, lastModified=2023-03-25 18:03:07.814294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.815080000, lastModified=2023-03-25 18:03:07.814294000, delta=786000 ns, racy<=15000 ns 18:03:07.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.815353000, lastModified=2023-03-25 18:03:07.814294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.815353000, lastModified=2023-03-25 18:03:07.814294000, delta=1059000 ns, racy<=15000 ns 18:03:07.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.815611000, lastModified=2023-03-25 18:03:07.814294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.815611000, lastModified=2023-03-25 18:03:07.814294000, delta=1317000 ns, racy<=15000 ns 18:03:07.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.815 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.815866000, lastModified=2023-03-25 18:03:07.814294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.814294000 to 2023-03-25 18:03:07.815294000 18:03:07.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.816134000, lastModified=2023-03-25 18:03:07.815294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.816134000, lastModified=2023-03-25 18:03:07.815294000, delta=840000 ns, racy<=15000 ns 18:03:07.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.816392000, lastModified=2023-03-25 18:03:07.815294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.816392000, lastModified=2023-03-25 18:03:07.815294000, delta=1098000 ns, racy<=15000 ns 18:03:07.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.816650000, lastModified=2023-03-25 18:03:07.815294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.816650000, lastModified=2023-03-25 18:03:07.815294000, delta=1356000 ns, racy<=15000 ns 18:03:07.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.816 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.816908000, lastModified=2023-03-25 18:03:07.815294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.815294000 to 2023-03-25 18:03:07.816294000 18:03:07.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.817169000, lastModified=2023-03-25 18:03:07.816294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.817169000, lastModified=2023-03-25 18:03:07.816294000, delta=875000 ns, racy<=15000 ns 18:03:07.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.817437000, lastModified=2023-03-25 18:03:07.816294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.817437000, lastModified=2023-03-25 18:03:07.816294000, delta=1143000 ns, racy<=15000 ns 18:03:07.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.817702000, lastModified=2023-03-25 18:03:07.816294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.817702000, lastModified=2023-03-25 18:03:07.816294000, delta=1408000 ns, racy<=15000 ns 18:03:07.817 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.817996000, lastModified=2023-03-25 18:03:07.817294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.817996000, lastModified=2023-03-25 18:03:07.817294000, delta=702000 ns, racy<=15000 ns 18:03:07.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.818269000, lastModified=2023-03-25 18:03:07.817294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.818269000, lastModified=2023-03-25 18:03:07.817294000, delta=975000 ns, racy<=15000 ns 18:03:07.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.818530000, lastModified=2023-03-25 18:03:07.817294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.818530000, lastModified=2023-03-25 18:03:07.817294000, delta=1236000 ns, racy<=15000 ns 18:03:07.818 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.821279000, lastModified=2023-03-25 18:03:07.817294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.817294000 to 2023-03-25 18:03:07.820294000 18:03:07.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.821556000, lastModified=2023-03-25 18:03:07.820294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.821556000, lastModified=2023-03-25 18:03:07.820294000, delta=1262000 ns, racy<=15000 ns 18:03:07.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.821816000, lastModified=2023-03-25 18:03:07.820294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.820294000 to 2023-03-25 18:03:07.821294000 18:03:07.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.822071000, lastModified=2023-03-25 18:03:07.821294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.822071000, lastModified=2023-03-25 18:03:07.821294000, delta=777000 ns, racy<=15000 ns 18:03:07.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.822344000, lastModified=2023-03-25 18:03:07.821294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.822344000, lastModified=2023-03-25 18:03:07.821294000, delta=1050000 ns, racy<=15000 ns 18:03:07.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.822620000, lastModified=2023-03-25 18:03:07.821294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.822620000, lastModified=2023-03-25 18:03:07.821294000, delta=1326000 ns, racy<=15000 ns 18:03:07.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.822878000, lastModified=2023-03-25 18:03:07.821294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.821294000 to 2023-03-25 18:03:07.822294000 18:03:07.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.823158000, lastModified=2023-03-25 18:03:07.822294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.823158000, lastModified=2023-03-25 18:03:07.822294000, delta=864000 ns, racy<=15000 ns 18:03:07.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.823414000, lastModified=2023-03-25 18:03:07.822294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.823414000, lastModified=2023-03-25 18:03:07.822294000, delta=1120000 ns, racy<=15000 ns 18:03:07.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.823672000, lastModified=2023-03-25 18:03:07.822294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.823672000, lastModified=2023-03-25 18:03:07.822294000, delta=1378000 ns, racy<=15000 ns 18:03:07.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.823937000, lastModified=2023-03-25 18:03:07.823294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.823937000, lastModified=2023-03-25 18:03:07.823294000, delta=643000 ns, racy<=15000 ns 18:03:07.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.824206000, lastModified=2023-03-25 18:03:07.823294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.824206000, lastModified=2023-03-25 18:03:07.823294000, delta=912000 ns, racy<=15000 ns 18:03:07.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.824462000, lastModified=2023-03-25 18:03:07.823294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.824462000, lastModified=2023-03-25 18:03:07.823294000, delta=1168000 ns, racy<=15000 ns 18:03:07.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.824717000, lastModified=2023-03-25 18:03:07.823294000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.824717000, lastModified=2023-03-25 18:03:07.823294000, delta=1423000 ns, racy<=15000 ns 18:03:07.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.824983000, lastModified=2023-03-25 18:03:07.824295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.824983000, lastModified=2023-03-25 18:03:07.824295000, delta=688000 ns, racy<=15000 ns 18:03:07.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.825256000, lastModified=2023-03-25 18:03:07.824295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.825256000, lastModified=2023-03-25 18:03:07.824295000, delta=961000 ns, racy<=15000 ns 18:03:07.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.825515000, lastModified=2023-03-25 18:03:07.824295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.825515000, lastModified=2023-03-25 18:03:07.824295000, delta=1220000 ns, racy<=15000 ns 18:03:07.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.825772000, lastModified=2023-03-25 18:03:07.824295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.825772000, lastModified=2023-03-25 18:03:07.824295000, delta=1477000 ns, racy<=15000 ns 18:03:07.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.826042000, lastModified=2023-03-25 18:03:07.825295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.826042000, lastModified=2023-03-25 18:03:07.825295000, delta=747000 ns, racy<=15000 ns 18:03:07.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.826311000, lastModified=2023-03-25 18:03:07.825295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.826311000, lastModified=2023-03-25 18:03:07.825295000, delta=1016000 ns, racy<=15000 ns 18:03:07.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.826570000, lastModified=2023-03-25 18:03:07.825295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.826570000, lastModified=2023-03-25 18:03:07.825295000, delta=1275000 ns, racy<=15000 ns 18:03:07.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.826826000, lastModified=2023-03-25 18:03:07.825295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.825295000 to 2023-03-25 18:03:07.826295000 18:03:07.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.827087000, lastModified=2023-03-25 18:03:07.826295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.827087000, lastModified=2023-03-25 18:03:07.826295000, delta=792000 ns, racy<=15000 ns 18:03:07.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.827354000, lastModified=2023-03-25 18:03:07.826295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.827354000, lastModified=2023-03-25 18:03:07.826295000, delta=1059000 ns, racy<=15000 ns 18:03:07.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.827609000, lastModified=2023-03-25 18:03:07.826295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.827609000, lastModified=2023-03-25 18:03:07.826295000, delta=1314000 ns, racy<=15000 ns 18:03:07.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.827865000, lastModified=2023-03-25 18:03:07.826295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.826295000 to 2023-03-25 18:03:07.827295000 18:03:07.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.828137000, lastModified=2023-03-25 18:03:07.827295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.828137000, lastModified=2023-03-25 18:03:07.827295000, delta=842000 ns, racy<=15000 ns 18:03:07.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.828393000, lastModified=2023-03-25 18:03:07.827295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.828393000, lastModified=2023-03-25 18:03:07.827295000, delta=1098000 ns, racy<=15000 ns 18:03:07.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.828648000, lastModified=2023-03-25 18:03:07.827295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.828648000, lastModified=2023-03-25 18:03:07.827295000, delta=1353000 ns, racy<=15000 ns 18:03:07.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.828909000, lastModified=2023-03-25 18:03:07.827295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.827295000 to 2023-03-25 18:03:07.828295000 18:03:07.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.829164000, lastModified=2023-03-25 18:03:07.828295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.829164000, lastModified=2023-03-25 18:03:07.828295000, delta=869000 ns, racy<=15000 ns 18:03:07.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.829418000, lastModified=2023-03-25 18:03:07.828295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.829418000, lastModified=2023-03-25 18:03:07.828295000, delta=1123000 ns, racy<=15000 ns 18:03:07.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.829668000, lastModified=2023-03-25 18:03:07.828295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.829668000, lastModified=2023-03-25 18:03:07.828295000, delta=1373000 ns, racy<=15000 ns 18:03:07.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.829925000, lastModified=2023-03-25 18:03:07.828295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.828295000 to 2023-03-25 18:03:07.829295000 18:03:07.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.830195000, lastModified=2023-03-25 18:03:07.829295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.830195000, lastModified=2023-03-25 18:03:07.829295000, delta=900000 ns, racy<=15000 ns 18:03:07.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.830459000, lastModified=2023-03-25 18:03:07.829295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.830459000, lastModified=2023-03-25 18:03:07.829295000, delta=1164000 ns, racy<=15000 ns 18:03:07.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.830719000, lastModified=2023-03-25 18:03:07.829295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.830719000, lastModified=2023-03-25 18:03:07.829295000, delta=1424000 ns, racy<=15000 ns 18:03:07.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.830981000, lastModified=2023-03-25 18:03:07.830295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.830981000, lastModified=2023-03-25 18:03:07.830295000, delta=686000 ns, racy<=15000 ns 18:03:07.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.831256000, lastModified=2023-03-25 18:03:07.830295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.831256000, lastModified=2023-03-25 18:03:07.830295000, delta=961000 ns, racy<=15000 ns 18:03:07.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.831526000, lastModified=2023-03-25 18:03:07.830295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.831526000, lastModified=2023-03-25 18:03:07.830295000, delta=1231000 ns, racy<=15000 ns 18:03:07.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.831779000, lastModified=2023-03-25 18:03:07.830295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.831779000, lastModified=2023-03-25 18:03:07.830295000, delta=1484000 ns, racy<=15000 ns 18:03:07.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.832103000, lastModified=2023-03-25 18:03:07.831295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.832103000, lastModified=2023-03-25 18:03:07.831295000, delta=808000 ns, racy<=15000 ns 18:03:07.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.832402000, lastModified=2023-03-25 18:03:07.831295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.832402000, lastModified=2023-03-25 18:03:07.831295000, delta=1107000 ns, racy<=15000 ns 18:03:07.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.832658000, lastModified=2023-03-25 18:03:07.831295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.832658000, lastModified=2023-03-25 18:03:07.831295000, delta=1363000 ns, racy<=15000 ns 18:03:07.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.832919000, lastModified=2023-03-25 18:03:07.831295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.831295000 to 2023-03-25 18:03:07.832295000 18:03:07.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.833187000, lastModified=2023-03-25 18:03:07.832295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.833187000, lastModified=2023-03-25 18:03:07.832295000, delta=892000 ns, racy<=15000 ns 18:03:07.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.833457000, lastModified=2023-03-25 18:03:07.832295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.833457000, lastModified=2023-03-25 18:03:07.832295000, delta=1162000 ns, racy<=15000 ns 18:03:07.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.833737000, lastModified=2023-03-25 18:03:07.832295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.833737000, lastModified=2023-03-25 18:03:07.832295000, delta=1442000 ns, racy<=15000 ns 18:03:07.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.834060000, lastModified=2023-03-25 18:03:07.833295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.834060000, lastModified=2023-03-25 18:03:07.833295000, delta=765000 ns, racy<=15000 ns 18:03:07.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.834338000, lastModified=2023-03-25 18:03:07.833295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.834338000, lastModified=2023-03-25 18:03:07.833295000, delta=1043000 ns, racy<=15000 ns 18:03:07.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.834597000, lastModified=2023-03-25 18:03:07.833295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.834597000, lastModified=2023-03-25 18:03:07.833295000, delta=1302000 ns, racy<=15000 ns 18:03:07.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.834860000, lastModified=2023-03-25 18:03:07.833295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.833295000 to 2023-03-25 18:03:07.834295000 18:03:07.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.838655000, lastModified=2023-03-25 18:03:07.837295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.838655000, lastModified=2023-03-25 18:03:07.837295000, delta=1360000 ns, racy<=15000 ns 18:03:07.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.849722000, lastModified=2023-03-25 18:03:07.848295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.849722000, lastModified=2023-03-25 18:03:07.848295000, delta=1427000 ns, racy<=15000 ns 18:03:07.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.850031000, lastModified=2023-03-25 18:03:07.849295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.850031000, lastModified=2023-03-25 18:03:07.849295000, delta=736000 ns, racy<=15000 ns 18:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.850323000, lastModified=2023-03-25 18:03:07.849295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.850323000, lastModified=2023-03-25 18:03:07.849295000, delta=1028000 ns, racy<=15000 ns 18:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.850613000, lastModified=2023-03-25 18:03:07.849295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.850613000, lastModified=2023-03-25 18:03:07.849295000, delta=1318000 ns, racy<=15000 ns 18:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.850875000, lastModified=2023-03-25 18:03:07.849295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.849295000 to 2023-03-25 18:03:07.850295000 18:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.851139000, lastModified=2023-03-25 18:03:07.850295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.851139000, lastModified=2023-03-25 18:03:07.850295000, delta=844000 ns, racy<=15000 ns 18:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.851401000, lastModified=2023-03-25 18:03:07.850295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.851401000, lastModified=2023-03-25 18:03:07.850295000, delta=1106000 ns, racy<=15000 ns 18:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.851661000, lastModified=2023-03-25 18:03:07.850295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.851661000, lastModified=2023-03-25 18:03:07.850295000, delta=1366000 ns, racy<=15000 ns 18:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.851938000, lastModified=2023-03-25 18:03:07.851295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.851938000, lastModified=2023-03-25 18:03:07.851295000, delta=643000 ns, racy<=15000 ns 18:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.852211000, lastModified=2023-03-25 18:03:07.851295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.852211000, lastModified=2023-03-25 18:03:07.851295000, delta=916000 ns, racy<=15000 ns 18:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.852485000, lastModified=2023-03-25 18:03:07.851295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.852485000, lastModified=2023-03-25 18:03:07.851295000, delta=1190000 ns, racy<=15000 ns 18:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.852745000, lastModified=2023-03-25 18:03:07.851295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.852745000, lastModified=2023-03-25 18:03:07.851295000, delta=1450000 ns, racy<=15000 ns 18:03:07.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.853019000, lastModified=2023-03-25 18:03:07.852295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.853019000, lastModified=2023-03-25 18:03:07.852295000, delta=724000 ns, racy<=15000 ns 18:03:07.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.853307000, lastModified=2023-03-25 18:03:07.852295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.853307000, lastModified=2023-03-25 18:03:07.852295000, delta=1012000 ns, racy<=15000 ns 18:03:07.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.853571000, lastModified=2023-03-25 18:03:07.852295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.853571000, lastModified=2023-03-25 18:03:07.852295000, delta=1276000 ns, racy<=15000 ns 18:03:07.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.853848000, lastModified=2023-03-25 18:03:07.852295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.852295000 to 2023-03-25 18:03:07.853295000 18:03:07.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.854117000, lastModified=2023-03-25 18:03:07.853295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.854117000, lastModified=2023-03-25 18:03:07.853295000, delta=822000 ns, racy<=15000 ns 18:03:07.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.854379000, lastModified=2023-03-25 18:03:07.853295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.854379000, lastModified=2023-03-25 18:03:07.853295000, delta=1084000 ns, racy<=15000 ns 18:03:07.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.854674000, lastModified=2023-03-25 18:03:07.853295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.854674000, lastModified=2023-03-25 18:03:07.853295000, delta=1379000 ns, racy<=15000 ns 18:03:07.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.854958000, lastModified=2023-03-25 18:03:07.854295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.854958000, lastModified=2023-03-25 18:03:07.854295000, delta=663000 ns, racy<=15000 ns 18:03:07.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.855230000, lastModified=2023-03-25 18:03:07.854295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.855230000, lastModified=2023-03-25 18:03:07.854295000, delta=935000 ns, racy<=15000 ns 18:03:07.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.855532000, lastModified=2023-03-25 18:03:07.854295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.855532000, lastModified=2023-03-25 18:03:07.854295000, delta=1237000 ns, racy<=15000 ns 18:03:07.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.855813000, lastModified=2023-03-25 18:03:07.854295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.855 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.854295000 to 2023-03-25 18:03:07.855295000 18:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.856078000, lastModified=2023-03-25 18:03:07.855295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.856078000, lastModified=2023-03-25 18:03:07.855295000, delta=783000 ns, racy<=15000 ns 18:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.856350000, lastModified=2023-03-25 18:03:07.855295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.856350000, lastModified=2023-03-25 18:03:07.855295000, delta=1055000 ns, racy<=15000 ns 18:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.856609000, lastModified=2023-03-25 18:03:07.855295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.856609000, lastModified=2023-03-25 18:03:07.855295000, delta=1314000 ns, racy<=15000 ns 18:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.856 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.856869000, lastModified=2023-03-25 18:03:07.855295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.855295000 to 2023-03-25 18:03:07.856295000 18:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.857142000, lastModified=2023-03-25 18:03:07.856295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.857142000, lastModified=2023-03-25 18:03:07.856295000, delta=847000 ns, racy<=15000 ns 18:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.857417000, lastModified=2023-03-25 18:03:07.856295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.857417000, lastModified=2023-03-25 18:03:07.856295000, delta=1122000 ns, racy<=15000 ns 18:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.857675000, lastModified=2023-03-25 18:03:07.856295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.857675000, lastModified=2023-03-25 18:03:07.856295000, delta=1380000 ns, racy<=15000 ns 18:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.857 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.857941000, lastModified=2023-03-25 18:03:07.857295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.857941000, lastModified=2023-03-25 18:03:07.857295000, delta=646000 ns, racy<=15000 ns 18:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.858230000, lastModified=2023-03-25 18:03:07.857295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.858230000, lastModified=2023-03-25 18:03:07.857295000, delta=935000 ns, racy<=15000 ns 18:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.858505000, lastModified=2023-03-25 18:03:07.857295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.858505000, lastModified=2023-03-25 18:03:07.857295000, delta=1210000 ns, racy<=15000 ns 18:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.858 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.858782000, lastModified=2023-03-25 18:03:07.857295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.857295000 to 2023-03-25 18:03:07.858295000 18:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.859219000, lastModified=2023-03-25 18:03:07.858295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.859219000, lastModified=2023-03-25 18:03:07.858295000, delta=924000 ns, racy<=15000 ns 18:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.859492000, lastModified=2023-03-25 18:03:07.858295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.859492000, lastModified=2023-03-25 18:03:07.858295000, delta=1197000 ns, racy<=15000 ns 18:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.859755000, lastModified=2023-03-25 18:03:07.858295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.859755000, lastModified=2023-03-25 18:03:07.858295000, delta=1460000 ns, racy<=15000 ns 18:03:07.859 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.860035000, lastModified=2023-03-25 18:03:07.859295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.860035000, lastModified=2023-03-25 18:03:07.859295000, delta=740000 ns, racy<=15000 ns 18:03:07.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.860333000, lastModified=2023-03-25 18:03:07.859295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.860333000, lastModified=2023-03-25 18:03:07.859295000, delta=1038000 ns, racy<=15000 ns 18:03:07.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.860604000, lastModified=2023-03-25 18:03:07.859295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.860604000, lastModified=2023-03-25 18:03:07.859295000, delta=1309000 ns, racy<=15000 ns 18:03:07.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.860 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.860872000, lastModified=2023-03-25 18:03:07.859295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.859295000 to 2023-03-25 18:03:07.860295000 18:03:07.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.861140000, lastModified=2023-03-25 18:03:07.860295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.861140000, lastModified=2023-03-25 18:03:07.860295000, delta=845000 ns, racy<=15000 ns 18:03:07.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.861408000, lastModified=2023-03-25 18:03:07.860295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.861408000, lastModified=2023-03-25 18:03:07.860295000, delta=1113000 ns, racy<=15000 ns 18:03:07.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.861672000, lastModified=2023-03-25 18:03:07.860295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.861672000, lastModified=2023-03-25 18:03:07.860295000, delta=1377000 ns, racy<=15000 ns 18:03:07.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.861954000, lastModified=2023-03-25 18:03:07.861295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.861954000, lastModified=2023-03-25 18:03:07.861295000, delta=659000 ns, racy<=15000 ns 18:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.862228000, lastModified=2023-03-25 18:03:07.861295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.862228000, lastModified=2023-03-25 18:03:07.861295000, delta=933000 ns, racy<=15000 ns 18:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.862496000, lastModified=2023-03-25 18:03:07.861295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.862496000, lastModified=2023-03-25 18:03:07.861295000, delta=1201000 ns, racy<=15000 ns 18:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.862760000, lastModified=2023-03-25 18:03:07.861295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.862760000, lastModified=2023-03-25 18:03:07.861295000, delta=1465000 ns, racy<=15000 ns 18:03:07.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.863041000, lastModified=2023-03-25 18:03:07.862295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.863041000, lastModified=2023-03-25 18:03:07.862295000, delta=746000 ns, racy<=15000 ns 18:03:07.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.863311000, lastModified=2023-03-25 18:03:07.862295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.863311000, lastModified=2023-03-25 18:03:07.862295000, delta=1016000 ns, racy<=15000 ns 18:03:07.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.868440000, lastModified=2023-03-25 18:03:07.862295000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.862295000 to 2023-03-25 18:03:07.867296000 18:03:07.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.868738000, lastModified=2023-03-25 18:03:07.867296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.868738000, lastModified=2023-03-25 18:03:07.867296000, delta=1442000 ns, racy<=15000 ns 18:03:07.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.869011000, lastModified=2023-03-25 18:03:07.868296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.869011000, lastModified=2023-03-25 18:03:07.868296000, delta=715000 ns, racy<=15000 ns 18:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.869293000, lastModified=2023-03-25 18:03:07.868296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.869293000, lastModified=2023-03-25 18:03:07.868296000, delta=997000 ns, racy<=15000 ns 18:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.869544000, lastModified=2023-03-25 18:03:07.868296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.869544000, lastModified=2023-03-25 18:03:07.868296000, delta=1248000 ns, racy<=15000 ns 18:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.869800000, lastModified=2023-03-25 18:03:07.868296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.868296000 to 2023-03-25 18:03:07.869296000 18:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.870050000, lastModified=2023-03-25 18:03:07.869296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.870050000, lastModified=2023-03-25 18:03:07.869296000, delta=754000 ns, racy<=15000 ns 18:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.870308000, lastModified=2023-03-25 18:03:07.869296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.870308000, lastModified=2023-03-25 18:03:07.869296000, delta=1012000 ns, racy<=15000 ns 18:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.870558000, lastModified=2023-03-25 18:03:07.869296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.870558000, lastModified=2023-03-25 18:03:07.869296000, delta=1262000 ns, racy<=15000 ns 18:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.870806000, lastModified=2023-03-25 18:03:07.869296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.869296000 to 2023-03-25 18:03:07.870296000 18:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.871053000, lastModified=2023-03-25 18:03:07.870296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.871053000, lastModified=2023-03-25 18:03:07.870296000, delta=757000 ns, racy<=15000 ns 18:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.871316000, lastModified=2023-03-25 18:03:07.870296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.871316000, lastModified=2023-03-25 18:03:07.870296000, delta=1020000 ns, racy<=15000 ns 18:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.871564000, lastModified=2023-03-25 18:03:07.870296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.871564000, lastModified=2023-03-25 18:03:07.870296000, delta=1268000 ns, racy<=15000 ns 18:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.871814000, lastModified=2023-03-25 18:03:07.870296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.870296000 to 2023-03-25 18:03:07.871296000 18:03:07.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.872126000, lastModified=2023-03-25 18:03:07.871296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.872126000, lastModified=2023-03-25 18:03:07.871296000, delta=830000 ns, racy<=15000 ns 18:03:07.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.872423000, lastModified=2023-03-25 18:03:07.871296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.872423000, lastModified=2023-03-25 18:03:07.871296000, delta=1127000 ns, racy<=15000 ns 18:03:07.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.872677000, lastModified=2023-03-25 18:03:07.871296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.872677000, lastModified=2023-03-25 18:03:07.871296000, delta=1381000 ns, racy<=15000 ns 18:03:07.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.872964000, lastModified=2023-03-25 18:03:07.872296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.872964000, lastModified=2023-03-25 18:03:07.872296000, delta=668000 ns, racy<=15000 ns 18:03:07.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.873243000, lastModified=2023-03-25 18:03:07.872296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.873243000, lastModified=2023-03-25 18:03:07.872296000, delta=947000 ns, racy<=15000 ns 18:03:07.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.873513000, lastModified=2023-03-25 18:03:07.872296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.873513000, lastModified=2023-03-25 18:03:07.872296000, delta=1217000 ns, racy<=15000 ns 18:03:07.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.873767000, lastModified=2023-03-25 18:03:07.872296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.873767000, lastModified=2023-03-25 18:03:07.872296000, delta=1471000 ns, racy<=15000 ns 18:03:07.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.874037000, lastModified=2023-03-25 18:03:07.873296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.874037000, lastModified=2023-03-25 18:03:07.873296000, delta=741000 ns, racy<=15000 ns 18:03:07.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.874303000, lastModified=2023-03-25 18:03:07.873296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.874303000, lastModified=2023-03-25 18:03:07.873296000, delta=1007000 ns, racy<=15000 ns 18:03:07.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.874559000, lastModified=2023-03-25 18:03:07.873296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.874559000, lastModified=2023-03-25 18:03:07.873296000, delta=1263000 ns, racy<=15000 ns 18:03:07.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.874819000, lastModified=2023-03-25 18:03:07.873296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.873296000 to 2023-03-25 18:03:07.874296000 18:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.875070000, lastModified=2023-03-25 18:03:07.874296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.875070000, lastModified=2023-03-25 18:03:07.874296000, delta=774000 ns, racy<=15000 ns 18:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.875337000, lastModified=2023-03-25 18:03:07.874296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.875337000, lastModified=2023-03-25 18:03:07.874296000, delta=1041000 ns, racy<=15000 ns 18:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.875591000, lastModified=2023-03-25 18:03:07.874296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.875591000, lastModified=2023-03-25 18:03:07.874296000, delta=1295000 ns, racy<=15000 ns 18:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.875849000, lastModified=2023-03-25 18:03:07.874296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.874296000 to 2023-03-25 18:03:07.875296000 18:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.876110000, lastModified=2023-03-25 18:03:07.875296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.876110000, lastModified=2023-03-25 18:03:07.875296000, delta=814000 ns, racy<=15000 ns 18:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.876370000, lastModified=2023-03-25 18:03:07.875296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.876370000, lastModified=2023-03-25 18:03:07.875296000, delta=1074000 ns, racy<=15000 ns 18:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.876623000, lastModified=2023-03-25 18:03:07.875296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.876623000, lastModified=2023-03-25 18:03:07.875296000, delta=1327000 ns, racy<=15000 ns 18:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.876872000, lastModified=2023-03-25 18:03:07.875296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.875296000 to 2023-03-25 18:03:07.876296000 18:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.877137000, lastModified=2023-03-25 18:03:07.876296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.877137000, lastModified=2023-03-25 18:03:07.876296000, delta=841000 ns, racy<=15000 ns 18:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.877404000, lastModified=2023-03-25 18:03:07.876296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.877404000, lastModified=2023-03-25 18:03:07.876296000, delta=1108000 ns, racy<=15000 ns 18:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.877660000, lastModified=2023-03-25 18:03:07.876296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.877660000, lastModified=2023-03-25 18:03:07.876296000, delta=1364000 ns, racy<=15000 ns 18:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.877 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.877925000, lastModified=2023-03-25 18:03:07.876296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.876296000 to 2023-03-25 18:03:07.877296000 18:03:07.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.878178000, lastModified=2023-03-25 18:03:07.877296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.878178000, lastModified=2023-03-25 18:03:07.877296000, delta=882000 ns, racy<=15000 ns 18:03:07.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.878434000, lastModified=2023-03-25 18:03:07.877296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.878434000, lastModified=2023-03-25 18:03:07.877296000, delta=1138000 ns, racy<=15000 ns 18:03:07.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.878691000, lastModified=2023-03-25 18:03:07.877296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.878691000, lastModified=2023-03-25 18:03:07.877296000, delta=1395000 ns, racy<=15000 ns 18:03:07.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.878 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.878957000, lastModified=2023-03-25 18:03:07.878296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.878957000, lastModified=2023-03-25 18:03:07.878296000, delta=661000 ns, racy<=15000 ns 18:03:07.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.879230000, lastModified=2023-03-25 18:03:07.878296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.879230000, lastModified=2023-03-25 18:03:07.878296000, delta=934000 ns, racy<=15000 ns 18:03:07.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.879520000, lastModified=2023-03-25 18:03:07.878296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.879520000, lastModified=2023-03-25 18:03:07.878296000, delta=1224000 ns, racy<=15000 ns 18:03:07.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.879776000, lastModified=2023-03-25 18:03:07.878296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.879776000, lastModified=2023-03-25 18:03:07.878296000, delta=1480000 ns, racy<=15000 ns 18:03:07.879 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.880067000, lastModified=2023-03-25 18:03:07.879296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.880067000, lastModified=2023-03-25 18:03:07.879296000, delta=771000 ns, racy<=15000 ns 18:03:07.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.880345000, lastModified=2023-03-25 18:03:07.879296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.880345000, lastModified=2023-03-25 18:03:07.879296000, delta=1049000 ns, racy<=15000 ns 18:03:07.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.880592000, lastModified=2023-03-25 18:03:07.879296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.880592000, lastModified=2023-03-25 18:03:07.879296000, delta=1296000 ns, racy<=15000 ns 18:03:07.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.880838000, lastModified=2023-03-25 18:03:07.879296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.880 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.879296000 to 2023-03-25 18:03:07.880296000 18:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.881087000, lastModified=2023-03-25 18:03:07.880296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.881087000, lastModified=2023-03-25 18:03:07.880296000, delta=791000 ns, racy<=15000 ns 18:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.881363000, lastModified=2023-03-25 18:03:07.880296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.881363000, lastModified=2023-03-25 18:03:07.880296000, delta=1067000 ns, racy<=15000 ns 18:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.881608000, lastModified=2023-03-25 18:03:07.880296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.881608000, lastModified=2023-03-25 18:03:07.880296000, delta=1312000 ns, racy<=15000 ns 18:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.881869000, lastModified=2023-03-25 18:03:07.880296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.880296000 to 2023-03-25 18:03:07.881296000 18:03:07.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.886708000, lastModified=2023-03-25 18:03:07.885296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.886708000, lastModified=2023-03-25 18:03:07.885296000, delta=1412000 ns, racy<=15000 ns 18:03:07.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.887024000, lastModified=2023-03-25 18:03:07.886296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.887024000, lastModified=2023-03-25 18:03:07.886296000, delta=728000 ns, racy<=15000 ns 18:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.887294000, lastModified=2023-03-25 18:03:07.886296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.887294000, lastModified=2023-03-25 18:03:07.886296000, delta=998000 ns, racy<=15000 ns 18:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.887534000, lastModified=2023-03-25 18:03:07.886296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.887534000, lastModified=2023-03-25 18:03:07.886296000, delta=1238000 ns, racy<=15000 ns 18:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.887783000, lastModified=2023-03-25 18:03:07.886296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.887783000, lastModified=2023-03-25 18:03:07.886296000, delta=1487000 ns, racy<=15000 ns 18:03:07.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.888040000, lastModified=2023-03-25 18:03:07.887296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.888040000, lastModified=2023-03-25 18:03:07.887296000, delta=744000 ns, racy<=15000 ns 18:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.888291000, lastModified=2023-03-25 18:03:07.887296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.888291000, lastModified=2023-03-25 18:03:07.887296000, delta=995000 ns, racy<=15000 ns 18:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.888569000, lastModified=2023-03-25 18:03:07.887296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.888569000, lastModified=2023-03-25 18:03:07.887296000, delta=1273000 ns, racy<=15000 ns 18:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.888818000, lastModified=2023-03-25 18:03:07.887296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.887296000 to 2023-03-25 18:03:07.888296000 18:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.889065000, lastModified=2023-03-25 18:03:07.888296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.889065000, lastModified=2023-03-25 18:03:07.888296000, delta=769000 ns, racy<=15000 ns 18:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.889337000, lastModified=2023-03-25 18:03:07.888296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.889337000, lastModified=2023-03-25 18:03:07.888296000, delta=1041000 ns, racy<=15000 ns 18:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.889652000, lastModified=2023-03-25 18:03:07.888296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.889652000, lastModified=2023-03-25 18:03:07.888296000, delta=1356000 ns, racy<=15000 ns 18:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.889943000, lastModified=2023-03-25 18:03:07.889296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.889943000, lastModified=2023-03-25 18:03:07.889296000, delta=647000 ns, racy<=15000 ns 18:03:07.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.890215000, lastModified=2023-03-25 18:03:07.889296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.890215000, lastModified=2023-03-25 18:03:07.889296000, delta=919000 ns, racy<=15000 ns 18:03:07.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.890468000, lastModified=2023-03-25 18:03:07.889296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.890468000, lastModified=2023-03-25 18:03:07.889296000, delta=1172000 ns, racy<=15000 ns 18:03:07.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.890701000, lastModified=2023-03-25 18:03:07.889296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.890701000, lastModified=2023-03-25 18:03:07.889296000, delta=1405000 ns, racy<=15000 ns 18:03:07.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.890982000, lastModified=2023-03-25 18:03:07.890296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.890982000, lastModified=2023-03-25 18:03:07.890296000, delta=686000 ns, racy<=15000 ns 18:03:07.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.891241000, lastModified=2023-03-25 18:03:07.890296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.891241000, lastModified=2023-03-25 18:03:07.890296000, delta=945000 ns, racy<=15000 ns 18:03:07.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.891481000, lastModified=2023-03-25 18:03:07.890296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.891481000, lastModified=2023-03-25 18:03:07.890296000, delta=1185000 ns, racy<=15000 ns 18:03:07.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.891728000, lastModified=2023-03-25 18:03:07.890296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.891728000, lastModified=2023-03-25 18:03:07.890296000, delta=1432000 ns, racy<=15000 ns 18:03:07.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.892026000, lastModified=2023-03-25 18:03:07.891296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.892026000, lastModified=2023-03-25 18:03:07.891296000, delta=730000 ns, racy<=15000 ns 18:03:07.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.892291000, lastModified=2023-03-25 18:03:07.891296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.892291000, lastModified=2023-03-25 18:03:07.891296000, delta=995000 ns, racy<=15000 ns 18:03:07.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.892534000, lastModified=2023-03-25 18:03:07.891296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.892534000, lastModified=2023-03-25 18:03:07.891296000, delta=1238000 ns, racy<=15000 ns 18:03:07.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.892786000, lastModified=2023-03-25 18:03:07.891296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.892786000, lastModified=2023-03-25 18:03:07.891296000, delta=1490000 ns, racy<=15000 ns 18:03:07.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.893042000, lastModified=2023-03-25 18:03:07.892296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.893042000, lastModified=2023-03-25 18:03:07.892296000, delta=746000 ns, racy<=15000 ns 18:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.893295000, lastModified=2023-03-25 18:03:07.892296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.893295000, lastModified=2023-03-25 18:03:07.892296000, delta=999000 ns, racy<=15000 ns 18:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.893534000, lastModified=2023-03-25 18:03:07.892296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.893534000, lastModified=2023-03-25 18:03:07.892296000, delta=1238000 ns, racy<=15000 ns 18:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.893769000, lastModified=2023-03-25 18:03:07.892296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.893769000, lastModified=2023-03-25 18:03:07.892296000, delta=1473000 ns, racy<=15000 ns 18:03:07.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.894070000, lastModified=2023-03-25 18:03:07.893296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.894070000, lastModified=2023-03-25 18:03:07.893296000, delta=774000 ns, racy<=15000 ns 18:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.894323000, lastModified=2023-03-25 18:03:07.893296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.894323000, lastModified=2023-03-25 18:03:07.893296000, delta=1027000 ns, racy<=15000 ns 18:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.894559000, lastModified=2023-03-25 18:03:07.893296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.894559000, lastModified=2023-03-25 18:03:07.893296000, delta=1263000 ns, racy<=15000 ns 18:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.894798000, lastModified=2023-03-25 18:03:07.893296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.894798000, lastModified=2023-03-25 18:03:07.893296000, delta=1502000 ns, racy<=15000 ns 18:03:07.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.895044000, lastModified=2023-03-25 18:03:07.894296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.895044000, lastModified=2023-03-25 18:03:07.894296000, delta=748000 ns, racy<=15000 ns 18:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.895292000, lastModified=2023-03-25 18:03:07.894296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.895292000, lastModified=2023-03-25 18:03:07.894296000, delta=996000 ns, racy<=15000 ns 18:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.895531000, lastModified=2023-03-25 18:03:07.894296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.895531000, lastModified=2023-03-25 18:03:07.894296000, delta=1235000 ns, racy<=15000 ns 18:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.895770000, lastModified=2023-03-25 18:03:07.894296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.895770000, lastModified=2023-03-25 18:03:07.894296000, delta=1474000 ns, racy<=15000 ns 18:03:07.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.896012000, lastModified=2023-03-25 18:03:07.895296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.896012000, lastModified=2023-03-25 18:03:07.895296000, delta=716000 ns, racy<=15000 ns 18:03:07.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.896260000, lastModified=2023-03-25 18:03:07.895296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.896260000, lastModified=2023-03-25 18:03:07.895296000, delta=964000 ns, racy<=15000 ns 18:03:07.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.896503000, lastModified=2023-03-25 18:03:07.895296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.896503000, lastModified=2023-03-25 18:03:07.895296000, delta=1207000 ns, racy<=15000 ns 18:03:07.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.896739000, lastModified=2023-03-25 18:03:07.895296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.896739000, lastModified=2023-03-25 18:03:07.895296000, delta=1443000 ns, racy<=15000 ns 18:03:07.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.896997000, lastModified=2023-03-25 18:03:07.896296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.896997000, lastModified=2023-03-25 18:03:07.896296000, delta=701000 ns, racy<=15000 ns 18:03:07.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.897248000, lastModified=2023-03-25 18:03:07.896296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.897248000, lastModified=2023-03-25 18:03:07.896296000, delta=952000 ns, racy<=15000 ns 18:03:07.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.897530000, lastModified=2023-03-25 18:03:07.896296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.897530000, lastModified=2023-03-25 18:03:07.896296000, delta=1234000 ns, racy<=15000 ns 18:03:07.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.897790000, lastModified=2023-03-25 18:03:07.896296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.897790000, lastModified=2023-03-25 18:03:07.896296000, delta=1494000 ns, racy<=15000 ns 18:03:07.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.898045000, lastModified=2023-03-25 18:03:07.897296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.898045000, lastModified=2023-03-25 18:03:07.897296000, delta=749000 ns, racy<=15000 ns 18:03:07.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.898324000, lastModified=2023-03-25 18:03:07.897296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.898324000, lastModified=2023-03-25 18:03:07.897296000, delta=1028000 ns, racy<=15000 ns 18:03:07.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.898577000, lastModified=2023-03-25 18:03:07.897296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.898577000, lastModified=2023-03-25 18:03:07.897296000, delta=1281000 ns, racy<=15000 ns 18:03:07.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.898829000, lastModified=2023-03-25 18:03:07.897296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.898 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.897296000 to 2023-03-25 18:03:07.898296000 18:03:07.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.899078000, lastModified=2023-03-25 18:03:07.898296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.899078000, lastModified=2023-03-25 18:03:07.898296000, delta=782000 ns, racy<=15000 ns 18:03:07.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.899345000, lastModified=2023-03-25 18:03:07.898296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.899345000, lastModified=2023-03-25 18:03:07.898296000, delta=1049000 ns, racy<=15000 ns 18:03:07.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.899592000, lastModified=2023-03-25 18:03:07.898296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.899592000, lastModified=2023-03-25 18:03:07.898296000, delta=1296000 ns, racy<=15000 ns 18:03:07.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.903415000, lastModified=2023-03-25 18:03:07.898296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.898296000 to 2023-03-25 18:03:07.902296000 18:03:07.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.903696000, lastModified=2023-03-25 18:03:07.902296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.903696000, lastModified=2023-03-25 18:03:07.902296000, delta=1400000 ns, racy<=15000 ns 18:03:07.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.903968000, lastModified=2023-03-25 18:03:07.903296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.903968000, lastModified=2023-03-25 18:03:07.903296000, delta=672000 ns, racy<=15000 ns 18:03:07.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.904244000, lastModified=2023-03-25 18:03:07.903296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.904244000, lastModified=2023-03-25 18:03:07.903296000, delta=948000 ns, racy<=15000 ns 18:03:07.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.904495000, lastModified=2023-03-25 18:03:07.903296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.904495000, lastModified=2023-03-25 18:03:07.903296000, delta=1199000 ns, racy<=15000 ns 18:03:07.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.904752000, lastModified=2023-03-25 18:03:07.903296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.904752000, lastModified=2023-03-25 18:03:07.903296000, delta=1456000 ns, racy<=15000 ns 18:03:07.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.905011000, lastModified=2023-03-25 18:03:07.904296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.905011000, lastModified=2023-03-25 18:03:07.904296000, delta=715000 ns, racy<=15000 ns 18:03:07.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.905330000, lastModified=2023-03-25 18:03:07.904296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.905330000, lastModified=2023-03-25 18:03:07.904296000, delta=1034000 ns, racy<=15000 ns 18:03:07.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.905578000, lastModified=2023-03-25 18:03:07.904296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.905578000, lastModified=2023-03-25 18:03:07.904296000, delta=1282000 ns, racy<=15000 ns 18:03:07.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.905822000, lastModified=2023-03-25 18:03:07.904296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.904296000 to 2023-03-25 18:03:07.905296000 18:03:07.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.906063000, lastModified=2023-03-25 18:03:07.905296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.906063000, lastModified=2023-03-25 18:03:07.905296000, delta=767000 ns, racy<=15000 ns 18:03:07.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.906343000, lastModified=2023-03-25 18:03:07.905296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.906343000, lastModified=2023-03-25 18:03:07.905296000, delta=1047000 ns, racy<=15000 ns 18:03:07.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.906592000, lastModified=2023-03-25 18:03:07.905296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.906592000, lastModified=2023-03-25 18:03:07.905296000, delta=1296000 ns, racy<=15000 ns 18:03:07.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.906837000, lastModified=2023-03-25 18:03:07.905296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.905296000 to 2023-03-25 18:03:07.906296000 18:03:07.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.907074000, lastModified=2023-03-25 18:03:07.906296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.907074000, lastModified=2023-03-25 18:03:07.906296000, delta=778000 ns, racy<=15000 ns 18:03:07.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.907347000, lastModified=2023-03-25 18:03:07.906296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.907347000, lastModified=2023-03-25 18:03:07.906296000, delta=1051000 ns, racy<=15000 ns 18:03:07.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.907593000, lastModified=2023-03-25 18:03:07.906296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.907593000, lastModified=2023-03-25 18:03:07.906296000, delta=1297000 ns, racy<=15000 ns 18:03:07.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.907848000, lastModified=2023-03-25 18:03:07.906296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.906296000 to 2023-03-25 18:03:07.907296000 18:03:07.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.908092000, lastModified=2023-03-25 18:03:07.907296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.908092000, lastModified=2023-03-25 18:03:07.907296000, delta=796000 ns, racy<=15000 ns 18:03:07.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.908353000, lastModified=2023-03-25 18:03:07.907296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.908353000, lastModified=2023-03-25 18:03:07.907296000, delta=1057000 ns, racy<=15000 ns 18:03:07.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.908619000, lastModified=2023-03-25 18:03:07.907296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.908619000, lastModified=2023-03-25 18:03:07.907296000, delta=1323000 ns, racy<=15000 ns 18:03:07.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.908900000, lastModified=2023-03-25 18:03:07.907296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.907296000 to 2023-03-25 18:03:07.908296000 18:03:07.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.909169000, lastModified=2023-03-25 18:03:07.908296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.909169000, lastModified=2023-03-25 18:03:07.908296000, delta=873000 ns, racy<=15000 ns 18:03:07.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.909456000, lastModified=2023-03-25 18:03:07.908296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.909456000, lastModified=2023-03-25 18:03:07.908296000, delta=1160000 ns, racy<=15000 ns 18:03:07.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.909746000, lastModified=2023-03-25 18:03:07.908296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.909746000, lastModified=2023-03-25 18:03:07.908296000, delta=1450000 ns, racy<=15000 ns 18:03:07.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.910097000, lastModified=2023-03-25 18:03:07.909296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.910097000, lastModified=2023-03-25 18:03:07.909296000, delta=801000 ns, racy<=15000 ns 18:03:07.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.910376000, lastModified=2023-03-25 18:03:07.909296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.910376000, lastModified=2023-03-25 18:03:07.909296000, delta=1080000 ns, racy<=15000 ns 18:03:07.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.910639000, lastModified=2023-03-25 18:03:07.909296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.910639000, lastModified=2023-03-25 18:03:07.909296000, delta=1343000 ns, racy<=15000 ns 18:03:07.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.910903000, lastModified=2023-03-25 18:03:07.909296000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.909296000 to 2023-03-25 18:03:07.910297000 18:03:07.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.911168000, lastModified=2023-03-25 18:03:07.910297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.911168000, lastModified=2023-03-25 18:03:07.910297000, delta=871000 ns, racy<=15000 ns 18:03:07.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.911433000, lastModified=2023-03-25 18:03:07.910297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.911433000, lastModified=2023-03-25 18:03:07.910297000, delta=1136000 ns, racy<=15000 ns 18:03:07.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.911695000, lastModified=2023-03-25 18:03:07.910297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.911695000, lastModified=2023-03-25 18:03:07.910297000, delta=1398000 ns, racy<=15000 ns 18:03:07.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.911996000, lastModified=2023-03-25 18:03:07.911297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.911996000, lastModified=2023-03-25 18:03:07.911297000, delta=699000 ns, racy<=15000 ns 18:03:07.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.912314000, lastModified=2023-03-25 18:03:07.911297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.912314000, lastModified=2023-03-25 18:03:07.911297000, delta=1017000 ns, racy<=15000 ns 18:03:07.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.912597000, lastModified=2023-03-25 18:03:07.911297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.912597000, lastModified=2023-03-25 18:03:07.911297000, delta=1300000 ns, racy<=15000 ns 18:03:07.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.912881000, lastModified=2023-03-25 18:03:07.911297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.911297000 to 2023-03-25 18:03:07.912297000 18:03:07.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.913167000, lastModified=2023-03-25 18:03:07.912297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.913167000, lastModified=2023-03-25 18:03:07.912297000, delta=870000 ns, racy<=15000 ns 18:03:07.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.913444000, lastModified=2023-03-25 18:03:07.912297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.913444000, lastModified=2023-03-25 18:03:07.912297000, delta=1147000 ns, racy<=15000 ns 18:03:07.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.913725000, lastModified=2023-03-25 18:03:07.912297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.913725000, lastModified=2023-03-25 18:03:07.912297000, delta=1428000 ns, racy<=15000 ns 18:03:07.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.914027000, lastModified=2023-03-25 18:03:07.913297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.914027000, lastModified=2023-03-25 18:03:07.913297000, delta=730000 ns, racy<=15000 ns 18:03:07.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.914301000, lastModified=2023-03-25 18:03:07.913297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.914301000, lastModified=2023-03-25 18:03:07.913297000, delta=1004000 ns, racy<=15000 ns 18:03:07.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.914562000, lastModified=2023-03-25 18:03:07.913297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.914562000, lastModified=2023-03-25 18:03:07.913297000, delta=1265000 ns, racy<=15000 ns 18:03:07.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.914825000, lastModified=2023-03-25 18:03:07.913297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.913297000 to 2023-03-25 18:03:07.914297000 18:03:07.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.915087000, lastModified=2023-03-25 18:03:07.914297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.915087000, lastModified=2023-03-25 18:03:07.914297000, delta=790000 ns, racy<=15000 ns 18:03:07.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.915370000, lastModified=2023-03-25 18:03:07.914297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.915370000, lastModified=2023-03-25 18:03:07.914297000, delta=1073000 ns, racy<=15000 ns 18:03:07.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.915633000, lastModified=2023-03-25 18:03:07.914297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.915633000, lastModified=2023-03-25 18:03:07.914297000, delta=1336000 ns, racy<=15000 ns 18:03:07.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.915 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.915899000, lastModified=2023-03-25 18:03:07.914297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.914297000 to 2023-03-25 18:03:07.915297000 18:03:07.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.916163000, lastModified=2023-03-25 18:03:07.915297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.916163000, lastModified=2023-03-25 18:03:07.915297000, delta=866000 ns, racy<=15000 ns 18:03:07.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.916428000, lastModified=2023-03-25 18:03:07.915297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.916428000, lastModified=2023-03-25 18:03:07.915297000, delta=1131000 ns, racy<=15000 ns 18:03:07.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.916717000, lastModified=2023-03-25 18:03:07.915297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.916717000, lastModified=2023-03-25 18:03:07.915297000, delta=1420000 ns, racy<=15000 ns 18:03:07.916 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.916992000, lastModified=2023-03-25 18:03:07.916297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.916992000, lastModified=2023-03-25 18:03:07.916297000, delta=695000 ns, racy<=15000 ns 18:03:07.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.917 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.917266000, lastModified=2023-03-25 18:03:07.916297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.917266000, lastModified=2023-03-25 18:03:07.916297000, delta=969000 ns, racy<=15000 ns 18:03:07.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.922164000, lastModified=2023-03-25 18:03:07.921297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.922164000, lastModified=2023-03-25 18:03:07.921297000, delta=867000 ns, racy<=15000 ns 18:03:07.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.922438000, lastModified=2023-03-25 18:03:07.921297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.922438000, lastModified=2023-03-25 18:03:07.921297000, delta=1141000 ns, racy<=15000 ns 18:03:07.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.922707000, lastModified=2023-03-25 18:03:07.921297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.922707000, lastModified=2023-03-25 18:03:07.921297000, delta=1410000 ns, racy<=15000 ns 18:03:07.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.922972000, lastModified=2023-03-25 18:03:07.922297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.922972000, lastModified=2023-03-25 18:03:07.922297000, delta=675000 ns, racy<=15000 ns 18:03:07.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.923244000, lastModified=2023-03-25 18:03:07.922297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.923244000, lastModified=2023-03-25 18:03:07.922297000, delta=947000 ns, racy<=15000 ns 18:03:07.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.923507000, lastModified=2023-03-25 18:03:07.922297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.923507000, lastModified=2023-03-25 18:03:07.922297000, delta=1210000 ns, racy<=15000 ns 18:03:07.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.923768000, lastModified=2023-03-25 18:03:07.922297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.923768000, lastModified=2023-03-25 18:03:07.922297000, delta=1471000 ns, racy<=15000 ns 18:03:07.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.924052000, lastModified=2023-03-25 18:03:07.923297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.924052000, lastModified=2023-03-25 18:03:07.923297000, delta=755000 ns, racy<=15000 ns 18:03:07.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.924323000, lastModified=2023-03-25 18:03:07.923297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.924323000, lastModified=2023-03-25 18:03:07.923297000, delta=1026000 ns, racy<=15000 ns 18:03:07.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.924621000, lastModified=2023-03-25 18:03:07.923297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.924621000, lastModified=2023-03-25 18:03:07.923297000, delta=1324000 ns, racy<=15000 ns 18:03:07.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.949724000, lastModified=2023-03-25 18:03:07.948297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.948297000 to 2023-03-25 18:03:07.949297000 18:03:07.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.950255000, lastModified=2023-03-25 18:03:07.949297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.950255000, lastModified=2023-03-25 18:03:07.949297000, delta=958000 ns, racy<=15000 ns 18:03:07.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.950628000, lastModified=2023-03-25 18:03:07.949297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.950628000, lastModified=2023-03-25 18:03:07.949297000, delta=1331000 ns, racy<=15000 ns 18:03:07.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.950957000, lastModified=2023-03-25 18:03:07.950297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.950957000, lastModified=2023-03-25 18:03:07.950297000, delta=660000 ns, racy<=15000 ns 18:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.951319000, lastModified=2023-03-25 18:03:07.950297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.951319000, lastModified=2023-03-25 18:03:07.950297000, delta=1022000 ns, racy<=15000 ns 18:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.951670000, lastModified=2023-03-25 18:03:07.950297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.951670000, lastModified=2023-03-25 18:03:07.950297000, delta=1373000 ns, racy<=15000 ns 18:03:07.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.951997000, lastModified=2023-03-25 18:03:07.951297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.951997000, lastModified=2023-03-25 18:03:07.951297000, delta=700000 ns, racy<=15000 ns 18:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.952361000, lastModified=2023-03-25 18:03:07.951297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.952361000, lastModified=2023-03-25 18:03:07.951297000, delta=1064000 ns, racy<=15000 ns 18:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.952666000, lastModified=2023-03-25 18:03:07.951297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.952666000, lastModified=2023-03-25 18:03:07.951297000, delta=1369000 ns, racy<=15000 ns 18:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.952968000, lastModified=2023-03-25 18:03:07.952297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.952968000, lastModified=2023-03-25 18:03:07.952297000, delta=671000 ns, racy<=15000 ns 18:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.953274000, lastModified=2023-03-25 18:03:07.952297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.953274000, lastModified=2023-03-25 18:03:07.952297000, delta=977000 ns, racy<=15000 ns 18:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.953571000, lastModified=2023-03-25 18:03:07.952297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.953571000, lastModified=2023-03-25 18:03:07.952297000, delta=1274000 ns, racy<=15000 ns 18:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.953831000, lastModified=2023-03-25 18:03:07.952297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.952297000 to 2023-03-25 18:03:07.953297000 18:03:07.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.954089000, lastModified=2023-03-25 18:03:07.953297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.954089000, lastModified=2023-03-25 18:03:07.953297000, delta=792000 ns, racy<=15000 ns 18:03:07.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.954368000, lastModified=2023-03-25 18:03:07.953297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.954368000, lastModified=2023-03-25 18:03:07.953297000, delta=1071000 ns, racy<=15000 ns 18:03:07.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.954637000, lastModified=2023-03-25 18:03:07.953297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.954637000, lastModified=2023-03-25 18:03:07.953297000, delta=1340000 ns, racy<=15000 ns 18:03:07.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.954 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.954905000, lastModified=2023-03-25 18:03:07.953297000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.953297000 to 2023-03-25 18:03:07.954298000 18:03:07.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.955167000, lastModified=2023-03-25 18:03:07.954298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.955167000, lastModified=2023-03-25 18:03:07.954298000, delta=869000 ns, racy<=15000 ns 18:03:07.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.955433000, lastModified=2023-03-25 18:03:07.954298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.955433000, lastModified=2023-03-25 18:03:07.954298000, delta=1135000 ns, racy<=15000 ns 18:03:07.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.955692000, lastModified=2023-03-25 18:03:07.954298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.955692000, lastModified=2023-03-25 18:03:07.954298000, delta=1394000 ns, racy<=15000 ns 18:03:07.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.955 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.955964000, lastModified=2023-03-25 18:03:07.955298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.955964000, lastModified=2023-03-25 18:03:07.955298000, delta=666000 ns, racy<=15000 ns 18:03:07.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.956241000, lastModified=2023-03-25 18:03:07.955298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.956241000, lastModified=2023-03-25 18:03:07.955298000, delta=943000 ns, racy<=15000 ns 18:03:07.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.956502000, lastModified=2023-03-25 18:03:07.955298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.956502000, lastModified=2023-03-25 18:03:07.955298000, delta=1204000 ns, racy<=15000 ns 18:03:07.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.956765000, lastModified=2023-03-25 18:03:07.955298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.956765000, lastModified=2023-03-25 18:03:07.955298000, delta=1467000 ns, racy<=15000 ns 18:03:07.956 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.957065000, lastModified=2023-03-25 18:03:07.956298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.957065000, lastModified=2023-03-25 18:03:07.956298000, delta=767000 ns, racy<=15000 ns 18:03:07.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.957354000, lastModified=2023-03-25 18:03:07.956298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.957354000, lastModified=2023-03-25 18:03:07.956298000, delta=1056000 ns, racy<=15000 ns 18:03:07.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.957624000, lastModified=2023-03-25 18:03:07.956298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.957624000, lastModified=2023-03-25 18:03:07.956298000, delta=1326000 ns, racy<=15000 ns 18:03:07.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.957 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.957901000, lastModified=2023-03-25 18:03:07.956298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.956298000 to 2023-03-25 18:03:07.957298000 18:03:07.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.958170000, lastModified=2023-03-25 18:03:07.957298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.958170000, lastModified=2023-03-25 18:03:07.957298000, delta=872000 ns, racy<=15000 ns 18:03:07.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.958441000, lastModified=2023-03-25 18:03:07.957298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.958441000, lastModified=2023-03-25 18:03:07.957298000, delta=1143000 ns, racy<=15000 ns 18:03:07.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.958706000, lastModified=2023-03-25 18:03:07.957298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.958706000, lastModified=2023-03-25 18:03:07.957298000, delta=1408000 ns, racy<=15000 ns 18:03:07.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.958988000, lastModified=2023-03-25 18:03:07.958298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.958988000, lastModified=2023-03-25 18:03:07.958298000, delta=690000 ns, racy<=15000 ns 18:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.959281000, lastModified=2023-03-25 18:03:07.958298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.959281000, lastModified=2023-03-25 18:03:07.958298000, delta=983000 ns, racy<=15000 ns 18:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.959547000, lastModified=2023-03-25 18:03:07.958298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.959547000, lastModified=2023-03-25 18:03:07.958298000, delta=1249000 ns, racy<=15000 ns 18:03:07.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.960006000, lastModified=2023-03-25 18:03:07.959298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.960006000, lastModified=2023-03-25 18:03:07.959298000, delta=708000 ns, racy<=15000 ns 18:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.960289000, lastModified=2023-03-25 18:03:07.959298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.960289000, lastModified=2023-03-25 18:03:07.959298000, delta=991000 ns, racy<=15000 ns 18:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.960554000, lastModified=2023-03-25 18:03:07.959298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.960554000, lastModified=2023-03-25 18:03:07.959298000, delta=1256000 ns, racy<=15000 ns 18:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.960820000, lastModified=2023-03-25 18:03:07.959298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.959298000 to 2023-03-25 18:03:07.960298000 18:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.961088000, lastModified=2023-03-25 18:03:07.960298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.961088000, lastModified=2023-03-25 18:03:07.960298000, delta=790000 ns, racy<=15000 ns 18:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.961369000, lastModified=2023-03-25 18:03:07.960298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.961369000, lastModified=2023-03-25 18:03:07.960298000, delta=1071000 ns, racy<=15000 ns 18:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.961629000, lastModified=2023-03-25 18:03:07.960298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.961629000, lastModified=2023-03-25 18:03:07.960298000, delta=1331000 ns, racy<=15000 ns 18:03:07.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.965123000, lastModified=2023-03-25 18:03:07.960298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.960298000 to 2023-03-25 18:03:07.964298000 18:03:07.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.965414000, lastModified=2023-03-25 18:03:07.964298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.965414000, lastModified=2023-03-25 18:03:07.964298000, delta=1116000 ns, racy<=15000 ns 18:03:07.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.965690000, lastModified=2023-03-25 18:03:07.964298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.965690000, lastModified=2023-03-25 18:03:07.964298000, delta=1392000 ns, racy<=15000 ns 18:03:07.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.965963000, lastModified=2023-03-25 18:03:07.965298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.965963000, lastModified=2023-03-25 18:03:07.965298000, delta=665000 ns, racy<=15000 ns 18:03:07.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.966244000, lastModified=2023-03-25 18:03:07.965298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.966244000, lastModified=2023-03-25 18:03:07.965298000, delta=946000 ns, racy<=15000 ns 18:03:07.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.966506000, lastModified=2023-03-25 18:03:07.965298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.966506000, lastModified=2023-03-25 18:03:07.965298000, delta=1208000 ns, racy<=15000 ns 18:03:07.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.966766000, lastModified=2023-03-25 18:03:07.965298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.966766000, lastModified=2023-03-25 18:03:07.965298000, delta=1468000 ns, racy<=15000 ns 18:03:07.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.967040000, lastModified=2023-03-25 18:03:07.966298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.967040000, lastModified=2023-03-25 18:03:07.966298000, delta=742000 ns, racy<=15000 ns 18:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.967307000, lastModified=2023-03-25 18:03:07.966298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.967307000, lastModified=2023-03-25 18:03:07.966298000, delta=1009000 ns, racy<=15000 ns 18:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.967567000, lastModified=2023-03-25 18:03:07.966298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.967567000, lastModified=2023-03-25 18:03:07.966298000, delta=1269000 ns, racy<=15000 ns 18:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.967823000, lastModified=2023-03-25 18:03:07.966298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.966298000 to 2023-03-25 18:03:07.967298000 18:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.968089000, lastModified=2023-03-25 18:03:07.967298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.968089000, lastModified=2023-03-25 18:03:07.967298000, delta=791000 ns, racy<=15000 ns 18:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.968363000, lastModified=2023-03-25 18:03:07.967298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.968363000, lastModified=2023-03-25 18:03:07.967298000, delta=1065000 ns, racy<=15000 ns 18:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.968651000, lastModified=2023-03-25 18:03:07.967298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.968651000, lastModified=2023-03-25 18:03:07.967298000, delta=1353000 ns, racy<=15000 ns 18:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.968934000, lastModified=2023-03-25 18:03:07.967298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.967298000 to 2023-03-25 18:03:07.968298000 18:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.969210000, lastModified=2023-03-25 18:03:07.968298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.969210000, lastModified=2023-03-25 18:03:07.968298000, delta=912000 ns, racy<=15000 ns 18:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.969473000, lastModified=2023-03-25 18:03:07.968298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.969473000, lastModified=2023-03-25 18:03:07.968298000, delta=1175000 ns, racy<=15000 ns 18:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.969730000, lastModified=2023-03-25 18:03:07.968298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.969730000, lastModified=2023-03-25 18:03:07.968298000, delta=1432000 ns, racy<=15000 ns 18:03:07.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.970006000, lastModified=2023-03-25 18:03:07.969298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.970006000, lastModified=2023-03-25 18:03:07.969298000, delta=708000 ns, racy<=15000 ns 18:03:07.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.970273000, lastModified=2023-03-25 18:03:07.969298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.970273000, lastModified=2023-03-25 18:03:07.969298000, delta=975000 ns, racy<=15000 ns 18:03:07.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.970535000, lastModified=2023-03-25 18:03:07.969298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.970535000, lastModified=2023-03-25 18:03:07.969298000, delta=1237000 ns, racy<=15000 ns 18:03:07.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.970806000, lastModified=2023-03-25 18:03:07.969298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.969298000 to 2023-03-25 18:03:07.970298000 18:03:07.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.971060000, lastModified=2023-03-25 18:03:07.970298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.971060000, lastModified=2023-03-25 18:03:07.970298000, delta=762000 ns, racy<=15000 ns 18:03:07.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.971331000, lastModified=2023-03-25 18:03:07.970298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.971331000, lastModified=2023-03-25 18:03:07.970298000, delta=1033000 ns, racy<=15000 ns 18:03:07.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.971590000, lastModified=2023-03-25 18:03:07.970298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.971590000, lastModified=2023-03-25 18:03:07.970298000, delta=1292000 ns, racy<=15000 ns 18:03:07.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.971850000, lastModified=2023-03-25 18:03:07.970298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.970298000 to 2023-03-25 18:03:07.971298000 18:03:07.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.972130000, lastModified=2023-03-25 18:03:07.971298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.972130000, lastModified=2023-03-25 18:03:07.971298000, delta=832000 ns, racy<=15000 ns 18:03:07.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.972398000, lastModified=2023-03-25 18:03:07.971298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.972398000, lastModified=2023-03-25 18:03:07.971298000, delta=1100000 ns, racy<=15000 ns 18:03:07.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.972656000, lastModified=2023-03-25 18:03:07.971298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.972656000, lastModified=2023-03-25 18:03:07.971298000, delta=1358000 ns, racy<=15000 ns 18:03:07.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.972932000, lastModified=2023-03-25 18:03:07.971298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.971298000 to 2023-03-25 18:03:07.972298000 18:03:07.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.973203000, lastModified=2023-03-25 18:03:07.972298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.973203000, lastModified=2023-03-25 18:03:07.972298000, delta=905000 ns, racy<=15000 ns 18:03:07.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.973472000, lastModified=2023-03-25 18:03:07.972298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.973472000, lastModified=2023-03-25 18:03:07.972298000, delta=1174000 ns, racy<=15000 ns 18:03:07.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.973732000, lastModified=2023-03-25 18:03:07.972298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.973732000, lastModified=2023-03-25 18:03:07.972298000, delta=1434000 ns, racy<=15000 ns 18:03:07.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.974055000, lastModified=2023-03-25 18:03:07.973298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.974055000, lastModified=2023-03-25 18:03:07.973298000, delta=757000 ns, racy<=15000 ns 18:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.974340000, lastModified=2023-03-25 18:03:07.973298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.974340000, lastModified=2023-03-25 18:03:07.973298000, delta=1042000 ns, racy<=15000 ns 18:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.974603000, lastModified=2023-03-25 18:03:07.973298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.974603000, lastModified=2023-03-25 18:03:07.973298000, delta=1305000 ns, racy<=15000 ns 18:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.974 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.974860000, lastModified=2023-03-25 18:03:07.973298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.973298000 to 2023-03-25 18:03:07.974298000 18:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.975127000, lastModified=2023-03-25 18:03:07.974298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.975127000, lastModified=2023-03-25 18:03:07.974298000, delta=829000 ns, racy<=15000 ns 18:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.975391000, lastModified=2023-03-25 18:03:07.974298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.975391000, lastModified=2023-03-25 18:03:07.974298000, delta=1093000 ns, racy<=15000 ns 18:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.975650000, lastModified=2023-03-25 18:03:07.974298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.975650000, lastModified=2023-03-25 18:03:07.974298000, delta=1352000 ns, racy<=15000 ns 18:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.975 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.975928000, lastModified=2023-03-25 18:03:07.974298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.974298000 to 2023-03-25 18:03:07.975298000 18:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.976200000, lastModified=2023-03-25 18:03:07.975298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.976200000, lastModified=2023-03-25 18:03:07.975298000, delta=902000 ns, racy<=15000 ns 18:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.976475000, lastModified=2023-03-25 18:03:07.975298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.976475000, lastModified=2023-03-25 18:03:07.975298000, delta=1177000 ns, racy<=15000 ns 18:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.976738000, lastModified=2023-03-25 18:03:07.975298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.976738000, lastModified=2023-03-25 18:03:07.975298000, delta=1440000 ns, racy<=15000 ns 18:03:07.976 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.977014000, lastModified=2023-03-25 18:03:07.976298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.977014000, lastModified=2023-03-25 18:03:07.976298000, delta=716000 ns, racy<=15000 ns 18:03:07.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.977296000, lastModified=2023-03-25 18:03:07.976298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.977296000, lastModified=2023-03-25 18:03:07.976298000, delta=998000 ns, racy<=15000 ns 18:03:07.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.977565000, lastModified=2023-03-25 18:03:07.976298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.977565000, lastModified=2023-03-25 18:03:07.976298000, delta=1267000 ns, racy<=15000 ns 18:03:07.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.977814000, lastModified=2023-03-25 18:03:07.976298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.977 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.976298000 to 2023-03-25 18:03:07.977298000 18:03:07.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.978089000, lastModified=2023-03-25 18:03:07.977298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.978089000, lastModified=2023-03-25 18:03:07.977298000, delta=791000 ns, racy<=15000 ns 18:03:07.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.978358000, lastModified=2023-03-25 18:03:07.977298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.978358000, lastModified=2023-03-25 18:03:07.977298000, delta=1060000 ns, racy<=15000 ns 18:03:07.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.978616000, lastModified=2023-03-25 18:03:07.977298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.978616000, lastModified=2023-03-25 18:03:07.977298000, delta=1318000 ns, racy<=15000 ns 18:03:07.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.978 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.978884000, lastModified=2023-03-25 18:03:07.977298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.977298000 to 2023-03-25 18:03:07.978298000 18:03:07.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.981817000, lastModified=2023-03-25 18:03:07.980298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.981 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.980298000 to 2023-03-25 18:03:07.981298000 18:03:07.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.982082000, lastModified=2023-03-25 18:03:07.981298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.982082000, lastModified=2023-03-25 18:03:07.981298000, delta=784000 ns, racy<=15000 ns 18:03:07.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.982356000, lastModified=2023-03-25 18:03:07.981298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.982356000, lastModified=2023-03-25 18:03:07.981298000, delta=1058000 ns, racy<=15000 ns 18:03:07.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.982626000, lastModified=2023-03-25 18:03:07.981298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.982626000, lastModified=2023-03-25 18:03:07.981298000, delta=1328000 ns, racy<=15000 ns 18:03:07.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.982 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.982904000, lastModified=2023-03-25 18:03:07.981298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.981298000 to 2023-03-25 18:03:07.982298000 18:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.983171000, lastModified=2023-03-25 18:03:07.982298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.983171000, lastModified=2023-03-25 18:03:07.982298000, delta=873000 ns, racy<=15000 ns 18:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.983419000, lastModified=2023-03-25 18:03:07.982298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.983419000, lastModified=2023-03-25 18:03:07.982298000, delta=1121000 ns, racy<=15000 ns 18:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.983669000, lastModified=2023-03-25 18:03:07.982298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.983669000, lastModified=2023-03-25 18:03:07.982298000, delta=1371000 ns, racy<=15000 ns 18:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.983929000, lastModified=2023-03-25 18:03:07.982298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.982298000 to 2023-03-25 18:03:07.983298000 18:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.984180000, lastModified=2023-03-25 18:03:07.983298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.984180000, lastModified=2023-03-25 18:03:07.983298000, delta=882000 ns, racy<=15000 ns 18:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.984439000, lastModified=2023-03-25 18:03:07.983298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.984439000, lastModified=2023-03-25 18:03:07.983298000, delta=1141000 ns, racy<=15000 ns 18:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.984691000, lastModified=2023-03-25 18:03:07.983298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.984691000, lastModified=2023-03-25 18:03:07.983298000, delta=1393000 ns, racy<=15000 ns 18:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.984980000, lastModified=2023-03-25 18:03:07.984298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.984980000, lastModified=2023-03-25 18:03:07.984298000, delta=682000 ns, racy<=15000 ns 18:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.985257000, lastModified=2023-03-25 18:03:07.984298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.985257000, lastModified=2023-03-25 18:03:07.984298000, delta=959000 ns, racy<=15000 ns 18:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.985518000, lastModified=2023-03-25 18:03:07.984298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.985518000, lastModified=2023-03-25 18:03:07.984298000, delta=1220000 ns, racy<=15000 ns 18:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.985772000, lastModified=2023-03-25 18:03:07.984298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.985772000, lastModified=2023-03-25 18:03:07.984298000, delta=1474000 ns, racy<=15000 ns 18:03:07.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.986058000, lastModified=2023-03-25 18:03:07.985298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.986058000, lastModified=2023-03-25 18:03:07.985298000, delta=760000 ns, racy<=15000 ns 18:03:07.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.986324000, lastModified=2023-03-25 18:03:07.985298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.986324000, lastModified=2023-03-25 18:03:07.985298000, delta=1026000 ns, racy<=15000 ns 18:03:07.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.986569000, lastModified=2023-03-25 18:03:07.985298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.986569000, lastModified=2023-03-25 18:03:07.985298000, delta=1271000 ns, racy<=15000 ns 18:03:07.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.986818000, lastModified=2023-03-25 18:03:07.985298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.985298000 to 2023-03-25 18:03:07.986298000 18:03:07.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.987073000, lastModified=2023-03-25 18:03:07.986298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.987073000, lastModified=2023-03-25 18:03:07.986298000, delta=775000 ns, racy<=15000 ns 18:03:07.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.987352000, lastModified=2023-03-25 18:03:07.986298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.987352000, lastModified=2023-03-25 18:03:07.986298000, delta=1054000 ns, racy<=15000 ns 18:03:07.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.987616000, lastModified=2023-03-25 18:03:07.986298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.987616000, lastModified=2023-03-25 18:03:07.986298000, delta=1318000 ns, racy<=15000 ns 18:03:07.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.987876000, lastModified=2023-03-25 18:03:07.986298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.986298000 to 2023-03-25 18:03:07.987298000 18:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.988139000, lastModified=2023-03-25 18:03:07.987298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.988139000, lastModified=2023-03-25 18:03:07.987298000, delta=841000 ns, racy<=15000 ns 18:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.988400000, lastModified=2023-03-25 18:03:07.987298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.988400000, lastModified=2023-03-25 18:03:07.987298000, delta=1102000 ns, racy<=15000 ns 18:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.988659000, lastModified=2023-03-25 18:03:07.987298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.988659000, lastModified=2023-03-25 18:03:07.987298000, delta=1361000 ns, racy<=15000 ns 18:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.988913000, lastModified=2023-03-25 18:03:07.987298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.987298000 to 2023-03-25 18:03:07.988298000 18:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.989160000, lastModified=2023-03-25 18:03:07.988298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.989160000, lastModified=2023-03-25 18:03:07.988298000, delta=862000 ns, racy<=15000 ns 18:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.989409000, lastModified=2023-03-25 18:03:07.988298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.989409000, lastModified=2023-03-25 18:03:07.988298000, delta=1111000 ns, racy<=15000 ns 18:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.989655000, lastModified=2023-03-25 18:03:07.988298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.989655000, lastModified=2023-03-25 18:03:07.988298000, delta=1357000 ns, racy<=15000 ns 18:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.989917000, lastModified=2023-03-25 18:03:07.988298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.988298000 to 2023-03-25 18:03:07.989298000 18:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.990165000, lastModified=2023-03-25 18:03:07.989298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.990165000, lastModified=2023-03-25 18:03:07.989298000, delta=867000 ns, racy<=15000 ns 18:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.990417000, lastModified=2023-03-25 18:03:07.989298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.990417000, lastModified=2023-03-25 18:03:07.989298000, delta=1119000 ns, racy<=15000 ns 18:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.990664000, lastModified=2023-03-25 18:03:07.989298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.990664000, lastModified=2023-03-25 18:03:07.989298000, delta=1366000 ns, racy<=15000 ns 18:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.990916000, lastModified=2023-03-25 18:03:07.989298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.989298000 to 2023-03-25 18:03:07.990298000 18:03:07.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.991159000, lastModified=2023-03-25 18:03:07.990298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.991159000, lastModified=2023-03-25 18:03:07.990298000, delta=861000 ns, racy<=15000 ns 18:03:07.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.991411000, lastModified=2023-03-25 18:03:07.990298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.991411000, lastModified=2023-03-25 18:03:07.990298000, delta=1113000 ns, racy<=15000 ns 18:03:07.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.991659000, lastModified=2023-03-25 18:03:07.990298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.991659000, lastModified=2023-03-25 18:03:07.990298000, delta=1361000 ns, racy<=15000 ns 18:03:07.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.991911000, lastModified=2023-03-25 18:03:07.990298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.990298000 to 2023-03-25 18:03:07.991298000 18:03:07.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.992173000, lastModified=2023-03-25 18:03:07.991298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.992173000, lastModified=2023-03-25 18:03:07.991298000, delta=875000 ns, racy<=15000 ns 18:03:07.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.992426000, lastModified=2023-03-25 18:03:07.991298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.992426000, lastModified=2023-03-25 18:03:07.991298000, delta=1128000 ns, racy<=15000 ns 18:03:07.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.992676000, lastModified=2023-03-25 18:03:07.991298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.992676000, lastModified=2023-03-25 18:03:07.991298000, delta=1378000 ns, racy<=15000 ns 18:03:07.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.992960000, lastModified=2023-03-25 18:03:07.991298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.991298000 to 2023-03-25 18:03:07.992298000 18:03:07.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.993205000, lastModified=2023-03-25 18:03:07.992298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.993205000, lastModified=2023-03-25 18:03:07.992298000, delta=907000 ns, racy<=15000 ns 18:03:07.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.993452000, lastModified=2023-03-25 18:03:07.992298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.993452000, lastModified=2023-03-25 18:03:07.992298000, delta=1154000 ns, racy<=15000 ns 18:03:07.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.993774000, lastModified=2023-03-25 18:03:07.992298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.992298000 to 2023-03-25 18:03:07.993298000 18:03:07.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.994133000, lastModified=2023-03-25 18:03:07.993298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.994133000, lastModified=2023-03-25 18:03:07.993298000, delta=835000 ns, racy<=15000 ns 18:03:07.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.994470000, lastModified=2023-03-25 18:03:07.993298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.994470000, lastModified=2023-03-25 18:03:07.993298000, delta=1172000 ns, racy<=15000 ns 18:03:07.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.994733000, lastModified=2023-03-25 18:03:07.993298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.994733000, lastModified=2023-03-25 18:03:07.993298000, delta=1435000 ns, racy<=15000 ns 18:03:07.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.995000000, lastModified=2023-03-25 18:03:07.994298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.995000000, lastModified=2023-03-25 18:03:07.994298000, delta=702000 ns, racy<=15000 ns 18:03:07.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.998 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.998927000, lastModified=2023-03-25 18:03:07.994298000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:07.994298000 to 2023-03-25 18:03:07.998299000 18:03:07.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.999217000, lastModified=2023-03-25 18:03:07.998299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.999217000, lastModified=2023-03-25 18:03:07.998299000, delta=918000 ns, racy<=15000 ns 18:03:07.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.999473000, lastModified=2023-03-25 18:03:07.998299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.999473000, lastModified=2023-03-25 18:03:07.998299000, delta=1174000 ns, racy<=15000 ns 18:03:07.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:07.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:07.999734000, lastModified=2023-03-25 18:03:07.998299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:07.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:07.999734000, lastModified=2023-03-25 18:03:07.998299000, delta=1435000 ns, racy<=15000 ns 18:03:07.999 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.000000000, lastModified=2023-03-25 18:03:07.999299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.000000000, lastModified=2023-03-25 18:03:07.999299000, delta=701000 ns, racy<=15000 ns 18:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.000271000, lastModified=2023-03-25 18:03:07.999299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.000271000, lastModified=2023-03-25 18:03:07.999299000, delta=972000 ns, racy<=15000 ns 18:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.000525000, lastModified=2023-03-25 18:03:07.999299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.000525000, lastModified=2023-03-25 18:03:07.999299000, delta=1226000 ns, racy<=15000 ns 18:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.000771000, lastModified=2023-03-25 18:03:07.999299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.000771000, lastModified=2023-03-25 18:03:07.999299000, delta=1472000 ns, racy<=15000 ns 18:03:08.000 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.001074000, lastModified=2023-03-25 18:03:08.000299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.001074000, lastModified=2023-03-25 18:03:08.000299000, delta=775000 ns, racy<=15000 ns 18:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.001344000, lastModified=2023-03-25 18:03:08.000299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.001344000, lastModified=2023-03-25 18:03:08.000299000, delta=1045000 ns, racy<=15000 ns 18:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.001642000, lastModified=2023-03-25 18:03:08.000299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.001642000, lastModified=2023-03-25 18:03:08.000299000, delta=1343000 ns, racy<=15000 ns 18:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.001905000, lastModified=2023-03-25 18:03:08.000299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.000299000 to 2023-03-25 18:03:08.001299000 18:03:08.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.002161000, lastModified=2023-03-25 18:03:08.001299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.002161000, lastModified=2023-03-25 18:03:08.001299000, delta=862000 ns, racy<=15000 ns 18:03:08.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.002419000, lastModified=2023-03-25 18:03:08.001299000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.001299000 to 2023-03-25 18:03:08.048300000 18:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.050022000, lastModified=2023-03-25 18:03:08.049300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.050022000, lastModified=2023-03-25 18:03:08.049300000, delta=722000 ns, racy<=15000 ns 18:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.050352000, lastModified=2023-03-25 18:03:08.049300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.050352000, lastModified=2023-03-25 18:03:08.049300000, delta=1052000 ns, racy<=15000 ns 18:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.050618000, lastModified=2023-03-25 18:03:08.049300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.050618000, lastModified=2023-03-25 18:03:08.049300000, delta=1318000 ns, racy<=15000 ns 18:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.050884000, lastModified=2023-03-25 18:03:08.049300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.049300000 to 2023-03-25 18:03:08.050300000 18:03:08.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.051150000, lastModified=2023-03-25 18:03:08.050300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.051150000, lastModified=2023-03-25 18:03:08.050300000, delta=850000 ns, racy<=15000 ns 18:03:08.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.051410000, lastModified=2023-03-25 18:03:08.050300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.051410000, lastModified=2023-03-25 18:03:08.050300000, delta=1110000 ns, racy<=15000 ns 18:03:08.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.051680000, lastModified=2023-03-25 18:03:08.050300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.051680000, lastModified=2023-03-25 18:03:08.050300000, delta=1380000 ns, racy<=15000 ns 18:03:08.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.051949000, lastModified=2023-03-25 18:03:08.051300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.051949000, lastModified=2023-03-25 18:03:08.051300000, delta=649000 ns, racy<=15000 ns 18:03:08.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.052219000, lastModified=2023-03-25 18:03:08.051300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.052219000, lastModified=2023-03-25 18:03:08.051300000, delta=919000 ns, racy<=15000 ns 18:03:08.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.052480000, lastModified=2023-03-25 18:03:08.051300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.052480000, lastModified=2023-03-25 18:03:08.051300000, delta=1180000 ns, racy<=15000 ns 18:03:08.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.052743000, lastModified=2023-03-25 18:03:08.051300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.052743000, lastModified=2023-03-25 18:03:08.051300000, delta=1443000 ns, racy<=15000 ns 18:03:08.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.053017000, lastModified=2023-03-25 18:03:08.052300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.053017000, lastModified=2023-03-25 18:03:08.052300000, delta=717000 ns, racy<=15000 ns 18:03:08.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.053286000, lastModified=2023-03-25 18:03:08.052300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.053286000, lastModified=2023-03-25 18:03:08.052300000, delta=986000 ns, racy<=15000 ns 18:03:08.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.053564000, lastModified=2023-03-25 18:03:08.052300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.053564000, lastModified=2023-03-25 18:03:08.052300000, delta=1264000 ns, racy<=15000 ns 18:03:08.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.053828000, lastModified=2023-03-25 18:03:08.052300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.052300000 to 2023-03-25 18:03:08.053300000 18:03:08.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.054092000, lastModified=2023-03-25 18:03:08.053300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.054092000, lastModified=2023-03-25 18:03:08.053300000, delta=792000 ns, racy<=15000 ns 18:03:08.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.054373000, lastModified=2023-03-25 18:03:08.053300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.054373000, lastModified=2023-03-25 18:03:08.053300000, delta=1073000 ns, racy<=15000 ns 18:03:08.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.054634000, lastModified=2023-03-25 18:03:08.053300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.054634000, lastModified=2023-03-25 18:03:08.053300000, delta=1334000 ns, racy<=15000 ns 18:03:08.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.054898000, lastModified=2023-03-25 18:03:08.053300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.053300000 to 2023-03-25 18:03:08.054300000 18:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.055153000, lastModified=2023-03-25 18:03:08.054300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.055153000, lastModified=2023-03-25 18:03:08.054300000, delta=853000 ns, racy<=15000 ns 18:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.055415000, lastModified=2023-03-25 18:03:08.054300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.055415000, lastModified=2023-03-25 18:03:08.054300000, delta=1115000 ns, racy<=15000 ns 18:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.055679000, lastModified=2023-03-25 18:03:08.054300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.055679000, lastModified=2023-03-25 18:03:08.054300000, delta=1379000 ns, racy<=15000 ns 18:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.055950000, lastModified=2023-03-25 18:03:08.055300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.055950000, lastModified=2023-03-25 18:03:08.055300000, delta=650000 ns, racy<=15000 ns 18:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.056222000, lastModified=2023-03-25 18:03:08.055300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.056222000, lastModified=2023-03-25 18:03:08.055300000, delta=922000 ns, racy<=15000 ns 18:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.056489000, lastModified=2023-03-25 18:03:08.055300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.056489000, lastModified=2023-03-25 18:03:08.055300000, delta=1189000 ns, racy<=15000 ns 18:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.056751000, lastModified=2023-03-25 18:03:08.055300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.056751000, lastModified=2023-03-25 18:03:08.055300000, delta=1451000 ns, racy<=15000 ns 18:03:08.056 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.057026000, lastModified=2023-03-25 18:03:08.056300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.057026000, lastModified=2023-03-25 18:03:08.056300000, delta=726000 ns, racy<=15000 ns 18:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.057312000, lastModified=2023-03-25 18:03:08.056300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.057312000, lastModified=2023-03-25 18:03:08.056300000, delta=1012000 ns, racy<=15000 ns 18:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.057570000, lastModified=2023-03-25 18:03:08.056300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.057570000, lastModified=2023-03-25 18:03:08.056300000, delta=1270000 ns, racy<=15000 ns 18:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.057833000, lastModified=2023-03-25 18:03:08.056300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.057 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.056300000 to 2023-03-25 18:03:08.057300000 18:03:08.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.058091000, lastModified=2023-03-25 18:03:08.057300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.058091000, lastModified=2023-03-25 18:03:08.057300000, delta=791000 ns, racy<=15000 ns 18:03:08.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.058361000, lastModified=2023-03-25 18:03:08.057300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.058361000, lastModified=2023-03-25 18:03:08.057300000, delta=1061000 ns, racy<=15000 ns 18:03:08.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.058616000, lastModified=2023-03-25 18:03:08.057300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.058616000, lastModified=2023-03-25 18:03:08.057300000, delta=1316000 ns, racy<=15000 ns 18:03:08.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.058874000, lastModified=2023-03-25 18:03:08.057300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.057300000 to 2023-03-25 18:03:08.058300000 18:03:08.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.059141000, lastModified=2023-03-25 18:03:08.058300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.059141000, lastModified=2023-03-25 18:03:08.058300000, delta=841000 ns, racy<=15000 ns 18:03:08.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.059412000, lastModified=2023-03-25 18:03:08.058300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.059412000, lastModified=2023-03-25 18:03:08.058300000, delta=1112000 ns, racy<=15000 ns 18:03:08.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.059670000, lastModified=2023-03-25 18:03:08.058300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.059670000, lastModified=2023-03-25 18:03:08.058300000, delta=1370000 ns, racy<=15000 ns 18:03:08.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.059944000, lastModified=2023-03-25 18:03:08.059300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.059944000, lastModified=2023-03-25 18:03:08.059300000, delta=644000 ns, racy<=15000 ns 18:03:08.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.067728000, lastModified=2023-03-25 18:03:08.066300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.067728000, lastModified=2023-03-25 18:03:08.066300000, delta=1428000 ns, racy<=15000 ns 18:03:08.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.068015000, lastModified=2023-03-25 18:03:08.067300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.068015000, lastModified=2023-03-25 18:03:08.067300000, delta=715000 ns, racy<=15000 ns 18:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.068288000, lastModified=2023-03-25 18:03:08.067300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.068288000, lastModified=2023-03-25 18:03:08.067300000, delta=988000 ns, racy<=15000 ns 18:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.068545000, lastModified=2023-03-25 18:03:08.067300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.068545000, lastModified=2023-03-25 18:03:08.067300000, delta=1245000 ns, racy<=15000 ns 18:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.068802000, lastModified=2023-03-25 18:03:08.067300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.067300000 to 2023-03-25 18:03:08.068300000 18:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.069061000, lastModified=2023-03-25 18:03:08.068300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.069061000, lastModified=2023-03-25 18:03:08.068300000, delta=761000 ns, racy<=15000 ns 18:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.069324000, lastModified=2023-03-25 18:03:08.068300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.069324000, lastModified=2023-03-25 18:03:08.068300000, delta=1024000 ns, racy<=15000 ns 18:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.069578000, lastModified=2023-03-25 18:03:08.068300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.069578000, lastModified=2023-03-25 18:03:08.068300000, delta=1278000 ns, racy<=15000 ns 18:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.069833000, lastModified=2023-03-25 18:03:08.068300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.068300000 to 2023-03-25 18:03:08.069300000 18:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.070177000, lastModified=2023-03-25 18:03:08.069300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.070177000, lastModified=2023-03-25 18:03:08.069300000, delta=877000 ns, racy<=15000 ns 18:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.070440000, lastModified=2023-03-25 18:03:08.069300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.070440000, lastModified=2023-03-25 18:03:08.069300000, delta=1140000 ns, racy<=15000 ns 18:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.070717000, lastModified=2023-03-25 18:03:08.069300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.070717000, lastModified=2023-03-25 18:03:08.069300000, delta=1417000 ns, racy<=15000 ns 18:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.070983000, lastModified=2023-03-25 18:03:08.070300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.070983000, lastModified=2023-03-25 18:03:08.070300000, delta=683000 ns, racy<=15000 ns 18:03:08.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.071253000, lastModified=2023-03-25 18:03:08.070300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.071253000, lastModified=2023-03-25 18:03:08.070300000, delta=953000 ns, racy<=15000 ns 18:03:08.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.071508000, lastModified=2023-03-25 18:03:08.070300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.071508000, lastModified=2023-03-25 18:03:08.070300000, delta=1208000 ns, racy<=15000 ns 18:03:08.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.071761000, lastModified=2023-03-25 18:03:08.070300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.071761000, lastModified=2023-03-25 18:03:08.070300000, delta=1461000 ns, racy<=15000 ns 18:03:08.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.072021000, lastModified=2023-03-25 18:03:08.071300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.072021000, lastModified=2023-03-25 18:03:08.071300000, delta=721000 ns, racy<=15000 ns 18:03:08.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.072283000, lastModified=2023-03-25 18:03:08.071300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.072283000, lastModified=2023-03-25 18:03:08.071300000, delta=983000 ns, racy<=15000 ns 18:03:08.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.072539000, lastModified=2023-03-25 18:03:08.071300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.072539000, lastModified=2023-03-25 18:03:08.071300000, delta=1239000 ns, racy<=15000 ns 18:03:08.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.072812000, lastModified=2023-03-25 18:03:08.071300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.071300000 to 2023-03-25 18:03:08.072300000 18:03:08.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.073062000, lastModified=2023-03-25 18:03:08.072300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.073062000, lastModified=2023-03-25 18:03:08.072300000, delta=762000 ns, racy<=15000 ns 18:03:08.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.073326000, lastModified=2023-03-25 18:03:08.072300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.073326000, lastModified=2023-03-25 18:03:08.072300000, delta=1026000 ns, racy<=15000 ns 18:03:08.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.073577000, lastModified=2023-03-25 18:03:08.072300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.073577000, lastModified=2023-03-25 18:03:08.072300000, delta=1277000 ns, racy<=15000 ns 18:03:08.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.073 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.073831000, lastModified=2023-03-25 18:03:08.072300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.072300000 to 2023-03-25 18:03:08.073300000 18:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.074135000, lastModified=2023-03-25 18:03:08.073300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.074135000, lastModified=2023-03-25 18:03:08.073300000, delta=835000 ns, racy<=15000 ns 18:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.074412000, lastModified=2023-03-25 18:03:08.073300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.074412000, lastModified=2023-03-25 18:03:08.073300000, delta=1112000 ns, racy<=15000 ns 18:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.074675000, lastModified=2023-03-25 18:03:08.073300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.074675000, lastModified=2023-03-25 18:03:08.073300000, delta=1375000 ns, racy<=15000 ns 18:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.074 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.074963000, lastModified=2023-03-25 18:03:08.074300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.074963000, lastModified=2023-03-25 18:03:08.074300000, delta=663000 ns, racy<=15000 ns 18:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.075232000, lastModified=2023-03-25 18:03:08.074300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.075232000, lastModified=2023-03-25 18:03:08.074300000, delta=932000 ns, racy<=15000 ns 18:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.075485000, lastModified=2023-03-25 18:03:08.074300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.075485000, lastModified=2023-03-25 18:03:08.074300000, delta=1185000 ns, racy<=15000 ns 18:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.075734000, lastModified=2023-03-25 18:03:08.074300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.075734000, lastModified=2023-03-25 18:03:08.074300000, delta=1434000 ns, racy<=15000 ns 18:03:08.075 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.075995000, lastModified=2023-03-25 18:03:08.075300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.075995000, lastModified=2023-03-25 18:03:08.075300000, delta=695000 ns, racy<=15000 ns 18:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.076277000, lastModified=2023-03-25 18:03:08.075300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.076277000, lastModified=2023-03-25 18:03:08.075300000, delta=977000 ns, racy<=15000 ns 18:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.076532000, lastModified=2023-03-25 18:03:08.075300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.076532000, lastModified=2023-03-25 18:03:08.075300000, delta=1232000 ns, racy<=15000 ns 18:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.076794000, lastModified=2023-03-25 18:03:08.075300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.075300000 to 2023-03-25 18:03:08.076300000 18:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.077050000, lastModified=2023-03-25 18:03:08.076300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.077050000, lastModified=2023-03-25 18:03:08.076300000, delta=750000 ns, racy<=15000 ns 18:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.077317000, lastModified=2023-03-25 18:03:08.076300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.077317000, lastModified=2023-03-25 18:03:08.076300000, delta=1017000 ns, racy<=15000 ns 18:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.077573000, lastModified=2023-03-25 18:03:08.076300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.077573000, lastModified=2023-03-25 18:03:08.076300000, delta=1273000 ns, racy<=15000 ns 18:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.077839000, lastModified=2023-03-25 18:03:08.076300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.077 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.076300000 to 2023-03-25 18:03:08.077300000 18:03:08.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.078096000, lastModified=2023-03-25 18:03:08.077300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.078096000, lastModified=2023-03-25 18:03:08.077300000, delta=796000 ns, racy<=15000 ns 18:03:08.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.078362000, lastModified=2023-03-25 18:03:08.077300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.078362000, lastModified=2023-03-25 18:03:08.077300000, delta=1062000 ns, racy<=15000 ns 18:03:08.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.078616000, lastModified=2023-03-25 18:03:08.077300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.078616000, lastModified=2023-03-25 18:03:08.077300000, delta=1316000 ns, racy<=15000 ns 18:03:08.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.078 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.078868000, lastModified=2023-03-25 18:03:08.077300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.077300000 to 2023-03-25 18:03:08.078300000 18:03:08.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.079148000, lastModified=2023-03-25 18:03:08.078300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.079148000, lastModified=2023-03-25 18:03:08.078300000, delta=848000 ns, racy<=15000 ns 18:03:08.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.079406000, lastModified=2023-03-25 18:03:08.078300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.079406000, lastModified=2023-03-25 18:03:08.078300000, delta=1106000 ns, racy<=15000 ns 18:03:08.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.079663000, lastModified=2023-03-25 18:03:08.078300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.079663000, lastModified=2023-03-25 18:03:08.078300000, delta=1363000 ns, racy<=15000 ns 18:03:08.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.079943000, lastModified=2023-03-25 18:03:08.079300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.079943000, lastModified=2023-03-25 18:03:08.079300000, delta=643000 ns, racy<=15000 ns 18:03:08.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.080217000, lastModified=2023-03-25 18:03:08.079300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.080217000, lastModified=2023-03-25 18:03:08.079300000, delta=917000 ns, racy<=15000 ns 18:03:08.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.080485000, lastModified=2023-03-25 18:03:08.079300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.080485000, lastModified=2023-03-25 18:03:08.079300000, delta=1185000 ns, racy<=15000 ns 18:03:08.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.080760000, lastModified=2023-03-25 18:03:08.079300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.080760000, lastModified=2023-03-25 18:03:08.079300000, delta=1460000 ns, racy<=15000 ns 18:03:08.080 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.081050000, lastModified=2023-03-25 18:03:08.080300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.081050000, lastModified=2023-03-25 18:03:08.080300000, delta=750000 ns, racy<=15000 ns 18:03:08.081 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.083634000, lastModified=2023-03-25 18:03:08.080300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.080300000 to 2023-03-25 18:03:08.082300000 18:03:08.083 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.083930000, lastModified=2023-03-25 18:03:08.082300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.082300000 to 2023-03-25 18:03:08.083300000 18:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.084188000, lastModified=2023-03-25 18:03:08.083300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.084188000, lastModified=2023-03-25 18:03:08.083300000, delta=888000 ns, racy<=15000 ns 18:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.084449000, lastModified=2023-03-25 18:03:08.083300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.084449000, lastModified=2023-03-25 18:03:08.083300000, delta=1149000 ns, racy<=15000 ns 18:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.084706000, lastModified=2023-03-25 18:03:08.083300000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.084706000, lastModified=2023-03-25 18:03:08.083300000, delta=1406000 ns, racy<=15000 ns 18:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.084 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.084973000, lastModified=2023-03-25 18:03:08.084301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.084973000, lastModified=2023-03-25 18:03:08.084301000, delta=672000 ns, racy<=15000 ns 18:03:08.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.085250000, lastModified=2023-03-25 18:03:08.084301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.085250000, lastModified=2023-03-25 18:03:08.084301000, delta=949000 ns, racy<=15000 ns 18:03:08.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.085514000, lastModified=2023-03-25 18:03:08.084301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.085514000, lastModified=2023-03-25 18:03:08.084301000, delta=1213000 ns, racy<=15000 ns 18:03:08.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.085772000, lastModified=2023-03-25 18:03:08.084301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.085772000, lastModified=2023-03-25 18:03:08.084301000, delta=1471000 ns, racy<=15000 ns 18:03:08.085 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.086067000, lastModified=2023-03-25 18:03:08.085301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.086067000, lastModified=2023-03-25 18:03:08.085301000, delta=766000 ns, racy<=15000 ns 18:03:08.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.086333000, lastModified=2023-03-25 18:03:08.085301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.086333000, lastModified=2023-03-25 18:03:08.085301000, delta=1032000 ns, racy<=15000 ns 18:03:08.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.086590000, lastModified=2023-03-25 18:03:08.085301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.086590000, lastModified=2023-03-25 18:03:08.085301000, delta=1289000 ns, racy<=15000 ns 18:03:08.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.086 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.086845000, lastModified=2023-03-25 18:03:08.085301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.085301000 to 2023-03-25 18:03:08.086301000 18:03:08.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.087110000, lastModified=2023-03-25 18:03:08.086301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.087110000, lastModified=2023-03-25 18:03:08.086301000, delta=809000 ns, racy<=15000 ns 18:03:08.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.087383000, lastModified=2023-03-25 18:03:08.086301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.087383000, lastModified=2023-03-25 18:03:08.086301000, delta=1082000 ns, racy<=15000 ns 18:03:08.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.087638000, lastModified=2023-03-25 18:03:08.086301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.087638000, lastModified=2023-03-25 18:03:08.086301000, delta=1337000 ns, racy<=15000 ns 18:03:08.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.087 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.087902000, lastModified=2023-03-25 18:03:08.086301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.086301000 to 2023-03-25 18:03:08.087301000 18:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.088160000, lastModified=2023-03-25 18:03:08.087301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.088160000, lastModified=2023-03-25 18:03:08.087301000, delta=859000 ns, racy<=15000 ns 18:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.088420000, lastModified=2023-03-25 18:03:08.087301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.088420000, lastModified=2023-03-25 18:03:08.087301000, delta=1119000 ns, racy<=15000 ns 18:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.088681000, lastModified=2023-03-25 18:03:08.087301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.088681000, lastModified=2023-03-25 18:03:08.087301000, delta=1380000 ns, racy<=15000 ns 18:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.088 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.088953000, lastModified=2023-03-25 18:03:08.088301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.088953000, lastModified=2023-03-25 18:03:08.088301000, delta=652000 ns, racy<=15000 ns 18:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.089228000, lastModified=2023-03-25 18:03:08.088301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.089228000, lastModified=2023-03-25 18:03:08.088301000, delta=927000 ns, racy<=15000 ns 18:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.089504000, lastModified=2023-03-25 18:03:08.088301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.089504000, lastModified=2023-03-25 18:03:08.088301000, delta=1203000 ns, racy<=15000 ns 18:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.089762000, lastModified=2023-03-25 18:03:08.088301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.089762000, lastModified=2023-03-25 18:03:08.088301000, delta=1461000 ns, racy<=15000 ns 18:03:08.089 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.090071000, lastModified=2023-03-25 18:03:08.089301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.090071000, lastModified=2023-03-25 18:03:08.089301000, delta=770000 ns, racy<=15000 ns 18:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.090394000, lastModified=2023-03-25 18:03:08.089301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.090394000, lastModified=2023-03-25 18:03:08.089301000, delta=1093000 ns, racy<=15000 ns 18:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.090685000, lastModified=2023-03-25 18:03:08.089301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.090685000, lastModified=2023-03-25 18:03:08.089301000, delta=1384000 ns, racy<=15000 ns 18:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.090 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.090954000, lastModified=2023-03-25 18:03:08.090301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.090954000, lastModified=2023-03-25 18:03:08.090301000, delta=653000 ns, racy<=15000 ns 18:03:08.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.091255000, lastModified=2023-03-25 18:03:08.090301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.091255000, lastModified=2023-03-25 18:03:08.090301000, delta=954000 ns, racy<=15000 ns 18:03:08.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.091532000, lastModified=2023-03-25 18:03:08.090301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.091532000, lastModified=2023-03-25 18:03:08.090301000, delta=1231000 ns, racy<=15000 ns 18:03:08.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.091807000, lastModified=2023-03-25 18:03:08.090301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.091 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.090301000 to 2023-03-25 18:03:08.091301000 18:03:08.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.092063000, lastModified=2023-03-25 18:03:08.091301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.092063000, lastModified=2023-03-25 18:03:08.091301000, delta=762000 ns, racy<=15000 ns 18:03:08.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.092333000, lastModified=2023-03-25 18:03:08.091301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.092333000, lastModified=2023-03-25 18:03:08.091301000, delta=1032000 ns, racy<=15000 ns 18:03:08.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.092587000, lastModified=2023-03-25 18:03:08.091301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.092587000, lastModified=2023-03-25 18:03:08.091301000, delta=1286000 ns, racy<=15000 ns 18:03:08.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.092841000, lastModified=2023-03-25 18:03:08.091301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.092 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.091301000 to 2023-03-25 18:03:08.092301000 18:03:08.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.093104000, lastModified=2023-03-25 18:03:08.092301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.093104000, lastModified=2023-03-25 18:03:08.092301000, delta=803000 ns, racy<=15000 ns 18:03:08.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.093375000, lastModified=2023-03-25 18:03:08.092301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.093375000, lastModified=2023-03-25 18:03:08.092301000, delta=1074000 ns, racy<=15000 ns 18:03:08.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.093632000, lastModified=2023-03-25 18:03:08.092301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.093632000, lastModified=2023-03-25 18:03:08.092301000, delta=1331000 ns, racy<=15000 ns 18:03:08.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.093 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.093903000, lastModified=2023-03-25 18:03:08.092301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.092301000 to 2023-03-25 18:03:08.093301000 18:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.094162000, lastModified=2023-03-25 18:03:08.093301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.094162000, lastModified=2023-03-25 18:03:08.093301000, delta=861000 ns, racy<=15000 ns 18:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.094432000, lastModified=2023-03-25 18:03:08.093301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.094432000, lastModified=2023-03-25 18:03:08.093301000, delta=1131000 ns, racy<=15000 ns 18:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.094689000, lastModified=2023-03-25 18:03:08.093301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.094689000, lastModified=2023-03-25 18:03:08.093301000, delta=1388000 ns, racy<=15000 ns 18:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.094 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.094963000, lastModified=2023-03-25 18:03:08.094301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.094963000, lastModified=2023-03-25 18:03:08.094301000, delta=662000 ns, racy<=15000 ns 18:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.095231000, lastModified=2023-03-25 18:03:08.094301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.095231000, lastModified=2023-03-25 18:03:08.094301000, delta=930000 ns, racy<=15000 ns 18:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.095483000, lastModified=2023-03-25 18:03:08.094301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.095483000, lastModified=2023-03-25 18:03:08.094301000, delta=1182000 ns, racy<=15000 ns 18:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.095757000, lastModified=2023-03-25 18:03:08.094301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.095757000, lastModified=2023-03-25 18:03:08.094301000, delta=1456000 ns, racy<=15000 ns 18:03:08.095 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.096038000, lastModified=2023-03-25 18:03:08.095301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.096038000, lastModified=2023-03-25 18:03:08.095301000, delta=737000 ns, racy<=15000 ns 18:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.096325000, lastModified=2023-03-25 18:03:08.095301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.096325000, lastModified=2023-03-25 18:03:08.095301000, delta=1024000 ns, racy<=15000 ns 18:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.096599000, lastModified=2023-03-25 18:03:08.095301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.096599000, lastModified=2023-03-25 18:03:08.095301000, delta=1298000 ns, racy<=15000 ns 18:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.096 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.096862000, lastModified=2023-03-25 18:03:08.095301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.095301000 to 2023-03-25 18:03:08.096301000 18:03:08.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.097141000, lastModified=2023-03-25 18:03:08.096301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.097141000, lastModified=2023-03-25 18:03:08.096301000, delta=840000 ns, racy<=15000 ns 18:03:08.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.097 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.097421000, lastModified=2023-03-25 18:03:08.096301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.097421000, lastModified=2023-03-25 18:03:08.096301000, delta=1120000 ns, racy<=15000 ns 18:03:08.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.101 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.101917000, lastModified=2023-03-25 18:03:08.100301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.100301000 to 2023-03-25 18:03:08.101301000 18:03:08.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.102180000, lastModified=2023-03-25 18:03:08.101301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.102180000, lastModified=2023-03-25 18:03:08.101301000, delta=879000 ns, racy<=15000 ns 18:03:08.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.102440000, lastModified=2023-03-25 18:03:08.101301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.102440000, lastModified=2023-03-25 18:03:08.101301000, delta=1139000 ns, racy<=15000 ns 18:03:08.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.102693000, lastModified=2023-03-25 18:03:08.101301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.102693000, lastModified=2023-03-25 18:03:08.101301000, delta=1392000 ns, racy<=15000 ns 18:03:08.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.102 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.102957000, lastModified=2023-03-25 18:03:08.102301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.102957000, lastModified=2023-03-25 18:03:08.102301000, delta=656000 ns, racy<=15000 ns 18:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.103226000, lastModified=2023-03-25 18:03:08.102301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.103226000, lastModified=2023-03-25 18:03:08.102301000, delta=925000 ns, racy<=15000 ns 18:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.103479000, lastModified=2023-03-25 18:03:08.102301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.103479000, lastModified=2023-03-25 18:03:08.102301000, delta=1178000 ns, racy<=15000 ns 18:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.103767000, lastModified=2023-03-25 18:03:08.102301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.103767000, lastModified=2023-03-25 18:03:08.102301000, delta=1466000 ns, racy<=15000 ns 18:03:08.103 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.104040000, lastModified=2023-03-25 18:03:08.103301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.104040000, lastModified=2023-03-25 18:03:08.103301000, delta=739000 ns, racy<=15000 ns 18:03:08.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.104304000, lastModified=2023-03-25 18:03:08.103301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.104304000, lastModified=2023-03-25 18:03:08.103301000, delta=1003000 ns, racy<=15000 ns 18:03:08.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.104564000, lastModified=2023-03-25 18:03:08.103301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.104564000, lastModified=2023-03-25 18:03:08.103301000, delta=1263000 ns, racy<=15000 ns 18:03:08.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.104820000, lastModified=2023-03-25 18:03:08.103301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.104 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.103301000 to 2023-03-25 18:03:08.104301000 18:03:08.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.105065000, lastModified=2023-03-25 18:03:08.104301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.105065000, lastModified=2023-03-25 18:03:08.104301000, delta=764000 ns, racy<=15000 ns 18:03:08.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.105341000, lastModified=2023-03-25 18:03:08.104301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.105341000, lastModified=2023-03-25 18:03:08.104301000, delta=1040000 ns, racy<=15000 ns 18:03:08.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.105598000, lastModified=2023-03-25 18:03:08.104301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.105598000, lastModified=2023-03-25 18:03:08.104301000, delta=1297000 ns, racy<=15000 ns 18:03:08.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.105 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.105852000, lastModified=2023-03-25 18:03:08.104301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.104301000 to 2023-03-25 18:03:08.105301000 18:03:08.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.106135000, lastModified=2023-03-25 18:03:08.105301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.106135000, lastModified=2023-03-25 18:03:08.105301000, delta=834000 ns, racy<=15000 ns 18:03:08.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.106392000, lastModified=2023-03-25 18:03:08.105301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.106392000, lastModified=2023-03-25 18:03:08.105301000, delta=1091000 ns, racy<=15000 ns 18:03:08.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.106672000, lastModified=2023-03-25 18:03:08.105301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.106672000, lastModified=2023-03-25 18:03:08.105301000, delta=1371000 ns, racy<=15000 ns 18:03:08.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.106 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.106941000, lastModified=2023-03-25 18:03:08.106301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.106941000, lastModified=2023-03-25 18:03:08.106301000, delta=640000 ns, racy<=15000 ns 18:03:08.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.107208000, lastModified=2023-03-25 18:03:08.106301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.107208000, lastModified=2023-03-25 18:03:08.106301000, delta=907000 ns, racy<=15000 ns 18:03:08.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.107464000, lastModified=2023-03-25 18:03:08.106301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.107464000, lastModified=2023-03-25 18:03:08.106301000, delta=1163000 ns, racy<=15000 ns 18:03:08.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.107711000, lastModified=2023-03-25 18:03:08.106301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.107711000, lastModified=2023-03-25 18:03:08.106301000, delta=1410000 ns, racy<=15000 ns 18:03:08.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.107 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.107974000, lastModified=2023-03-25 18:03:08.107301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.107974000, lastModified=2023-03-25 18:03:08.107301000, delta=673000 ns, racy<=15000 ns 18:03:08.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.108287000, lastModified=2023-03-25 18:03:08.107301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.108287000, lastModified=2023-03-25 18:03:08.107301000, delta=986000 ns, racy<=15000 ns 18:03:08.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.108554000, lastModified=2023-03-25 18:03:08.107301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.108554000, lastModified=2023-03-25 18:03:08.107301000, delta=1253000 ns, racy<=15000 ns 18:03:08.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.108812000, lastModified=2023-03-25 18:03:08.107301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.108 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.107301000 to 2023-03-25 18:03:08.108301000 18:03:08.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.109069000, lastModified=2023-03-25 18:03:08.108301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.109069000, lastModified=2023-03-25 18:03:08.108301000, delta=768000 ns, racy<=15000 ns 18:03:08.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.109344000, lastModified=2023-03-25 18:03:08.108301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.109344000, lastModified=2023-03-25 18:03:08.108301000, delta=1043000 ns, racy<=15000 ns 18:03:08.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.109597000, lastModified=2023-03-25 18:03:08.108301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.109597000, lastModified=2023-03-25 18:03:08.108301000, delta=1296000 ns, racy<=15000 ns 18:03:08.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.109 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.109858000, lastModified=2023-03-25 18:03:08.108301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.108301000 to 2023-03-25 18:03:08.109301000 18:03:08.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.110125000, lastModified=2023-03-25 18:03:08.109301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.110125000, lastModified=2023-03-25 18:03:08.109301000, delta=824000 ns, racy<=15000 ns 18:03:08.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.110380000, lastModified=2023-03-25 18:03:08.109301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.110380000, lastModified=2023-03-25 18:03:08.109301000, delta=1079000 ns, racy<=15000 ns 18:03:08.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.110632000, lastModified=2023-03-25 18:03:08.109301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.110632000, lastModified=2023-03-25 18:03:08.109301000, delta=1331000 ns, racy<=15000 ns 18:03:08.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.110 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.110886000, lastModified=2023-03-25 18:03:08.109301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.109301000 to 2023-03-25 18:03:08.110301000 18:03:08.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.111164000, lastModified=2023-03-25 18:03:08.110301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.111164000, lastModified=2023-03-25 18:03:08.110301000, delta=863000 ns, racy<=15000 ns 18:03:08.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.111418000, lastModified=2023-03-25 18:03:08.110301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.111418000, lastModified=2023-03-25 18:03:08.110301000, delta=1117000 ns, racy<=15000 ns 18:03:08.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.111669000, lastModified=2023-03-25 18:03:08.110301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.111669000, lastModified=2023-03-25 18:03:08.110301000, delta=1368000 ns, racy<=15000 ns 18:03:08.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.111 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.111944000, lastModified=2023-03-25 18:03:08.111301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.111944000, lastModified=2023-03-25 18:03:08.111301000, delta=643000 ns, racy<=15000 ns 18:03:08.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.112228000, lastModified=2023-03-25 18:03:08.111301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.112228000, lastModified=2023-03-25 18:03:08.111301000, delta=927000 ns, racy<=15000 ns 18:03:08.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.112491000, lastModified=2023-03-25 18:03:08.111301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.112491000, lastModified=2023-03-25 18:03:08.111301000, delta=1190000 ns, racy<=15000 ns 18:03:08.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.112743000, lastModified=2023-03-25 18:03:08.111301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.112743000, lastModified=2023-03-25 18:03:08.111301000, delta=1442000 ns, racy<=15000 ns 18:03:08.112 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.113012000, lastModified=2023-03-25 18:03:08.112301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.113012000, lastModified=2023-03-25 18:03:08.112301000, delta=711000 ns, racy<=15000 ns 18:03:08.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.113334000, lastModified=2023-03-25 18:03:08.112301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.113334000, lastModified=2023-03-25 18:03:08.112301000, delta=1033000 ns, racy<=15000 ns 18:03:08.113 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.114339000, lastModified=2023-03-25 18:03:08.113301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.114339000, lastModified=2023-03-25 18:03:08.113301000, delta=1038000 ns, racy<=15000 ns 18:03:08.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.114 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.114953000, lastModified=2023-03-25 18:03:08.114301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.114953000, lastModified=2023-03-25 18:03:08.114301000, delta=652000 ns, racy<=15000 ns 18:03:08.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.115 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.115850000, lastModified=2023-03-25 18:03:08.114301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.114301000 to 2023-03-25 18:03:08.115301000 18:03:08.116 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.116916000, lastModified=2023-03-25 18:03:08.115301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.115301000 to 2023-03-25 18:03:08.116301000 18:03:08.117 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.117886000, lastModified=2023-03-25 18:03:08.116301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.116301000 to 2023-03-25 18:03:08.117301000 18:03:08.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.118186000, lastModified=2023-03-25 18:03:08.117301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.118186000, lastModified=2023-03-25 18:03:08.117301000, delta=885000 ns, racy<=15000 ns 18:03:08.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.118439000, lastModified=2023-03-25 18:03:08.117301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.118439000, lastModified=2023-03-25 18:03:08.117301000, delta=1138000 ns, racy<=15000 ns 18:03:08.118 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.130 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.130963000, lastModified=2023-03-25 18:03:08.117301000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.117301000 to 2023-03-25 18:03:08.130302000 18:03:08.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.131246000, lastModified=2023-03-25 18:03:08.130302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.131246000, lastModified=2023-03-25 18:03:08.130302000, delta=944000 ns, racy<=15000 ns 18:03:08.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.131497000, lastModified=2023-03-25 18:03:08.130302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.131497000, lastModified=2023-03-25 18:03:08.130302000, delta=1195000 ns, racy<=15000 ns 18:03:08.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.131743000, lastModified=2023-03-25 18:03:08.130302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.131743000, lastModified=2023-03-25 18:03:08.130302000, delta=1441000 ns, racy<=15000 ns 18:03:08.131 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.132020000, lastModified=2023-03-25 18:03:08.131302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.132020000, lastModified=2023-03-25 18:03:08.131302000, delta=718000 ns, racy<=15000 ns 18:03:08.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.132295000, lastModified=2023-03-25 18:03:08.131302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.132295000, lastModified=2023-03-25 18:03:08.131302000, delta=993000 ns, racy<=15000 ns 18:03:08.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.132544000, lastModified=2023-03-25 18:03:08.131302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.132544000, lastModified=2023-03-25 18:03:08.131302000, delta=1242000 ns, racy<=15000 ns 18:03:08.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.132790000, lastModified=2023-03-25 18:03:08.131302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.132790000, lastModified=2023-03-25 18:03:08.131302000, delta=1488000 ns, racy<=15000 ns 18:03:08.132 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.133076000, lastModified=2023-03-25 18:03:08.132302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.133076000, lastModified=2023-03-25 18:03:08.132302000, delta=774000 ns, racy<=15000 ns 18:03:08.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.133338000, lastModified=2023-03-25 18:03:08.132302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.133338000, lastModified=2023-03-25 18:03:08.132302000, delta=1036000 ns, racy<=15000 ns 18:03:08.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.133586000, lastModified=2023-03-25 18:03:08.132302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.133586000, lastModified=2023-03-25 18:03:08.132302000, delta=1284000 ns, racy<=15000 ns 18:03:08.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.133834000, lastModified=2023-03-25 18:03:08.132302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.133 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.132302000 to 2023-03-25 18:03:08.133302000 18:03:08.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.134080000, lastModified=2023-03-25 18:03:08.133302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.134080000, lastModified=2023-03-25 18:03:08.133302000, delta=778000 ns, racy<=15000 ns 18:03:08.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.134348000, lastModified=2023-03-25 18:03:08.133302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.134348000, lastModified=2023-03-25 18:03:08.133302000, delta=1046000 ns, racy<=15000 ns 18:03:08.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.134595000, lastModified=2023-03-25 18:03:08.133302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.134595000, lastModified=2023-03-25 18:03:08.133302000, delta=1293000 ns, racy<=15000 ns 18:03:08.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.134844000, lastModified=2023-03-25 18:03:08.133302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.134 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.133302000 to 2023-03-25 18:03:08.134302000 18:03:08.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.135090000, lastModified=2023-03-25 18:03:08.134302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.135090000, lastModified=2023-03-25 18:03:08.134302000, delta=788000 ns, racy<=15000 ns 18:03:08.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.135363000, lastModified=2023-03-25 18:03:08.134302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.135363000, lastModified=2023-03-25 18:03:08.134302000, delta=1061000 ns, racy<=15000 ns 18:03:08.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.135616000, lastModified=2023-03-25 18:03:08.134302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.135616000, lastModified=2023-03-25 18:03:08.134302000, delta=1314000 ns, racy<=15000 ns 18:03:08.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.135 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.135873000, lastModified=2023-03-25 18:03:08.134302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.134302000 to 2023-03-25 18:03:08.135302000 18:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.136129000, lastModified=2023-03-25 18:03:08.135302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.136129000, lastModified=2023-03-25 18:03:08.135302000, delta=827000 ns, racy<=15000 ns 18:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.136376000, lastModified=2023-03-25 18:03:08.135302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.136376000, lastModified=2023-03-25 18:03:08.135302000, delta=1074000 ns, racy<=15000 ns 18:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.136617000, lastModified=2023-03-25 18:03:08.135302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.136617000, lastModified=2023-03-25 18:03:08.135302000, delta=1315000 ns, racy<=15000 ns 18:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.136 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.136864000, lastModified=2023-03-25 18:03:08.135302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.135302000 to 2023-03-25 18:03:08.136302000 18:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.137110000, lastModified=2023-03-25 18:03:08.136302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.137110000, lastModified=2023-03-25 18:03:08.136302000, delta=808000 ns, racy<=15000 ns 18:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.137354000, lastModified=2023-03-25 18:03:08.136302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.137354000, lastModified=2023-03-25 18:03:08.136302000, delta=1052000 ns, racy<=15000 ns 18:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.137644000, lastModified=2023-03-25 18:03:08.136302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.137644000, lastModified=2023-03-25 18:03:08.136302000, delta=1342000 ns, racy<=15000 ns 18:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.137 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.137904000, lastModified=2023-03-25 18:03:08.136302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.136302000 to 2023-03-25 18:03:08.137302000 18:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.138201000, lastModified=2023-03-25 18:03:08.137302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.138201000, lastModified=2023-03-25 18:03:08.137302000, delta=899000 ns, racy<=15000 ns 18:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.138484000, lastModified=2023-03-25 18:03:08.137302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.138484000, lastModified=2023-03-25 18:03:08.137302000, delta=1182000 ns, racy<=15000 ns 18:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.138757000, lastModified=2023-03-25 18:03:08.137302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.138757000, lastModified=2023-03-25 18:03:08.137302000, delta=1455000 ns, racy<=15000 ns 18:03:08.138 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.139012000, lastModified=2023-03-25 18:03:08.138302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.139012000, lastModified=2023-03-25 18:03:08.138302000, delta=710000 ns, racy<=15000 ns 18:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.139271000, lastModified=2023-03-25 18:03:08.138302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.139271000, lastModified=2023-03-25 18:03:08.138302000, delta=969000 ns, racy<=15000 ns 18:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.139515000, lastModified=2023-03-25 18:03:08.138302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.139515000, lastModified=2023-03-25 18:03:08.138302000, delta=1213000 ns, racy<=15000 ns 18:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.139759000, lastModified=2023-03-25 18:03:08.138302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.139759000, lastModified=2023-03-25 18:03:08.138302000, delta=1457000 ns, racy<=15000 ns 18:03:08.139 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.140011000, lastModified=2023-03-25 18:03:08.139302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.140011000, lastModified=2023-03-25 18:03:08.139302000, delta=709000 ns, racy<=15000 ns 18:03:08.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.140271000, lastModified=2023-03-25 18:03:08.139302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.140271000, lastModified=2023-03-25 18:03:08.139302000, delta=969000 ns, racy<=15000 ns 18:03:08.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.140514000, lastModified=2023-03-25 18:03:08.139302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.140514000, lastModified=2023-03-25 18:03:08.139302000, delta=1212000 ns, racy<=15000 ns 18:03:08.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.140760000, lastModified=2023-03-25 18:03:08.139302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.140760000, lastModified=2023-03-25 18:03:08.139302000, delta=1458000 ns, racy<=15000 ns 18:03:08.140 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.141018000, lastModified=2023-03-25 18:03:08.140302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.141018000, lastModified=2023-03-25 18:03:08.140302000, delta=716000 ns, racy<=15000 ns 18:03:08.141 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.149673000, lastModified=2023-03-25 18:03:08.148302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.149673000, lastModified=2023-03-25 18:03:08.148302000, delta=1371000 ns, racy<=15000 ns 18:03:08.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.149 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.149973000, lastModified=2023-03-25 18:03:08.149302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.149973000, lastModified=2023-03-25 18:03:08.149302000, delta=671000 ns, racy<=15000 ns 18:03:08.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.150240000, lastModified=2023-03-25 18:03:08.149302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.150240000, lastModified=2023-03-25 18:03:08.149302000, delta=938000 ns, racy<=15000 ns 18:03:08.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.150492000, lastModified=2023-03-25 18:03:08.149302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.150492000, lastModified=2023-03-25 18:03:08.149302000, delta=1190000 ns, racy<=15000 ns 18:03:08.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.150790000, lastModified=2023-03-25 18:03:08.149302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.150790000, lastModified=2023-03-25 18:03:08.149302000, delta=1488000 ns, racy<=15000 ns 18:03:08.150 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.151055000, lastModified=2023-03-25 18:03:08.150302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.151055000, lastModified=2023-03-25 18:03:08.150302000, delta=753000 ns, racy<=15000 ns 18:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.151321000, lastModified=2023-03-25 18:03:08.150302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.151321000, lastModified=2023-03-25 18:03:08.150302000, delta=1019000 ns, racy<=15000 ns 18:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.151573000, lastModified=2023-03-25 18:03:08.150302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.151573000, lastModified=2023-03-25 18:03:08.150302000, delta=1271000 ns, racy<=15000 ns 18:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.151 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.151824000, lastModified=2023-03-25 18:03:08.150302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.150302000 to 2023-03-25 18:03:08.151302000 18:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.152147000, lastModified=2023-03-25 18:03:08.151302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.152147000, lastModified=2023-03-25 18:03:08.151302000, delta=845000 ns, racy<=15000 ns 18:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.152425000, lastModified=2023-03-25 18:03:08.151302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.152425000, lastModified=2023-03-25 18:03:08.151302000, delta=1123000 ns, racy<=15000 ns 18:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.152 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.152686000, lastModified=2023-03-25 18:03:08.151302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.152686000, lastModified=2023-03-25 18:03:08.151302000, delta=1384000 ns, racy<=15000 ns 18:03:08.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.155335000, lastModified=2023-03-25 18:03:08.154302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.155335000, lastModified=2023-03-25 18:03:08.154302000, delta=1033000 ns, racy<=15000 ns 18:03:08.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.155611000, lastModified=2023-03-25 18:03:08.154302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.155611000, lastModified=2023-03-25 18:03:08.154302000, delta=1309000 ns, racy<=15000 ns 18:03:08.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.155 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.155864000, lastModified=2023-03-25 18:03:08.154302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.154302000 to 2023-03-25 18:03:08.155302000 18:03:08.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.156121000, lastModified=2023-03-25 18:03:08.155302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.156121000, lastModified=2023-03-25 18:03:08.155302000, delta=819000 ns, racy<=15000 ns 18:03:08.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.156378000, lastModified=2023-03-25 18:03:08.155302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.156378000, lastModified=2023-03-25 18:03:08.155302000, delta=1076000 ns, racy<=15000 ns 18:03:08.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.156632000, lastModified=2023-03-25 18:03:08.155302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.156632000, lastModified=2023-03-25 18:03:08.155302000, delta=1330000 ns, racy<=15000 ns 18:03:08.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.156 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.156881000, lastModified=2023-03-25 18:03:08.155302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.155302000 to 2023-03-25 18:03:08.156302000 18:03:08.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.157147000, lastModified=2023-03-25 18:03:08.156302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.157147000, lastModified=2023-03-25 18:03:08.156302000, delta=845000 ns, racy<=15000 ns 18:03:08.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.157408000, lastModified=2023-03-25 18:03:08.156302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.157408000, lastModified=2023-03-25 18:03:08.156302000, delta=1106000 ns, racy<=15000 ns 18:03:08.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.157653000, lastModified=2023-03-25 18:03:08.156302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.157653000, lastModified=2023-03-25 18:03:08.156302000, delta=1351000 ns, racy<=15000 ns 18:03:08.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.157 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.157905000, lastModified=2023-03-25 18:03:08.156302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.156302000 to 2023-03-25 18:03:08.157302000 18:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.158149000, lastModified=2023-03-25 18:03:08.157302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.158149000, lastModified=2023-03-25 18:03:08.157302000, delta=847000 ns, racy<=15000 ns 18:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.158391000, lastModified=2023-03-25 18:03:08.157302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.158391000, lastModified=2023-03-25 18:03:08.157302000, delta=1089000 ns, racy<=15000 ns 18:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.158637000, lastModified=2023-03-25 18:03:08.157302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.158637000, lastModified=2023-03-25 18:03:08.157302000, delta=1335000 ns, racy<=15000 ns 18:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.158 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.158879000, lastModified=2023-03-25 18:03:08.157302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.157302000 to 2023-03-25 18:03:08.158302000 18:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.159130000, lastModified=2023-03-25 18:03:08.158302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.159130000, lastModified=2023-03-25 18:03:08.158302000, delta=828000 ns, racy<=15000 ns 18:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.159377000, lastModified=2023-03-25 18:03:08.158302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.159377000, lastModified=2023-03-25 18:03:08.158302000, delta=1075000 ns, racy<=15000 ns 18:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.159627000, lastModified=2023-03-25 18:03:08.158302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.159627000, lastModified=2023-03-25 18:03:08.158302000, delta=1325000 ns, racy<=15000 ns 18:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.159 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.159874000, lastModified=2023-03-25 18:03:08.158302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.158302000 to 2023-03-25 18:03:08.159302000 18:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.160137000, lastModified=2023-03-25 18:03:08.159302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.160137000, lastModified=2023-03-25 18:03:08.159302000, delta=835000 ns, racy<=15000 ns 18:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.160405000, lastModified=2023-03-25 18:03:08.159302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.160405000, lastModified=2023-03-25 18:03:08.159302000, delta=1103000 ns, racy<=15000 ns 18:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.160657000, lastModified=2023-03-25 18:03:08.159302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.160657000, lastModified=2023-03-25 18:03:08.159302000, delta=1355000 ns, racy<=15000 ns 18:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.160 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.160915000, lastModified=2023-03-25 18:03:08.159302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.159302000 to 2023-03-25 18:03:08.160302000 18:03:08.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.161168000, lastModified=2023-03-25 18:03:08.160302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.161168000, lastModified=2023-03-25 18:03:08.160302000, delta=866000 ns, racy<=15000 ns 18:03:08.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.161420000, lastModified=2023-03-25 18:03:08.160302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.161420000, lastModified=2023-03-25 18:03:08.160302000, delta=1118000 ns, racy<=15000 ns 18:03:08.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.161680000, lastModified=2023-03-25 18:03:08.160302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.161680000, lastModified=2023-03-25 18:03:08.160302000, delta=1378000 ns, racy<=15000 ns 18:03:08.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.161 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.161934000, lastModified=2023-03-25 18:03:08.161302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.161934000, lastModified=2023-03-25 18:03:08.161302000, delta=632000 ns, racy<=15000 ns 18:03:08.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.162197000, lastModified=2023-03-25 18:03:08.161302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.162197000, lastModified=2023-03-25 18:03:08.161302000, delta=895000 ns, racy<=15000 ns 18:03:08.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.162456000, lastModified=2023-03-25 18:03:08.161302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.162456000, lastModified=2023-03-25 18:03:08.161302000, delta=1154000 ns, racy<=15000 ns 18:03:08.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.162708000, lastModified=2023-03-25 18:03:08.161302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.162708000, lastModified=2023-03-25 18:03:08.161302000, delta=1406000 ns, racy<=15000 ns 18:03:08.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.162 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.162965000, lastModified=2023-03-25 18:03:08.162302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.162965000, lastModified=2023-03-25 18:03:08.162302000, delta=663000 ns, racy<=15000 ns 18:03:08.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.163229000, lastModified=2023-03-25 18:03:08.162302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.163229000, lastModified=2023-03-25 18:03:08.162302000, delta=927000 ns, racy<=15000 ns 18:03:08.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.163481000, lastModified=2023-03-25 18:03:08.162302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.163481000, lastModified=2023-03-25 18:03:08.162302000, delta=1179000 ns, racy<=15000 ns 18:03:08.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.163728000, lastModified=2023-03-25 18:03:08.162302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.163728000, lastModified=2023-03-25 18:03:08.162302000, delta=1426000 ns, racy<=15000 ns 18:03:08.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.163 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.163982000, lastModified=2023-03-25 18:03:08.163302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.163982000, lastModified=2023-03-25 18:03:08.163302000, delta=680000 ns, racy<=15000 ns 18:03:08.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.164242000, lastModified=2023-03-25 18:03:08.163302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.164242000, lastModified=2023-03-25 18:03:08.163302000, delta=940000 ns, racy<=15000 ns 18:03:08.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.164484000, lastModified=2023-03-25 18:03:08.163302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.164484000, lastModified=2023-03-25 18:03:08.163302000, delta=1182000 ns, racy<=15000 ns 18:03:08.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.164737000, lastModified=2023-03-25 18:03:08.163302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.164737000, lastModified=2023-03-25 18:03:08.163302000, delta=1435000 ns, racy<=15000 ns 18:03:08.164 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.165003000, lastModified=2023-03-25 18:03:08.164302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.165003000, lastModified=2023-03-25 18:03:08.164302000, delta=701000 ns, racy<=15000 ns 18:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.165273000, lastModified=2023-03-25 18:03:08.164302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.165273000, lastModified=2023-03-25 18:03:08.164302000, delta=971000 ns, racy<=15000 ns 18:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.165541000, lastModified=2023-03-25 18:03:08.164302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.165541000, lastModified=2023-03-25 18:03:08.164302000, delta=1239000 ns, racy<=15000 ns 18:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.165793000, lastModified=2023-03-25 18:03:08.164302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.165793000, lastModified=2023-03-25 18:03:08.164302000, delta=1491000 ns, racy<=15000 ns 18:03:08.165 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.166049000, lastModified=2023-03-25 18:03:08.165302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.166049000, lastModified=2023-03-25 18:03:08.165302000, delta=747000 ns, racy<=15000 ns 18:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.166309000, lastModified=2023-03-25 18:03:08.165302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.166309000, lastModified=2023-03-25 18:03:08.165302000, delta=1007000 ns, racy<=15000 ns 18:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.166555000, lastModified=2023-03-25 18:03:08.165302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.166555000, lastModified=2023-03-25 18:03:08.165302000, delta=1253000 ns, racy<=15000 ns 18:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.166825000, lastModified=2023-03-25 18:03:08.165302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.166 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.165302000 to 2023-03-25 18:03:08.166302000 18:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.167093000, lastModified=2023-03-25 18:03:08.166302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.167093000, lastModified=2023-03-25 18:03:08.166302000, delta=791000 ns, racy<=15000 ns 18:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.167355000, lastModified=2023-03-25 18:03:08.166302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.167355000, lastModified=2023-03-25 18:03:08.166302000, delta=1053000 ns, racy<=15000 ns 18:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.167613000, lastModified=2023-03-25 18:03:08.166302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.167613000, lastModified=2023-03-25 18:03:08.166302000, delta=1311000 ns, racy<=15000 ns 18:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.167 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.167864000, lastModified=2023-03-25 18:03:08.166302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.166302000 to 2023-03-25 18:03:08.167302000 18:03:08.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.168129000, lastModified=2023-03-25 18:03:08.167302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.168129000, lastModified=2023-03-25 18:03:08.167302000, delta=827000 ns, racy<=15000 ns 18:03:08.168 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.171611000, lastModified=2023-03-25 18:03:08.167302000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.167302000 to 2023-03-25 18:03:08.170303000 18:03:08.171 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.171945000, lastModified=2023-03-25 18:03:08.171303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.171945000, lastModified=2023-03-25 18:03:08.171303000, delta=642000 ns, racy<=15000 ns 18:03:08.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.172257000, lastModified=2023-03-25 18:03:08.171303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.172257000, lastModified=2023-03-25 18:03:08.171303000, delta=954000 ns, racy<=15000 ns 18:03:08.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.172532000, lastModified=2023-03-25 18:03:08.171303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.172532000, lastModified=2023-03-25 18:03:08.171303000, delta=1229000 ns, racy<=15000 ns 18:03:08.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.172801000, lastModified=2023-03-25 18:03:08.171303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.172 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.171303000 to 2023-03-25 18:03:08.172303000 18:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.173057000, lastModified=2023-03-25 18:03:08.172303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.173057000, lastModified=2023-03-25 18:03:08.172303000, delta=754000 ns, racy<=15000 ns 18:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.173327000, lastModified=2023-03-25 18:03:08.172303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.173327000, lastModified=2023-03-25 18:03:08.172303000, delta=1024000 ns, racy<=15000 ns 18:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.173587000, lastModified=2023-03-25 18:03:08.172303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.173587000, lastModified=2023-03-25 18:03:08.172303000, delta=1284000 ns, racy<=15000 ns 18:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.173 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.173856000, lastModified=2023-03-25 18:03:08.172303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.172303000 to 2023-03-25 18:03:08.173303000 18:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.174138000, lastModified=2023-03-25 18:03:08.173303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.174138000, lastModified=2023-03-25 18:03:08.173303000, delta=835000 ns, racy<=15000 ns 18:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.174397000, lastModified=2023-03-25 18:03:08.173303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.174397000, lastModified=2023-03-25 18:03:08.173303000, delta=1094000 ns, racy<=15000 ns 18:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.174647000, lastModified=2023-03-25 18:03:08.173303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.174647000, lastModified=2023-03-25 18:03:08.173303000, delta=1344000 ns, racy<=15000 ns 18:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.174 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.174901000, lastModified=2023-03-25 18:03:08.173303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.173303000 to 2023-03-25 18:03:08.174303000 18:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.175200000, lastModified=2023-03-25 18:03:08.174303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.175200000, lastModified=2023-03-25 18:03:08.174303000, delta=897000 ns, racy<=15000 ns 18:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.175461000, lastModified=2023-03-25 18:03:08.174303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.175461000, lastModified=2023-03-25 18:03:08.174303000, delta=1158000 ns, racy<=15000 ns 18:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.175734000, lastModified=2023-03-25 18:03:08.174303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.175734000, lastModified=2023-03-25 18:03:08.174303000, delta=1431000 ns, racy<=15000 ns 18:03:08.175 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.176039000, lastModified=2023-03-25 18:03:08.175303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.176039000, lastModified=2023-03-25 18:03:08.175303000, delta=736000 ns, racy<=15000 ns 18:03:08.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.176316000, lastModified=2023-03-25 18:03:08.175303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.176316000, lastModified=2023-03-25 18:03:08.175303000, delta=1013000 ns, racy<=15000 ns 18:03:08.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.176574000, lastModified=2023-03-25 18:03:08.175303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.176574000, lastModified=2023-03-25 18:03:08.175303000, delta=1271000 ns, racy<=15000 ns 18:03:08.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.176829000, lastModified=2023-03-25 18:03:08.175303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.176 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.175303000 to 2023-03-25 18:03:08.176303000 18:03:08.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.177078000, lastModified=2023-03-25 18:03:08.176303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.177078000, lastModified=2023-03-25 18:03:08.176303000, delta=775000 ns, racy<=15000 ns 18:03:08.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.177344000, lastModified=2023-03-25 18:03:08.176303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.177344000, lastModified=2023-03-25 18:03:08.176303000, delta=1041000 ns, racy<=15000 ns 18:03:08.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.177595000, lastModified=2023-03-25 18:03:08.176303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.177595000, lastModified=2023-03-25 18:03:08.176303000, delta=1292000 ns, racy<=15000 ns 18:03:08.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.177 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.177851000, lastModified=2023-03-25 18:03:08.176303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.176303000 to 2023-03-25 18:03:08.177303000 18:03:08.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.178108000, lastModified=2023-03-25 18:03:08.177303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.178108000, lastModified=2023-03-25 18:03:08.177303000, delta=805000 ns, racy<=15000 ns 18:03:08.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.178364000, lastModified=2023-03-25 18:03:08.177303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.178364000, lastModified=2023-03-25 18:03:08.177303000, delta=1061000 ns, racy<=15000 ns 18:03:08.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.178620000, lastModified=2023-03-25 18:03:08.177303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.178620000, lastModified=2023-03-25 18:03:08.177303000, delta=1317000 ns, racy<=15000 ns 18:03:08.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.178 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.178874000, lastModified=2023-03-25 18:03:08.177303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.177303000 to 2023-03-25 18:03:08.178303000 18:03:08.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.179139000, lastModified=2023-03-25 18:03:08.178303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.179139000, lastModified=2023-03-25 18:03:08.178303000, delta=836000 ns, racy<=15000 ns 18:03:08.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.179403000, lastModified=2023-03-25 18:03:08.178303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.179403000, lastModified=2023-03-25 18:03:08.178303000, delta=1100000 ns, racy<=15000 ns 18:03:08.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.179653000, lastModified=2023-03-25 18:03:08.178303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.179653000, lastModified=2023-03-25 18:03:08.178303000, delta=1350000 ns, racy<=15000 ns 18:03:08.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.179 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.179914000, lastModified=2023-03-25 18:03:08.178303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.178303000 to 2023-03-25 18:03:08.179303000 18:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.180161000, lastModified=2023-03-25 18:03:08.179303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.180161000, lastModified=2023-03-25 18:03:08.179303000, delta=858000 ns, racy<=15000 ns 18:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.180414000, lastModified=2023-03-25 18:03:08.179303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.180414000, lastModified=2023-03-25 18:03:08.179303000, delta=1111000 ns, racy<=15000 ns 18:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.180668000, lastModified=2023-03-25 18:03:08.179303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.180668000, lastModified=2023-03-25 18:03:08.179303000, delta=1365000 ns, racy<=15000 ns 18:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.180 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.180928000, lastModified=2023-03-25 18:03:08.179303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.179303000 to 2023-03-25 18:03:08.180303000 18:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.181199000, lastModified=2023-03-25 18:03:08.180303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.181199000, lastModified=2023-03-25 18:03:08.180303000, delta=896000 ns, racy<=15000 ns 18:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.181499000, lastModified=2023-03-25 18:03:08.180303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.181499000, lastModified=2023-03-25 18:03:08.180303000, delta=1196000 ns, racy<=15000 ns 18:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.181780000, lastModified=2023-03-25 18:03:08.180303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.181780000, lastModified=2023-03-25 18:03:08.180303000, delta=1477000 ns, racy<=15000 ns 18:03:08.181 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.182077000, lastModified=2023-03-25 18:03:08.181303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.182077000, lastModified=2023-03-25 18:03:08.181303000, delta=774000 ns, racy<=15000 ns 18:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.182361000, lastModified=2023-03-25 18:03:08.181303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.182361000, lastModified=2023-03-25 18:03:08.181303000, delta=1058000 ns, racy<=15000 ns 18:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.182612000, lastModified=2023-03-25 18:03:08.181303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.182612000, lastModified=2023-03-25 18:03:08.181303000, delta=1309000 ns, racy<=15000 ns 18:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.182 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.182862000, lastModified=2023-03-25 18:03:08.181303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.181303000 to 2023-03-25 18:03:08.182303000 18:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.183119000, lastModified=2023-03-25 18:03:08.182303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.183119000, lastModified=2023-03-25 18:03:08.182303000, delta=816000 ns, racy<=15000 ns 18:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.183378000, lastModified=2023-03-25 18:03:08.182303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.183378000, lastModified=2023-03-25 18:03:08.182303000, delta=1075000 ns, racy<=15000 ns 18:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.183631000, lastModified=2023-03-25 18:03:08.182303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.183631000, lastModified=2023-03-25 18:03:08.182303000, delta=1328000 ns, racy<=15000 ns 18:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.183 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.183884000, lastModified=2023-03-25 18:03:08.182303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.182303000 to 2023-03-25 18:03:08.183303000 18:03:08.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.184199000, lastModified=2023-03-25 18:03:08.183303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.184199000, lastModified=2023-03-25 18:03:08.183303000, delta=896000 ns, racy<=15000 ns 18:03:08.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.184489000, lastModified=2023-03-25 18:03:08.183303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.184489000, lastModified=2023-03-25 18:03:08.183303000, delta=1186000 ns, racy<=15000 ns 18:03:08.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.184790000, lastModified=2023-03-25 18:03:08.183303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.184790000, lastModified=2023-03-25 18:03:08.183303000, delta=1487000 ns, racy<=15000 ns 18:03:08.184 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.185056000, lastModified=2023-03-25 18:03:08.184303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.185056000, lastModified=2023-03-25 18:03:08.184303000, delta=753000 ns, racy<=15000 ns 18:03:08.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.185 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.185326000, lastModified=2023-03-25 18:03:08.184303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.185326000, lastModified=2023-03-25 18:03:08.184303000, delta=1023000 ns, racy<=15000 ns 18:03:08.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.189306000, lastModified=2023-03-25 18:03:08.188303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.189306000, lastModified=2023-03-25 18:03:08.188303000, delta=1003000 ns, racy<=15000 ns 18:03:08.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.189581000, lastModified=2023-03-25 18:03:08.188303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.189581000, lastModified=2023-03-25 18:03:08.188303000, delta=1278000 ns, racy<=15000 ns 18:03:08.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.189840000, lastModified=2023-03-25 18:03:08.188303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.189 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.188303000 to 2023-03-25 18:03:08.189303000 18:03:08.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.190108000, lastModified=2023-03-25 18:03:08.189303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.190108000, lastModified=2023-03-25 18:03:08.189303000, delta=805000 ns, racy<=15000 ns 18:03:08.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.190373000, lastModified=2023-03-25 18:03:08.189303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.190373000, lastModified=2023-03-25 18:03:08.189303000, delta=1070000 ns, racy<=15000 ns 18:03:08.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.190626000, lastModified=2023-03-25 18:03:08.189303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.190626000, lastModified=2023-03-25 18:03:08.189303000, delta=1323000 ns, racy<=15000 ns 18:03:08.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.190 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.190879000, lastModified=2023-03-25 18:03:08.189303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.189303000 to 2023-03-25 18:03:08.190303000 18:03:08.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.191141000, lastModified=2023-03-25 18:03:08.190303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.191141000, lastModified=2023-03-25 18:03:08.190303000, delta=838000 ns, racy<=15000 ns 18:03:08.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.191390000, lastModified=2023-03-25 18:03:08.190303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.191390000, lastModified=2023-03-25 18:03:08.190303000, delta=1087000 ns, racy<=15000 ns 18:03:08.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.191641000, lastModified=2023-03-25 18:03:08.190303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.191641000, lastModified=2023-03-25 18:03:08.190303000, delta=1338000 ns, racy<=15000 ns 18:03:08.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.191 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.191928000, lastModified=2023-03-25 18:03:08.190303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.190303000 to 2023-03-25 18:03:08.191303000 18:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.192178000, lastModified=2023-03-25 18:03:08.191303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.192178000, lastModified=2023-03-25 18:03:08.191303000, delta=875000 ns, racy<=15000 ns 18:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.192426000, lastModified=2023-03-25 18:03:08.191303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.192426000, lastModified=2023-03-25 18:03:08.191303000, delta=1123000 ns, racy<=15000 ns 18:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.192675000, lastModified=2023-03-25 18:03:08.191303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.192675000, lastModified=2023-03-25 18:03:08.191303000, delta=1372000 ns, racy<=15000 ns 18:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.192 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.192924000, lastModified=2023-03-25 18:03:08.191303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.191303000 to 2023-03-25 18:03:08.192303000 18:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.193167000, lastModified=2023-03-25 18:03:08.192303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.193167000, lastModified=2023-03-25 18:03:08.192303000, delta=864000 ns, racy<=15000 ns 18:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.193413000, lastModified=2023-03-25 18:03:08.192303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.193413000, lastModified=2023-03-25 18:03:08.192303000, delta=1110000 ns, racy<=15000 ns 18:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.193664000, lastModified=2023-03-25 18:03:08.192303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.193664000, lastModified=2023-03-25 18:03:08.192303000, delta=1361000 ns, racy<=15000 ns 18:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.193 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.193934000, lastModified=2023-03-25 18:03:08.192303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.192303000 to 2023-03-25 18:03:08.193303000 18:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.194199000, lastModified=2023-03-25 18:03:08.193303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.194199000, lastModified=2023-03-25 18:03:08.193303000, delta=896000 ns, racy<=15000 ns 18:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.194453000, lastModified=2023-03-25 18:03:08.193303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.194453000, lastModified=2023-03-25 18:03:08.193303000, delta=1150000 ns, racy<=15000 ns 18:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.194707000, lastModified=2023-03-25 18:03:08.193303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.194707000, lastModified=2023-03-25 18:03:08.193303000, delta=1404000 ns, racy<=15000 ns 18:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.194 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.194967000, lastModified=2023-03-25 18:03:08.194303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.194967000, lastModified=2023-03-25 18:03:08.194303000, delta=664000 ns, racy<=15000 ns 18:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.195225000, lastModified=2023-03-25 18:03:08.194303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.195225000, lastModified=2023-03-25 18:03:08.194303000, delta=922000 ns, racy<=15000 ns 18:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.195473000, lastModified=2023-03-25 18:03:08.194303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.195473000, lastModified=2023-03-25 18:03:08.194303000, delta=1170000 ns, racy<=15000 ns 18:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.195722000, lastModified=2023-03-25 18:03:08.194303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.195722000, lastModified=2023-03-25 18:03:08.194303000, delta=1419000 ns, racy<=15000 ns 18:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.195 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.195976000, lastModified=2023-03-25 18:03:08.195303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.195976000, lastModified=2023-03-25 18:03:08.195303000, delta=673000 ns, racy<=15000 ns 18:03:08.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.196234000, lastModified=2023-03-25 18:03:08.195303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.196234000, lastModified=2023-03-25 18:03:08.195303000, delta=931000 ns, racy<=15000 ns 18:03:08.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.196487000, lastModified=2023-03-25 18:03:08.195303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.196487000, lastModified=2023-03-25 18:03:08.195303000, delta=1184000 ns, racy<=15000 ns 18:03:08.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.196730000, lastModified=2023-03-25 18:03:08.195303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.196730000, lastModified=2023-03-25 18:03:08.195303000, delta=1427000 ns, racy<=15000 ns 18:03:08.196 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.197045000, lastModified=2023-03-25 18:03:08.196303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.197045000, lastModified=2023-03-25 18:03:08.196303000, delta=742000 ns, racy<=15000 ns 18:03:08.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.197309000, lastModified=2023-03-25 18:03:08.196303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.197309000, lastModified=2023-03-25 18:03:08.196303000, delta=1006000 ns, racy<=15000 ns 18:03:08.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.197552000, lastModified=2023-03-25 18:03:08.196303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.197552000, lastModified=2023-03-25 18:03:08.196303000, delta=1249000 ns, racy<=15000 ns 18:03:08.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.197799000, lastModified=2023-03-25 18:03:08.196303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.197799000, lastModified=2023-03-25 18:03:08.196303000, delta=1496000 ns, racy<=15000 ns 18:03:08.197 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.198077000, lastModified=2023-03-25 18:03:08.197303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.198077000, lastModified=2023-03-25 18:03:08.197303000, delta=774000 ns, racy<=15000 ns 18:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.198345000, lastModified=2023-03-25 18:03:08.197303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.198345000, lastModified=2023-03-25 18:03:08.197303000, delta=1042000 ns, racy<=15000 ns 18:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.198592000, lastModified=2023-03-25 18:03:08.197303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.198592000, lastModified=2023-03-25 18:03:08.197303000, delta=1289000 ns, racy<=15000 ns 18:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.198847000, lastModified=2023-03-25 18:03:08.197303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.198 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.197303000 to 2023-03-25 18:03:08.198303000 18:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.199095000, lastModified=2023-03-25 18:03:08.198303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.199095000, lastModified=2023-03-25 18:03:08.198303000, delta=792000 ns, racy<=15000 ns 18:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.199357000, lastModified=2023-03-25 18:03:08.198303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.199357000, lastModified=2023-03-25 18:03:08.198303000, delta=1054000 ns, racy<=15000 ns 18:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.199608000, lastModified=2023-03-25 18:03:08.198303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.199608000, lastModified=2023-03-25 18:03:08.198303000, delta=1305000 ns, racy<=15000 ns 18:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.199 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.199852000, lastModified=2023-03-25 18:03:08.198303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.198303000 to 2023-03-25 18:03:08.199303000 18:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.200120000, lastModified=2023-03-25 18:03:08.199303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.200120000, lastModified=2023-03-25 18:03:08.199303000, delta=817000 ns, racy<=15000 ns 18:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.200381000, lastModified=2023-03-25 18:03:08.199303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.200381000, lastModified=2023-03-25 18:03:08.199303000, delta=1078000 ns, racy<=15000 ns 18:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.200639000, lastModified=2023-03-25 18:03:08.199303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.200639000, lastModified=2023-03-25 18:03:08.199303000, delta=1336000 ns, racy<=15000 ns 18:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.200 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.200897000, lastModified=2023-03-25 18:03:08.199303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.199303000 to 2023-03-25 18:03:08.200303000 18:03:08.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.201147000, lastModified=2023-03-25 18:03:08.200303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.201147000, lastModified=2023-03-25 18:03:08.200303000, delta=844000 ns, racy<=15000 ns 18:03:08.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.201415000, lastModified=2023-03-25 18:03:08.200303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.201415000, lastModified=2023-03-25 18:03:08.200303000, delta=1112000 ns, racy<=15000 ns 18:03:08.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.201679000, lastModified=2023-03-25 18:03:08.200303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.201679000, lastModified=2023-03-25 18:03:08.200303000, delta=1376000 ns, racy<=15000 ns 18:03:08.201 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.201962000, lastModified=2023-03-25 18:03:08.201303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.201962000, lastModified=2023-03-25 18:03:08.201303000, delta=659000 ns, racy<=15000 ns 18:03:08.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.202263000, lastModified=2023-03-25 18:03:08.201303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.202263000, lastModified=2023-03-25 18:03:08.201303000, delta=960000 ns, racy<=15000 ns 18:03:08.202 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.211742000, lastModified=2023-03-25 18:03:08.201303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.211 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.201303000 to 2023-03-25 18:03:08.211303000 18:03:08.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.212107000, lastModified=2023-03-25 18:03:08.211303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.212107000, lastModified=2023-03-25 18:03:08.211303000, delta=804000 ns, racy<=15000 ns 18:03:08.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.212384000, lastModified=2023-03-25 18:03:08.211303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.212384000, lastModified=2023-03-25 18:03:08.211303000, delta=1081000 ns, racy<=15000 ns 18:03:08.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.212646000, lastModified=2023-03-25 18:03:08.211303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.212646000, lastModified=2023-03-25 18:03:08.211303000, delta=1343000 ns, racy<=15000 ns 18:03:08.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.212 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.212910000, lastModified=2023-03-25 18:03:08.211303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.211303000 to 2023-03-25 18:03:08.212303000 18:03:08.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.213169000, lastModified=2023-03-25 18:03:08.212303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.213169000, lastModified=2023-03-25 18:03:08.212303000, delta=866000 ns, racy<=15000 ns 18:03:08.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.213421000, lastModified=2023-03-25 18:03:08.212303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.213421000, lastModified=2023-03-25 18:03:08.212303000, delta=1118000 ns, racy<=15000 ns 18:03:08.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.213678000, lastModified=2023-03-25 18:03:08.212303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.213678000, lastModified=2023-03-25 18:03:08.212303000, delta=1375000 ns, racy<=15000 ns 18:03:08.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.213 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.213944000, lastModified=2023-03-25 18:03:08.213303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.213944000, lastModified=2023-03-25 18:03:08.213303000, delta=641000 ns, racy<=15000 ns 18:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.214208000, lastModified=2023-03-25 18:03:08.213303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.214208000, lastModified=2023-03-25 18:03:08.213303000, delta=905000 ns, racy<=15000 ns 18:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.214471000, lastModified=2023-03-25 18:03:08.213303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.214471000, lastModified=2023-03-25 18:03:08.213303000, delta=1168000 ns, racy<=15000 ns 18:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.214711000, lastModified=2023-03-25 18:03:08.213303000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.214711000, lastModified=2023-03-25 18:03:08.213303000, delta=1408000 ns, racy<=15000 ns 18:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.214 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.214970000, lastModified=2023-03-25 18:03:08.214304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.214970000, lastModified=2023-03-25 18:03:08.214304000, delta=666000 ns, racy<=15000 ns 18:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.215226000, lastModified=2023-03-25 18:03:08.214304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.215226000, lastModified=2023-03-25 18:03:08.214304000, delta=922000 ns, racy<=15000 ns 18:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.215469000, lastModified=2023-03-25 18:03:08.214304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.215469000, lastModified=2023-03-25 18:03:08.214304000, delta=1165000 ns, racy<=15000 ns 18:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.215710000, lastModified=2023-03-25 18:03:08.214304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.215710000, lastModified=2023-03-25 18:03:08.214304000, delta=1406000 ns, racy<=15000 ns 18:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.215 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.215966000, lastModified=2023-03-25 18:03:08.215304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.215304000 to 2023-03-25 18:03:08.248304000 18:03:08.249 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.249947000, lastModified=2023-03-25 18:03:08.249304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.249947000, lastModified=2023-03-25 18:03:08.249304000, delta=643000 ns, racy<=15000 ns 18:03:08.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.250247000, lastModified=2023-03-25 18:03:08.249304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.250247000, lastModified=2023-03-25 18:03:08.249304000, delta=943000 ns, racy<=15000 ns 18:03:08.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.250516000, lastModified=2023-03-25 18:03:08.249304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.250516000, lastModified=2023-03-25 18:03:08.249304000, delta=1212000 ns, racy<=15000 ns 18:03:08.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.250782000, lastModified=2023-03-25 18:03:08.249304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.250782000, lastModified=2023-03-25 18:03:08.249304000, delta=1478000 ns, racy<=15000 ns 18:03:08.250 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.251045000, lastModified=2023-03-25 18:03:08.250304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.251045000, lastModified=2023-03-25 18:03:08.250304000, delta=741000 ns, racy<=15000 ns 18:03:08.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.251296000, lastModified=2023-03-25 18:03:08.250304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.251296000, lastModified=2023-03-25 18:03:08.250304000, delta=992000 ns, racy<=15000 ns 18:03:08.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.251538000, lastModified=2023-03-25 18:03:08.250304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.251538000, lastModified=2023-03-25 18:03:08.250304000, delta=1234000 ns, racy<=15000 ns 18:03:08.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.251781000, lastModified=2023-03-25 18:03:08.250304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.251781000, lastModified=2023-03-25 18:03:08.250304000, delta=1477000 ns, racy<=15000 ns 18:03:08.251 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.252060000, lastModified=2023-03-25 18:03:08.251304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.252060000, lastModified=2023-03-25 18:03:08.251304000, delta=756000 ns, racy<=15000 ns 18:03:08.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.252338000, lastModified=2023-03-25 18:03:08.251304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.252338000, lastModified=2023-03-25 18:03:08.251304000, delta=1034000 ns, racy<=15000 ns 18:03:08.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.252601000, lastModified=2023-03-25 18:03:08.251304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.252601000, lastModified=2023-03-25 18:03:08.251304000, delta=1297000 ns, racy<=15000 ns 18:03:08.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.252 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.252871000, lastModified=2023-03-25 18:03:08.251304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.251304000 to 2023-03-25 18:03:08.252304000 18:03:08.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.253132000, lastModified=2023-03-25 18:03:08.252304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.253132000, lastModified=2023-03-25 18:03:08.252304000, delta=828000 ns, racy<=15000 ns 18:03:08.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.253394000, lastModified=2023-03-25 18:03:08.252304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.253394000, lastModified=2023-03-25 18:03:08.252304000, delta=1090000 ns, racy<=15000 ns 18:03:08.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.253656000, lastModified=2023-03-25 18:03:08.252304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.253656000, lastModified=2023-03-25 18:03:08.252304000, delta=1352000 ns, racy<=15000 ns 18:03:08.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.253 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.253936000, lastModified=2023-03-25 18:03:08.253304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.253936000, lastModified=2023-03-25 18:03:08.253304000, delta=632000 ns, racy<=15000 ns 18:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.254207000, lastModified=2023-03-25 18:03:08.253304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.254207000, lastModified=2023-03-25 18:03:08.253304000, delta=903000 ns, racy<=15000 ns 18:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.254461000, lastModified=2023-03-25 18:03:08.253304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.254461000, lastModified=2023-03-25 18:03:08.253304000, delta=1157000 ns, racy<=15000 ns 18:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.254726000, lastModified=2023-03-25 18:03:08.253304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.254726000, lastModified=2023-03-25 18:03:08.253304000, delta=1422000 ns, racy<=15000 ns 18:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.254 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.254976000, lastModified=2023-03-25 18:03:08.254304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.254976000, lastModified=2023-03-25 18:03:08.254304000, delta=672000 ns, racy<=15000 ns 18:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.255229000, lastModified=2023-03-25 18:03:08.254304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.255229000, lastModified=2023-03-25 18:03:08.254304000, delta=925000 ns, racy<=15000 ns 18:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.255479000, lastModified=2023-03-25 18:03:08.254304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.255479000, lastModified=2023-03-25 18:03:08.254304000, delta=1175000 ns, racy<=15000 ns 18:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.255722000, lastModified=2023-03-25 18:03:08.254304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.255722000, lastModified=2023-03-25 18:03:08.254304000, delta=1418000 ns, racy<=15000 ns 18:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.255 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.255975000, lastModified=2023-03-25 18:03:08.255304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.255975000, lastModified=2023-03-25 18:03:08.255304000, delta=671000 ns, racy<=15000 ns 18:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.256227000, lastModified=2023-03-25 18:03:08.255304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.256227000, lastModified=2023-03-25 18:03:08.255304000, delta=923000 ns, racy<=15000 ns 18:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.256466000, lastModified=2023-03-25 18:03:08.255304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.256466000, lastModified=2023-03-25 18:03:08.255304000, delta=1162000 ns, racy<=15000 ns 18:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.256710000, lastModified=2023-03-25 18:03:08.255304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.256710000, lastModified=2023-03-25 18:03:08.255304000, delta=1406000 ns, racy<=15000 ns 18:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.256 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.256963000, lastModified=2023-03-25 18:03:08.256304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.256963000, lastModified=2023-03-25 18:03:08.256304000, delta=659000 ns, racy<=15000 ns 18:03:08.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.257216000, lastModified=2023-03-25 18:03:08.256304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.257216000, lastModified=2023-03-25 18:03:08.256304000, delta=912000 ns, racy<=15000 ns 18:03:08.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.257458000, lastModified=2023-03-25 18:03:08.256304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.257458000, lastModified=2023-03-25 18:03:08.256304000, delta=1154000 ns, racy<=15000 ns 18:03:08.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.257725000, lastModified=2023-03-25 18:03:08.256304000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.257725000, lastModified=2023-03-25 18:03:08.256304000, delta=1421000 ns, racy<=15000 ns 18:03:08.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.257 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.257986000, lastModified=2023-03-25 18:03:08.257305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.257986000, lastModified=2023-03-25 18:03:08.257305000, delta=681000 ns, racy<=15000 ns 18:03:08.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.258248000, lastModified=2023-03-25 18:03:08.257305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.258248000, lastModified=2023-03-25 18:03:08.257305000, delta=943000 ns, racy<=15000 ns 18:03:08.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.258493000, lastModified=2023-03-25 18:03:08.257305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.258493000, lastModified=2023-03-25 18:03:08.257305000, delta=1188000 ns, racy<=15000 ns 18:03:08.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.258 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.258741000, lastModified=2023-03-25 18:03:08.257305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.258741000, lastModified=2023-03-25 18:03:08.257305000, delta=1436000 ns, racy<=15000 ns 18:03:08.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.262726000, lastModified=2023-03-25 18:03:08.261305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.262726000, lastModified=2023-03-25 18:03:08.261305000, delta=1421000 ns, racy<=15000 ns 18:03:08.262 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.262995000, lastModified=2023-03-25 18:03:08.262305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.262995000, lastModified=2023-03-25 18:03:08.262305000, delta=690000 ns, racy<=15000 ns 18:03:08.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.263258000, lastModified=2023-03-25 18:03:08.262305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.263258000, lastModified=2023-03-25 18:03:08.262305000, delta=953000 ns, racy<=15000 ns 18:03:08.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.263505000, lastModified=2023-03-25 18:03:08.262305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.263505000, lastModified=2023-03-25 18:03:08.262305000, delta=1200000 ns, racy<=15000 ns 18:03:08.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.263753000, lastModified=2023-03-25 18:03:08.262305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.263753000, lastModified=2023-03-25 18:03:08.262305000, delta=1448000 ns, racy<=15000 ns 18:03:08.263 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.264015000, lastModified=2023-03-25 18:03:08.263305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.264015000, lastModified=2023-03-25 18:03:08.263305000, delta=710000 ns, racy<=15000 ns 18:03:08.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.264282000, lastModified=2023-03-25 18:03:08.263305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.264282000, lastModified=2023-03-25 18:03:08.263305000, delta=977000 ns, racy<=15000 ns 18:03:08.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.264532000, lastModified=2023-03-25 18:03:08.263305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.264532000, lastModified=2023-03-25 18:03:08.263305000, delta=1227000 ns, racy<=15000 ns 18:03:08.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.264775000, lastModified=2023-03-25 18:03:08.263305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.264775000, lastModified=2023-03-25 18:03:08.263305000, delta=1470000 ns, racy<=15000 ns 18:03:08.264 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.265027000, lastModified=2023-03-25 18:03:08.264305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.265027000, lastModified=2023-03-25 18:03:08.264305000, delta=722000 ns, racy<=15000 ns 18:03:08.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.265281000, lastModified=2023-03-25 18:03:08.264305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.265281000, lastModified=2023-03-25 18:03:08.264305000, delta=976000 ns, racy<=15000 ns 18:03:08.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.265527000, lastModified=2023-03-25 18:03:08.264305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.265527000, lastModified=2023-03-25 18:03:08.264305000, delta=1222000 ns, racy<=15000 ns 18:03:08.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.265770000, lastModified=2023-03-25 18:03:08.264305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.265770000, lastModified=2023-03-25 18:03:08.264305000, delta=1465000 ns, racy<=15000 ns 18:03:08.265 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.266053000, lastModified=2023-03-25 18:03:08.265305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.266053000, lastModified=2023-03-25 18:03:08.265305000, delta=748000 ns, racy<=15000 ns 18:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.266313000, lastModified=2023-03-25 18:03:08.265305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.266313000, lastModified=2023-03-25 18:03:08.265305000, delta=1008000 ns, racy<=15000 ns 18:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.266559000, lastModified=2023-03-25 18:03:08.265305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.266559000, lastModified=2023-03-25 18:03:08.265305000, delta=1254000 ns, racy<=15000 ns 18:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.266805000, lastModified=2023-03-25 18:03:08.265305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.266 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.265305000 to 2023-03-25 18:03:08.266305000 18:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.267046000, lastModified=2023-03-25 18:03:08.266305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.267046000, lastModified=2023-03-25 18:03:08.266305000, delta=741000 ns, racy<=15000 ns 18:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.267301000, lastModified=2023-03-25 18:03:08.266305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.267301000, lastModified=2023-03-25 18:03:08.266305000, delta=996000 ns, racy<=15000 ns 18:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.267551000, lastModified=2023-03-25 18:03:08.266305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.267551000, lastModified=2023-03-25 18:03:08.266305000, delta=1246000 ns, racy<=15000 ns 18:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.267796000, lastModified=2023-03-25 18:03:08.266305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.267796000, lastModified=2023-03-25 18:03:08.266305000, delta=1491000 ns, racy<=15000 ns 18:03:08.267 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.268050000, lastModified=2023-03-25 18:03:08.267305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.268050000, lastModified=2023-03-25 18:03:08.267305000, delta=745000 ns, racy<=15000 ns 18:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.268301000, lastModified=2023-03-25 18:03:08.267305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.268301000, lastModified=2023-03-25 18:03:08.267305000, delta=996000 ns, racy<=15000 ns 18:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.268545000, lastModified=2023-03-25 18:03:08.267305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.268545000, lastModified=2023-03-25 18:03:08.267305000, delta=1240000 ns, racy<=15000 ns 18:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.268782000, lastModified=2023-03-25 18:03:08.267305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.268782000, lastModified=2023-03-25 18:03:08.267305000, delta=1477000 ns, racy<=15000 ns 18:03:08.268 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.269038000, lastModified=2023-03-25 18:03:08.268305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.269038000, lastModified=2023-03-25 18:03:08.268305000, delta=733000 ns, racy<=15000 ns 18:03:08.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.269320000, lastModified=2023-03-25 18:03:08.268305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.269320000, lastModified=2023-03-25 18:03:08.268305000, delta=1015000 ns, racy<=15000 ns 18:03:08.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.269567000, lastModified=2023-03-25 18:03:08.268305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.269567000, lastModified=2023-03-25 18:03:08.268305000, delta=1262000 ns, racy<=15000 ns 18:03:08.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.269817000, lastModified=2023-03-25 18:03:08.268305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.269 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.268305000 to 2023-03-25 18:03:08.269305000 18:03:08.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.270064000, lastModified=2023-03-25 18:03:08.269305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.270064000, lastModified=2023-03-25 18:03:08.269305000, delta=759000 ns, racy<=15000 ns 18:03:08.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.270324000, lastModified=2023-03-25 18:03:08.269305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.270324000, lastModified=2023-03-25 18:03:08.269305000, delta=1019000 ns, racy<=15000 ns 18:03:08.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.270597000, lastModified=2023-03-25 18:03:08.269305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.270597000, lastModified=2023-03-25 18:03:08.269305000, delta=1292000 ns, racy<=15000 ns 18:03:08.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.270841000, lastModified=2023-03-25 18:03:08.269305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.270 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.269305000 to 2023-03-25 18:03:08.270305000 18:03:08.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.271097000, lastModified=2023-03-25 18:03:08.270305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.271097000, lastModified=2023-03-25 18:03:08.270305000, delta=792000 ns, racy<=15000 ns 18:03:08.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.271358000, lastModified=2023-03-25 18:03:08.270305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.271358000, lastModified=2023-03-25 18:03:08.270305000, delta=1053000 ns, racy<=15000 ns 18:03:08.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.271607000, lastModified=2023-03-25 18:03:08.270305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.271607000, lastModified=2023-03-25 18:03:08.270305000, delta=1302000 ns, racy<=15000 ns 18:03:08.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.271 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.271856000, lastModified=2023-03-25 18:03:08.270305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.270305000 to 2023-03-25 18:03:08.271305000 18:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.272137000, lastModified=2023-03-25 18:03:08.271305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.272137000, lastModified=2023-03-25 18:03:08.271305000, delta=832000 ns, racy<=15000 ns 18:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.272398000, lastModified=2023-03-25 18:03:08.271305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.272398000, lastModified=2023-03-25 18:03:08.271305000, delta=1093000 ns, racy<=15000 ns 18:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.272661000, lastModified=2023-03-25 18:03:08.271305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.272661000, lastModified=2023-03-25 18:03:08.271305000, delta=1356000 ns, racy<=15000 ns 18:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.272 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.272923000, lastModified=2023-03-25 18:03:08.271305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.271305000 to 2023-03-25 18:03:08.272305000 18:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.273172000, lastModified=2023-03-25 18:03:08.272305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.273172000, lastModified=2023-03-25 18:03:08.272305000, delta=867000 ns, racy<=15000 ns 18:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.273493000, lastModified=2023-03-25 18:03:08.272305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.273493000, lastModified=2023-03-25 18:03:08.272305000, delta=1188000 ns, racy<=15000 ns 18:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.273740000, lastModified=2023-03-25 18:03:08.272305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.273 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.273740000, lastModified=2023-03-25 18:03:08.272305000, delta=1435000 ns, racy<=15000 ns 18:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.274116000, lastModified=2023-03-25 18:03:08.273305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.274116000, lastModified=2023-03-25 18:03:08.273305000, delta=811000 ns, racy<=15000 ns 18:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.274397000, lastModified=2023-03-25 18:03:08.273305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.274397000, lastModified=2023-03-25 18:03:08.273305000, delta=1092000 ns, racy<=15000 ns 18:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.274665000, lastModified=2023-03-25 18:03:08.273305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.274665000, lastModified=2023-03-25 18:03:08.273305000, delta=1360000 ns, racy<=15000 ns 18:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.274 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.274953000, lastModified=2023-03-25 18:03:08.274305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.274953000, lastModified=2023-03-25 18:03:08.274305000, delta=648000 ns, racy<=15000 ns 18:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.275255000, lastModified=2023-03-25 18:03:08.274305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.275255000, lastModified=2023-03-25 18:03:08.274305000, delta=950000 ns, racy<=15000 ns 18:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.275509000, lastModified=2023-03-25 18:03:08.274305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.275509000, lastModified=2023-03-25 18:03:08.274305000, delta=1204000 ns, racy<=15000 ns 18:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.275763000, lastModified=2023-03-25 18:03:08.274305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.275763000, lastModified=2023-03-25 18:03:08.274305000, delta=1458000 ns, racy<=15000 ns 18:03:08.275 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.279720000, lastModified=2023-03-25 18:03:08.275305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.279 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.275305000 to 2023-03-25 18:03:08.278305000 18:03:08.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.280054000, lastModified=2023-03-25 18:03:08.279305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.280054000, lastModified=2023-03-25 18:03:08.279305000, delta=749000 ns, racy<=15000 ns 18:03:08.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.280351000, lastModified=2023-03-25 18:03:08.279305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.280351000, lastModified=2023-03-25 18:03:08.279305000, delta=1046000 ns, racy<=15000 ns 18:03:08.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.280612000, lastModified=2023-03-25 18:03:08.279305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.280612000, lastModified=2023-03-25 18:03:08.279305000, delta=1307000 ns, racy<=15000 ns 18:03:08.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.280 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.280859000, lastModified=2023-03-25 18:03:08.279305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.279305000 to 2023-03-25 18:03:08.280305000 18:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.281132000, lastModified=2023-03-25 18:03:08.280305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.281132000, lastModified=2023-03-25 18:03:08.280305000, delta=827000 ns, racy<=15000 ns 18:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.281387000, lastModified=2023-03-25 18:03:08.280305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.281387000, lastModified=2023-03-25 18:03:08.280305000, delta=1082000 ns, racy<=15000 ns 18:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.281637000, lastModified=2023-03-25 18:03:08.280305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.281637000, lastModified=2023-03-25 18:03:08.280305000, delta=1332000 ns, racy<=15000 ns 18:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.281 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.281880000, lastModified=2023-03-25 18:03:08.280305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.280305000 to 2023-03-25 18:03:08.281305000 18:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.282158000, lastModified=2023-03-25 18:03:08.281305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.282158000, lastModified=2023-03-25 18:03:08.281305000, delta=853000 ns, racy<=15000 ns 18:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.282405000, lastModified=2023-03-25 18:03:08.281305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.282405000, lastModified=2023-03-25 18:03:08.281305000, delta=1100000 ns, racy<=15000 ns 18:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.282648000, lastModified=2023-03-25 18:03:08.281305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.282648000, lastModified=2023-03-25 18:03:08.281305000, delta=1343000 ns, racy<=15000 ns 18:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.282 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.282889000, lastModified=2023-03-25 18:03:08.281305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.281305000 to 2023-03-25 18:03:08.282305000 18:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.283138000, lastModified=2023-03-25 18:03:08.282305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.283138000, lastModified=2023-03-25 18:03:08.282305000, delta=833000 ns, racy<=15000 ns 18:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.283382000, lastModified=2023-03-25 18:03:08.282305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.283382000, lastModified=2023-03-25 18:03:08.282305000, delta=1077000 ns, racy<=15000 ns 18:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.283637000, lastModified=2023-03-25 18:03:08.282305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.283637000, lastModified=2023-03-25 18:03:08.282305000, delta=1332000 ns, racy<=15000 ns 18:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.283 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.283890000, lastModified=2023-03-25 18:03:08.282305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.282305000 to 2023-03-25 18:03:08.283305000 18:03:08.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.284175000, lastModified=2023-03-25 18:03:08.283305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.284175000, lastModified=2023-03-25 18:03:08.283305000, delta=870000 ns, racy<=15000 ns 18:03:08.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.284431000, lastModified=2023-03-25 18:03:08.283305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.284431000, lastModified=2023-03-25 18:03:08.283305000, delta=1126000 ns, racy<=15000 ns 18:03:08.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.284700000, lastModified=2023-03-25 18:03:08.283305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.284700000, lastModified=2023-03-25 18:03:08.283305000, delta=1395000 ns, racy<=15000 ns 18:03:08.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.284 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.284967000, lastModified=2023-03-25 18:03:08.284305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.284967000, lastModified=2023-03-25 18:03:08.284305000, delta=662000 ns, racy<=15000 ns 18:03:08.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.285228000, lastModified=2023-03-25 18:03:08.284305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.285228000, lastModified=2023-03-25 18:03:08.284305000, delta=923000 ns, racy<=15000 ns 18:03:08.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.285484000, lastModified=2023-03-25 18:03:08.284305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.285484000, lastModified=2023-03-25 18:03:08.284305000, delta=1179000 ns, racy<=15000 ns 18:03:08.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.285733000, lastModified=2023-03-25 18:03:08.284305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.285733000, lastModified=2023-03-25 18:03:08.284305000, delta=1428000 ns, racy<=15000 ns 18:03:08.285 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.285992000, lastModified=2023-03-25 18:03:08.285305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.285992000, lastModified=2023-03-25 18:03:08.285305000, delta=687000 ns, racy<=15000 ns 18:03:08.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.286278000, lastModified=2023-03-25 18:03:08.285305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.286278000, lastModified=2023-03-25 18:03:08.285305000, delta=973000 ns, racy<=15000 ns 18:03:08.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.286527000, lastModified=2023-03-25 18:03:08.285305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.286527000, lastModified=2023-03-25 18:03:08.285305000, delta=1222000 ns, racy<=15000 ns 18:03:08.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.286803000, lastModified=2023-03-25 18:03:08.285305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.286 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.285305000 to 2023-03-25 18:03:08.286305000 18:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.287048000, lastModified=2023-03-25 18:03:08.286305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.287048000, lastModified=2023-03-25 18:03:08.286305000, delta=743000 ns, racy<=15000 ns 18:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.287312000, lastModified=2023-03-25 18:03:08.286305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.287312000, lastModified=2023-03-25 18:03:08.286305000, delta=1007000 ns, racy<=15000 ns 18:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.287559000, lastModified=2023-03-25 18:03:08.286305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.287559000, lastModified=2023-03-25 18:03:08.286305000, delta=1254000 ns, racy<=15000 ns 18:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.287826000, lastModified=2023-03-25 18:03:08.286305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.287 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.286305000 to 2023-03-25 18:03:08.287305000 18:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.288061000, lastModified=2023-03-25 18:03:08.287305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.288061000, lastModified=2023-03-25 18:03:08.287305000, delta=756000 ns, racy<=15000 ns 18:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.288310000, lastModified=2023-03-25 18:03:08.287305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.288310000, lastModified=2023-03-25 18:03:08.287305000, delta=1005000 ns, racy<=15000 ns 18:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.288549000, lastModified=2023-03-25 18:03:08.287305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.288549000, lastModified=2023-03-25 18:03:08.287305000, delta=1244000 ns, racy<=15000 ns 18:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.288793000, lastModified=2023-03-25 18:03:08.287305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.288793000, lastModified=2023-03-25 18:03:08.287305000, delta=1488000 ns, racy<=15000 ns 18:03:08.288 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.289067000, lastModified=2023-03-25 18:03:08.288305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.289067000, lastModified=2023-03-25 18:03:08.288305000, delta=762000 ns, racy<=15000 ns 18:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.289326000, lastModified=2023-03-25 18:03:08.288305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.289326000, lastModified=2023-03-25 18:03:08.288305000, delta=1021000 ns, racy<=15000 ns 18:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.289595000, lastModified=2023-03-25 18:03:08.288305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.289595000, lastModified=2023-03-25 18:03:08.288305000, delta=1290000 ns, racy<=15000 ns 18:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.289 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.289843000, lastModified=2023-03-25 18:03:08.288305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.288305000 to 2023-03-25 18:03:08.289305000 18:03:08.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.290119000, lastModified=2023-03-25 18:03:08.289305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.290119000, lastModified=2023-03-25 18:03:08.289305000, delta=814000 ns, racy<=15000 ns 18:03:08.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.290396000, lastModified=2023-03-25 18:03:08.289305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.290396000, lastModified=2023-03-25 18:03:08.289305000, delta=1091000 ns, racy<=15000 ns 18:03:08.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.290656000, lastModified=2023-03-25 18:03:08.289305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.290656000, lastModified=2023-03-25 18:03:08.289305000, delta=1351000 ns, racy<=15000 ns 18:03:08.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.290 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.290902000, lastModified=2023-03-25 18:03:08.289305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.289305000 to 2023-03-25 18:03:08.290305000 18:03:08.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.291141000, lastModified=2023-03-25 18:03:08.290305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.291141000, lastModified=2023-03-25 18:03:08.290305000, delta=836000 ns, racy<=15000 ns 18:03:08.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.291384000, lastModified=2023-03-25 18:03:08.290305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.291384000, lastModified=2023-03-25 18:03:08.290305000, delta=1079000 ns, racy<=15000 ns 18:03:08.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.291625000, lastModified=2023-03-25 18:03:08.290305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.291625000, lastModified=2023-03-25 18:03:08.290305000, delta=1320000 ns, racy<=15000 ns 18:03:08.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.291 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.291866000, lastModified=2023-03-25 18:03:08.290305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.290305000 to 2023-03-25 18:03:08.291305000 18:03:08.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.292123000, lastModified=2023-03-25 18:03:08.291305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.292123000, lastModified=2023-03-25 18:03:08.291305000, delta=818000 ns, racy<=15000 ns 18:03:08.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.292379000, lastModified=2023-03-25 18:03:08.291305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.292379000, lastModified=2023-03-25 18:03:08.291305000, delta=1074000 ns, racy<=15000 ns 18:03:08.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.292621000, lastModified=2023-03-25 18:03:08.291305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.292621000, lastModified=2023-03-25 18:03:08.291305000, delta=1316000 ns, racy<=15000 ns 18:03:08.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.292 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.292861000, lastModified=2023-03-25 18:03:08.291305000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.291305000 to 2023-03-25 18:03:08.292305000 18:03:08.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.303553000, lastModified=2023-03-25 18:03:08.302306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.303553000, lastModified=2023-03-25 18:03:08.302306000, delta=1247000 ns, racy<=15000 ns 18:03:08.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.303833000, lastModified=2023-03-25 18:03:08.302306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.303 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.302306000 to 2023-03-25 18:03:08.303306000 18:03:08.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.304095000, lastModified=2023-03-25 18:03:08.303306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.304095000, lastModified=2023-03-25 18:03:08.303306000, delta=789000 ns, racy<=15000 ns 18:03:08.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.304356000, lastModified=2023-03-25 18:03:08.303306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.304356000, lastModified=2023-03-25 18:03:08.303306000, delta=1050000 ns, racy<=15000 ns 18:03:08.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.304604000, lastModified=2023-03-25 18:03:08.303306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.304604000, lastModified=2023-03-25 18:03:08.303306000, delta=1298000 ns, racy<=15000 ns 18:03:08.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.304 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.304856000, lastModified=2023-03-25 18:03:08.303306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.303306000 to 2023-03-25 18:03:08.304306000 18:03:08.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.305149000, lastModified=2023-03-25 18:03:08.304306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.305149000, lastModified=2023-03-25 18:03:08.304306000, delta=843000 ns, racy<=15000 ns 18:03:08.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.305400000, lastModified=2023-03-25 18:03:08.304306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.305400000, lastModified=2023-03-25 18:03:08.304306000, delta=1094000 ns, racy<=15000 ns 18:03:08.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.305667000, lastModified=2023-03-25 18:03:08.304306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.305667000, lastModified=2023-03-25 18:03:08.304306000, delta=1361000 ns, racy<=15000 ns 18:03:08.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.305 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.305924000, lastModified=2023-03-25 18:03:08.304306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.304306000 to 2023-03-25 18:03:08.305306000 18:03:08.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.306180000, lastModified=2023-03-25 18:03:08.305306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.306180000, lastModified=2023-03-25 18:03:08.305306000, delta=874000 ns, racy<=15000 ns 18:03:08.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.306420000, lastModified=2023-03-25 18:03:08.305306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.306420000, lastModified=2023-03-25 18:03:08.305306000, delta=1114000 ns, racy<=15000 ns 18:03:08.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.306661000, lastModified=2023-03-25 18:03:08.305306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.306661000, lastModified=2023-03-25 18:03:08.305306000, delta=1355000 ns, racy<=15000 ns 18:03:08.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.306 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.306912000, lastModified=2023-03-25 18:03:08.305306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.305306000 to 2023-03-25 18:03:08.306306000 18:03:08.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.307150000, lastModified=2023-03-25 18:03:08.306306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.307150000, lastModified=2023-03-25 18:03:08.306306000, delta=844000 ns, racy<=15000 ns 18:03:08.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.307391000, lastModified=2023-03-25 18:03:08.306306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.307391000, lastModified=2023-03-25 18:03:08.306306000, delta=1085000 ns, racy<=15000 ns 18:03:08.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.307635000, lastModified=2023-03-25 18:03:08.306306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.307635000, lastModified=2023-03-25 18:03:08.306306000, delta=1329000 ns, racy<=15000 ns 18:03:08.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.307 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.307877000, lastModified=2023-03-25 18:03:08.306306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.306306000 to 2023-03-25 18:03:08.307306000 18:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.308176000, lastModified=2023-03-25 18:03:08.307306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.308176000, lastModified=2023-03-25 18:03:08.307306000, delta=870000 ns, racy<=15000 ns 18:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.308421000, lastModified=2023-03-25 18:03:08.307306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.308421000, lastModified=2023-03-25 18:03:08.307306000, delta=1115000 ns, racy<=15000 ns 18:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.308663000, lastModified=2023-03-25 18:03:08.307306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.308663000, lastModified=2023-03-25 18:03:08.307306000, delta=1357000 ns, racy<=15000 ns 18:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.308 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.308913000, lastModified=2023-03-25 18:03:08.307306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.307306000 to 2023-03-25 18:03:08.308306000 18:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.309146000, lastModified=2023-03-25 18:03:08.308306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.309146000, lastModified=2023-03-25 18:03:08.308306000, delta=840000 ns, racy<=15000 ns 18:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.309394000, lastModified=2023-03-25 18:03:08.308306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.309394000, lastModified=2023-03-25 18:03:08.308306000, delta=1088000 ns, racy<=15000 ns 18:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.309631000, lastModified=2023-03-25 18:03:08.308306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.309631000, lastModified=2023-03-25 18:03:08.308306000, delta=1325000 ns, racy<=15000 ns 18:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.309 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.309870000, lastModified=2023-03-25 18:03:08.308306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.308306000 to 2023-03-25 18:03:08.309306000 18:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.310128000, lastModified=2023-03-25 18:03:08.309306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.310128000, lastModified=2023-03-25 18:03:08.309306000, delta=822000 ns, racy<=15000 ns 18:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.310382000, lastModified=2023-03-25 18:03:08.309306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.310382000, lastModified=2023-03-25 18:03:08.309306000, delta=1076000 ns, racy<=15000 ns 18:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.310636000, lastModified=2023-03-25 18:03:08.309306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.310636000, lastModified=2023-03-25 18:03:08.309306000, delta=1330000 ns, racy<=15000 ns 18:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.310 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.310884000, lastModified=2023-03-25 18:03:08.309306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.309306000 to 2023-03-25 18:03:08.310306000 18:03:08.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.311131000, lastModified=2023-03-25 18:03:08.310306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.311131000, lastModified=2023-03-25 18:03:08.310306000, delta=825000 ns, racy<=15000 ns 18:03:08.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.311381000, lastModified=2023-03-25 18:03:08.310306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.311381000, lastModified=2023-03-25 18:03:08.310306000, delta=1075000 ns, racy<=15000 ns 18:03:08.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.311616000, lastModified=2023-03-25 18:03:08.310306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.311616000, lastModified=2023-03-25 18:03:08.310306000, delta=1310000 ns, racy<=15000 ns 18:03:08.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.311 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.311856000, lastModified=2023-03-25 18:03:08.310306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.310306000 to 2023-03-25 18:03:08.311306000 18:03:08.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.312109000, lastModified=2023-03-25 18:03:08.311306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.312109000, lastModified=2023-03-25 18:03:08.311306000, delta=803000 ns, racy<=15000 ns 18:03:08.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.312363000, lastModified=2023-03-25 18:03:08.311306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.312363000, lastModified=2023-03-25 18:03:08.311306000, delta=1057000 ns, racy<=15000 ns 18:03:08.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.312602000, lastModified=2023-03-25 18:03:08.311306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.312602000, lastModified=2023-03-25 18:03:08.311306000, delta=1296000 ns, racy<=15000 ns 18:03:08.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.312 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.312854000, lastModified=2023-03-25 18:03:08.311306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.311306000 to 2023-03-25 18:03:08.312306000 18:03:08.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.313109000, lastModified=2023-03-25 18:03:08.312306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.313109000, lastModified=2023-03-25 18:03:08.312306000, delta=803000 ns, racy<=15000 ns 18:03:08.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.313351000, lastModified=2023-03-25 18:03:08.312306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.313351000, lastModified=2023-03-25 18:03:08.312306000, delta=1045000 ns, racy<=15000 ns 18:03:08.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.313594000, lastModified=2023-03-25 18:03:08.312306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.313594000, lastModified=2023-03-25 18:03:08.312306000, delta=1288000 ns, racy<=15000 ns 18:03:08.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.313833000, lastModified=2023-03-25 18:03:08.312306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.313 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.312306000 to 2023-03-25 18:03:08.313306000 18:03:08.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.314104000, lastModified=2023-03-25 18:03:08.313306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.314104000, lastModified=2023-03-25 18:03:08.313306000, delta=798000 ns, racy<=15000 ns 18:03:08.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.314370000, lastModified=2023-03-25 18:03:08.313306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.314370000, lastModified=2023-03-25 18:03:08.313306000, delta=1064000 ns, racy<=15000 ns 18:03:08.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.314610000, lastModified=2023-03-25 18:03:08.313306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.314610000, lastModified=2023-03-25 18:03:08.313306000, delta=1304000 ns, racy<=15000 ns 18:03:08.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.314 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.314840000, lastModified=2023-03-25 18:03:08.313306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.313306000 to 2023-03-25 18:03:08.314306000 18:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.315111000, lastModified=2023-03-25 18:03:08.314306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.315111000, lastModified=2023-03-25 18:03:08.314306000, delta=805000 ns, racy<=15000 ns 18:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.315373000, lastModified=2023-03-25 18:03:08.314306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.315373000, lastModified=2023-03-25 18:03:08.314306000, delta=1067000 ns, racy<=15000 ns 18:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.315620000, lastModified=2023-03-25 18:03:08.314306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.315620000, lastModified=2023-03-25 18:03:08.314306000, delta=1314000 ns, racy<=15000 ns 18:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.315 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.315867000, lastModified=2023-03-25 18:03:08.314306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.314306000 to 2023-03-25 18:03:08.315306000 18:03:08.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.316127000, lastModified=2023-03-25 18:03:08.315306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.316127000, lastModified=2023-03-25 18:03:08.315306000, delta=821000 ns, racy<=15000 ns 18:03:08.316 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.318 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.318855000, lastModified=2023-03-25 18:03:08.315306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.315306000 to 2023-03-25 18:03:08.318306000 18:03:08.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.319142000, lastModified=2023-03-25 18:03:08.318306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.319142000, lastModified=2023-03-25 18:03:08.318306000, delta=836000 ns, racy<=15000 ns 18:03:08.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.319394000, lastModified=2023-03-25 18:03:08.318306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.319394000, lastModified=2023-03-25 18:03:08.318306000, delta=1088000 ns, racy<=15000 ns 18:03:08.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.319668000, lastModified=2023-03-25 18:03:08.318306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.319668000, lastModified=2023-03-25 18:03:08.318306000, delta=1362000 ns, racy<=15000 ns 18:03:08.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.319 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.319937000, lastModified=2023-03-25 18:03:08.319306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.319937000, lastModified=2023-03-25 18:03:08.319306000, delta=631000 ns, racy<=15000 ns 18:03:08.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.320201000, lastModified=2023-03-25 18:03:08.319306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.320201000, lastModified=2023-03-25 18:03:08.319306000, delta=895000 ns, racy<=15000 ns 18:03:08.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.320463000, lastModified=2023-03-25 18:03:08.319306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.320463000, lastModified=2023-03-25 18:03:08.319306000, delta=1157000 ns, racy<=15000 ns 18:03:08.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.320739000, lastModified=2023-03-25 18:03:08.319306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.320739000, lastModified=2023-03-25 18:03:08.319306000, delta=1433000 ns, racy<=15000 ns 18:03:08.320 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.321000000, lastModified=2023-03-25 18:03:08.320306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.321000000, lastModified=2023-03-25 18:03:08.320306000, delta=694000 ns, racy<=15000 ns 18:03:08.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.321282000, lastModified=2023-03-25 18:03:08.320306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.321282000, lastModified=2023-03-25 18:03:08.320306000, delta=976000 ns, racy<=15000 ns 18:03:08.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.321538000, lastModified=2023-03-25 18:03:08.320306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.321538000, lastModified=2023-03-25 18:03:08.320306000, delta=1232000 ns, racy<=15000 ns 18:03:08.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.321792000, lastModified=2023-03-25 18:03:08.320306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.321792000, lastModified=2023-03-25 18:03:08.320306000, delta=1486000 ns, racy<=15000 ns 18:03:08.321 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.322051000, lastModified=2023-03-25 18:03:08.321306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.322051000, lastModified=2023-03-25 18:03:08.321306000, delta=745000 ns, racy<=15000 ns 18:03:08.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.322319000, lastModified=2023-03-25 18:03:08.321306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.322319000, lastModified=2023-03-25 18:03:08.321306000, delta=1013000 ns, racy<=15000 ns 18:03:08.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.322557000, lastModified=2023-03-25 18:03:08.321306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.322557000, lastModified=2023-03-25 18:03:08.321306000, delta=1251000 ns, racy<=15000 ns 18:03:08.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.322809000, lastModified=2023-03-25 18:03:08.321306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.322 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.321306000 to 2023-03-25 18:03:08.322306000 18:03:08.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.323036000, lastModified=2023-03-25 18:03:08.322306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.323036000, lastModified=2023-03-25 18:03:08.322306000, delta=730000 ns, racy<=15000 ns 18:03:08.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.323301000, lastModified=2023-03-25 18:03:08.322306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.323301000, lastModified=2023-03-25 18:03:08.322306000, delta=995000 ns, racy<=15000 ns 18:03:08.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.323541000, lastModified=2023-03-25 18:03:08.322306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.323541000, lastModified=2023-03-25 18:03:08.322306000, delta=1235000 ns, racy<=15000 ns 18:03:08.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.323783000, lastModified=2023-03-25 18:03:08.322306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.323783000, lastModified=2023-03-25 18:03:08.322306000, delta=1477000 ns, racy<=15000 ns 18:03:08.323 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.324040000, lastModified=2023-03-25 18:03:08.323306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.324040000, lastModified=2023-03-25 18:03:08.323306000, delta=734000 ns, racy<=15000 ns 18:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.324295000, lastModified=2023-03-25 18:03:08.323306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.324295000, lastModified=2023-03-25 18:03:08.323306000, delta=989000 ns, racy<=15000 ns 18:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.324556000, lastModified=2023-03-25 18:03:08.323306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.324556000, lastModified=2023-03-25 18:03:08.323306000, delta=1250000 ns, racy<=15000 ns 18:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.324799000, lastModified=2023-03-25 18:03:08.323306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.324 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.323306000 to 2023-03-25 18:03:08.324306000 18:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.325043000, lastModified=2023-03-25 18:03:08.324306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.325043000, lastModified=2023-03-25 18:03:08.324306000, delta=737000 ns, racy<=15000 ns 18:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.325305000, lastModified=2023-03-25 18:03:08.324306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.325305000, lastModified=2023-03-25 18:03:08.324306000, delta=999000 ns, racy<=15000 ns 18:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.325552000, lastModified=2023-03-25 18:03:08.324306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.325552000, lastModified=2023-03-25 18:03:08.324306000, delta=1246000 ns, racy<=15000 ns 18:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.325824000, lastModified=2023-03-25 18:03:08.324306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.325 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.324306000 to 2023-03-25 18:03:08.325306000 18:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.326076000, lastModified=2023-03-25 18:03:08.325306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.326076000, lastModified=2023-03-25 18:03:08.325306000, delta=770000 ns, racy<=15000 ns 18:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.326338000, lastModified=2023-03-25 18:03:08.325306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.326338000, lastModified=2023-03-25 18:03:08.325306000, delta=1032000 ns, racy<=15000 ns 18:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.326593000, lastModified=2023-03-25 18:03:08.325306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.326593000, lastModified=2023-03-25 18:03:08.325306000, delta=1287000 ns, racy<=15000 ns 18:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.326 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.326876000, lastModified=2023-03-25 18:03:08.325306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.325306000 to 2023-03-25 18:03:08.326306000 18:03:08.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.327169000, lastModified=2023-03-25 18:03:08.326306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.327169000, lastModified=2023-03-25 18:03:08.326306000, delta=863000 ns, racy<=15000 ns 18:03:08.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.327419000, lastModified=2023-03-25 18:03:08.326306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.327419000, lastModified=2023-03-25 18:03:08.326306000, delta=1113000 ns, racy<=15000 ns 18:03:08.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.327675000, lastModified=2023-03-25 18:03:08.326306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.327675000, lastModified=2023-03-25 18:03:08.326306000, delta=1369000 ns, racy<=15000 ns 18:03:08.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.327 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.327934000, lastModified=2023-03-25 18:03:08.327306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.327934000, lastModified=2023-03-25 18:03:08.327306000, delta=628000 ns, racy<=15000 ns 18:03:08.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.328200000, lastModified=2023-03-25 18:03:08.327306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.328200000, lastModified=2023-03-25 18:03:08.327306000, delta=894000 ns, racy<=15000 ns 18:03:08.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.328453000, lastModified=2023-03-25 18:03:08.327306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.328453000, lastModified=2023-03-25 18:03:08.327306000, delta=1147000 ns, racy<=15000 ns 18:03:08.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.328720000, lastModified=2023-03-25 18:03:08.327306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.328720000, lastModified=2023-03-25 18:03:08.327306000, delta=1414000 ns, racy<=15000 ns 18:03:08.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.328 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.328979000, lastModified=2023-03-25 18:03:08.328306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.328979000, lastModified=2023-03-25 18:03:08.328306000, delta=673000 ns, racy<=15000 ns 18:03:08.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.329244000, lastModified=2023-03-25 18:03:08.328306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.329244000, lastModified=2023-03-25 18:03:08.328306000, delta=938000 ns, racy<=15000 ns 18:03:08.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.329493000, lastModified=2023-03-25 18:03:08.328306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.329493000, lastModified=2023-03-25 18:03:08.328306000, delta=1187000 ns, racy<=15000 ns 18:03:08.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.329740000, lastModified=2023-03-25 18:03:08.328306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.329740000, lastModified=2023-03-25 18:03:08.328306000, delta=1434000 ns, racy<=15000 ns 18:03:08.329 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.329996000, lastModified=2023-03-25 18:03:08.329306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.329996000, lastModified=2023-03-25 18:03:08.329306000, delta=690000 ns, racy<=15000 ns 18:03:08.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.330258000, lastModified=2023-03-25 18:03:08.329306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.330258000, lastModified=2023-03-25 18:03:08.329306000, delta=952000 ns, racy<=15000 ns 18:03:08.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.330506000, lastModified=2023-03-25 18:03:08.329306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.330506000, lastModified=2023-03-25 18:03:08.329306000, delta=1200000 ns, racy<=15000 ns 18:03:08.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.330755000, lastModified=2023-03-25 18:03:08.329306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.330755000, lastModified=2023-03-25 18:03:08.329306000, delta=1449000 ns, racy<=15000 ns 18:03:08.330 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.331025000, lastModified=2023-03-25 18:03:08.330306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.331025000, lastModified=2023-03-25 18:03:08.330306000, delta=719000 ns, racy<=15000 ns 18:03:08.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.331283000, lastModified=2023-03-25 18:03:08.330306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.331283000, lastModified=2023-03-25 18:03:08.330306000, delta=977000 ns, racy<=15000 ns 18:03:08.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.331531000, lastModified=2023-03-25 18:03:08.330306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.331531000, lastModified=2023-03-25 18:03:08.330306000, delta=1225000 ns, racy<=15000 ns 18:03:08.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.331774000, lastModified=2023-03-25 18:03:08.330306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.331774000, lastModified=2023-03-25 18:03:08.330306000, delta=1468000 ns, racy<=15000 ns 18:03:08.331 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.332 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.332026000, lastModified=2023-03-25 18:03:08.331306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.332026000, lastModified=2023-03-25 18:03:08.331306000, delta=720000 ns, racy<=15000 ns 18:03:08.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.335 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.335947000, lastModified=2023-03-25 18:03:08.334306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.334306000 to 2023-03-25 18:03:08.335306000 18:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.336194000, lastModified=2023-03-25 18:03:08.335306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.336194000, lastModified=2023-03-25 18:03:08.335306000, delta=888000 ns, racy<=15000 ns 18:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.336438000, lastModified=2023-03-25 18:03:08.335306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.336438000, lastModified=2023-03-25 18:03:08.335306000, delta=1132000 ns, racy<=15000 ns 18:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.336686000, lastModified=2023-03-25 18:03:08.335306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.336686000, lastModified=2023-03-25 18:03:08.335306000, delta=1380000 ns, racy<=15000 ns 18:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.336 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.336967000, lastModified=2023-03-25 18:03:08.336306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.336967000, lastModified=2023-03-25 18:03:08.336306000, delta=661000 ns, racy<=15000 ns 18:03:08.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.337239000, lastModified=2023-03-25 18:03:08.336306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.337239000, lastModified=2023-03-25 18:03:08.336306000, delta=933000 ns, racy<=15000 ns 18:03:08.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.337498000, lastModified=2023-03-25 18:03:08.336306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.337498000, lastModified=2023-03-25 18:03:08.336306000, delta=1192000 ns, racy<=15000 ns 18:03:08.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.337743000, lastModified=2023-03-25 18:03:08.336306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.337743000, lastModified=2023-03-25 18:03:08.336306000, delta=1437000 ns, racy<=15000 ns 18:03:08.337 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.338003000, lastModified=2023-03-25 18:03:08.337306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.338003000, lastModified=2023-03-25 18:03:08.337306000, delta=697000 ns, racy<=15000 ns 18:03:08.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.338265000, lastModified=2023-03-25 18:03:08.337306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.338265000, lastModified=2023-03-25 18:03:08.337306000, delta=959000 ns, racy<=15000 ns 18:03:08.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.338514000, lastModified=2023-03-25 18:03:08.337306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.338514000, lastModified=2023-03-25 18:03:08.337306000, delta=1208000 ns, racy<=15000 ns 18:03:08.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.338767000, lastModified=2023-03-25 18:03:08.337306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.338767000, lastModified=2023-03-25 18:03:08.337306000, delta=1461000 ns, racy<=15000 ns 18:03:08.338 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.339009000, lastModified=2023-03-25 18:03:08.338306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.339009000, lastModified=2023-03-25 18:03:08.338306000, delta=703000 ns, racy<=15000 ns 18:03:08.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.339266000, lastModified=2023-03-25 18:03:08.338306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.339266000, lastModified=2023-03-25 18:03:08.338306000, delta=960000 ns, racy<=15000 ns 18:03:08.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.339508000, lastModified=2023-03-25 18:03:08.338306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.339508000, lastModified=2023-03-25 18:03:08.338306000, delta=1202000 ns, racy<=15000 ns 18:03:08.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.339756000, lastModified=2023-03-25 18:03:08.338306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.339756000, lastModified=2023-03-25 18:03:08.338306000, delta=1450000 ns, racy<=15000 ns 18:03:08.339 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.340076000, lastModified=2023-03-25 18:03:08.339306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.340076000, lastModified=2023-03-25 18:03:08.339306000, delta=770000 ns, racy<=15000 ns 18:03:08.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.340330000, lastModified=2023-03-25 18:03:08.339306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.340330000, lastModified=2023-03-25 18:03:08.339306000, delta=1024000 ns, racy<=15000 ns 18:03:08.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.340566000, lastModified=2023-03-25 18:03:08.339306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.340566000, lastModified=2023-03-25 18:03:08.339306000, delta=1260000 ns, racy<=15000 ns 18:03:08.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.340810000, lastModified=2023-03-25 18:03:08.339306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.340 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.339306000 to 2023-03-25 18:03:08.340306000 18:03:08.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.341042000, lastModified=2023-03-25 18:03:08.340306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.341042000, lastModified=2023-03-25 18:03:08.340306000, delta=736000 ns, racy<=15000 ns 18:03:08.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.341288000, lastModified=2023-03-25 18:03:08.340306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.341288000, lastModified=2023-03-25 18:03:08.340306000, delta=982000 ns, racy<=15000 ns 18:03:08.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.341 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.341534000, lastModified=2023-03-25 18:03:08.340306000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.349 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.340306000 to 2023-03-25 18:03:08.348307000 18:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.350081000, lastModified=2023-03-25 18:03:08.349307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.350081000, lastModified=2023-03-25 18:03:08.349307000, delta=774000 ns, racy<=15000 ns 18:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.350381000, lastModified=2023-03-25 18:03:08.349307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.350381000, lastModified=2023-03-25 18:03:08.349307000, delta=1074000 ns, racy<=15000 ns 18:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.350636000, lastModified=2023-03-25 18:03:08.349307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.350636000, lastModified=2023-03-25 18:03:08.349307000, delta=1329000 ns, racy<=15000 ns 18:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.350 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.350889000, lastModified=2023-03-25 18:03:08.349307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.349307000 to 2023-03-25 18:03:08.350307000 18:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.351128000, lastModified=2023-03-25 18:03:08.350307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.351128000, lastModified=2023-03-25 18:03:08.350307000, delta=821000 ns, racy<=15000 ns 18:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.351368000, lastModified=2023-03-25 18:03:08.350307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.351368000, lastModified=2023-03-25 18:03:08.350307000, delta=1061000 ns, racy<=15000 ns 18:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.351610000, lastModified=2023-03-25 18:03:08.350307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.351610000, lastModified=2023-03-25 18:03:08.350307000, delta=1303000 ns, racy<=15000 ns 18:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.351847000, lastModified=2023-03-25 18:03:08.350307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.351 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.350307000 to 2023-03-25 18:03:08.351307000 18:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.352081000, lastModified=2023-03-25 18:03:08.351307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.352081000, lastModified=2023-03-25 18:03:08.351307000, delta=774000 ns, racy<=15000 ns 18:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.352329000, lastModified=2023-03-25 18:03:08.351307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.352329000, lastModified=2023-03-25 18:03:08.351307000, delta=1022000 ns, racy<=15000 ns 18:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.352567000, lastModified=2023-03-25 18:03:08.351307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.352567000, lastModified=2023-03-25 18:03:08.351307000, delta=1260000 ns, racy<=15000 ns 18:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.352810000, lastModified=2023-03-25 18:03:08.351307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.352 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.351307000 to 2023-03-25 18:03:08.352307000 18:03:08.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.353052000, lastModified=2023-03-25 18:03:08.352307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.353052000, lastModified=2023-03-25 18:03:08.352307000, delta=745000 ns, racy<=15000 ns 18:03:08.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.353298000, lastModified=2023-03-25 18:03:08.352307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.353298000, lastModified=2023-03-25 18:03:08.352307000, delta=991000 ns, racy<=15000 ns 18:03:08.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.353537000, lastModified=2023-03-25 18:03:08.352307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.353537000, lastModified=2023-03-25 18:03:08.352307000, delta=1230000 ns, racy<=15000 ns 18:03:08.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.353782000, lastModified=2023-03-25 18:03:08.352307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.353 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.352307000 to 2023-03-25 18:03:08.353307000 18:03:08.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.354068000, lastModified=2023-03-25 18:03:08.353307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.354068000, lastModified=2023-03-25 18:03:08.353307000, delta=761000 ns, racy<=15000 ns 18:03:08.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.354331000, lastModified=2023-03-25 18:03:08.353307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.354331000, lastModified=2023-03-25 18:03:08.353307000, delta=1024000 ns, racy<=15000 ns 18:03:08.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.354584000, lastModified=2023-03-25 18:03:08.353307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.354584000, lastModified=2023-03-25 18:03:08.353307000, delta=1277000 ns, racy<=15000 ns 18:03:08.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.354833000, lastModified=2023-03-25 18:03:08.353307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.354 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.353307000 to 2023-03-25 18:03:08.354307000 18:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.355075000, lastModified=2023-03-25 18:03:08.354307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.355075000, lastModified=2023-03-25 18:03:08.354307000, delta=768000 ns, racy<=15000 ns 18:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.355336000, lastModified=2023-03-25 18:03:08.354307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.355336000, lastModified=2023-03-25 18:03:08.354307000, delta=1029000 ns, racy<=15000 ns 18:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.355593000, lastModified=2023-03-25 18:03:08.354307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.355593000, lastModified=2023-03-25 18:03:08.354307000, delta=1286000 ns, racy<=15000 ns 18:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.355 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.355841000, lastModified=2023-03-25 18:03:08.354307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.354307000 to 2023-03-25 18:03:08.355307000 18:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.356112000, lastModified=2023-03-25 18:03:08.355307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.356112000, lastModified=2023-03-25 18:03:08.355307000, delta=805000 ns, racy<=15000 ns 18:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.356366000, lastModified=2023-03-25 18:03:08.355307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.356366000, lastModified=2023-03-25 18:03:08.355307000, delta=1059000 ns, racy<=15000 ns 18:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.356622000, lastModified=2023-03-25 18:03:08.355307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.356622000, lastModified=2023-03-25 18:03:08.355307000, delta=1315000 ns, racy<=15000 ns 18:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.356 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.356869000, lastModified=2023-03-25 18:03:08.355307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.357 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.355307000 to 2023-03-25 18:03:08.356307000 18:03:08.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.361765000, lastModified=2023-03-25 18:03:08.356307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.361 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.356307000 to 2023-03-25 18:03:08.361307000 18:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.362044000, lastModified=2023-03-25 18:03:08.361307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.362044000, lastModified=2023-03-25 18:03:08.361307000, delta=737000 ns, racy<=15000 ns 18:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.362296000, lastModified=2023-03-25 18:03:08.361307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.362296000, lastModified=2023-03-25 18:03:08.361307000, delta=989000 ns, racy<=15000 ns 18:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.362538000, lastModified=2023-03-25 18:03:08.361307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.362538000, lastModified=2023-03-25 18:03:08.361307000, delta=1231000 ns, racy<=15000 ns 18:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.362781000, lastModified=2023-03-25 18:03:08.361307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.362781000, lastModified=2023-03-25 18:03:08.361307000, delta=1474000 ns, racy<=15000 ns 18:03:08.362 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.363045000, lastModified=2023-03-25 18:03:08.362307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.363045000, lastModified=2023-03-25 18:03:08.362307000, delta=738000 ns, racy<=15000 ns 18:03:08.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.363299000, lastModified=2023-03-25 18:03:08.362307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.363299000, lastModified=2023-03-25 18:03:08.362307000, delta=992000 ns, racy<=15000 ns 18:03:08.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.363538000, lastModified=2023-03-25 18:03:08.362307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.363538000, lastModified=2023-03-25 18:03:08.362307000, delta=1231000 ns, racy<=15000 ns 18:03:08.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.363775000, lastModified=2023-03-25 18:03:08.362307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.363775000, lastModified=2023-03-25 18:03:08.362307000, delta=1468000 ns, racy<=15000 ns 18:03:08.363 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.364025000, lastModified=2023-03-25 18:03:08.363307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.364025000, lastModified=2023-03-25 18:03:08.363307000, delta=718000 ns, racy<=15000 ns 18:03:08.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.364274000, lastModified=2023-03-25 18:03:08.363307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.364274000, lastModified=2023-03-25 18:03:08.363307000, delta=967000 ns, racy<=15000 ns 18:03:08.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.364513000, lastModified=2023-03-25 18:03:08.363307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.364513000, lastModified=2023-03-25 18:03:08.363307000, delta=1206000 ns, racy<=15000 ns 18:03:08.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.364754000, lastModified=2023-03-25 18:03:08.363307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.364754000, lastModified=2023-03-25 18:03:08.363307000, delta=1447000 ns, racy<=15000 ns 18:03:08.364 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.365007000, lastModified=2023-03-25 18:03:08.364307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.365007000, lastModified=2023-03-25 18:03:08.364307000, delta=700000 ns, racy<=15000 ns 18:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.365257000, lastModified=2023-03-25 18:03:08.364307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.365257000, lastModified=2023-03-25 18:03:08.364307000, delta=950000 ns, racy<=15000 ns 18:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.365498000, lastModified=2023-03-25 18:03:08.364307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.365498000, lastModified=2023-03-25 18:03:08.364307000, delta=1191000 ns, racy<=15000 ns 18:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.365739000, lastModified=2023-03-25 18:03:08.364307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.365739000, lastModified=2023-03-25 18:03:08.364307000, delta=1432000 ns, racy<=15000 ns 18:03:08.365 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.366046000, lastModified=2023-03-25 18:03:08.365307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.366046000, lastModified=2023-03-25 18:03:08.365307000, delta=739000 ns, racy<=15000 ns 18:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.366324000, lastModified=2023-03-25 18:03:08.365307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.366324000, lastModified=2023-03-25 18:03:08.365307000, delta=1017000 ns, racy<=15000 ns 18:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.366571000, lastModified=2023-03-25 18:03:08.365307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.366571000, lastModified=2023-03-25 18:03:08.365307000, delta=1264000 ns, racy<=15000 ns 18:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.366823000, lastModified=2023-03-25 18:03:08.365307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.366 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.365307000 to 2023-03-25 18:03:08.366307000 18:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.367080000, lastModified=2023-03-25 18:03:08.366307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.367080000, lastModified=2023-03-25 18:03:08.366307000, delta=773000 ns, racy<=15000 ns 18:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.367330000, lastModified=2023-03-25 18:03:08.366307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.367330000, lastModified=2023-03-25 18:03:08.366307000, delta=1023000 ns, racy<=15000 ns 18:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.367566000, lastModified=2023-03-25 18:03:08.366307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.367566000, lastModified=2023-03-25 18:03:08.366307000, delta=1259000 ns, racy<=15000 ns 18:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.367804000, lastModified=2023-03-25 18:03:08.366307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.367 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.366307000 to 2023-03-25 18:03:08.367307000 18:03:08.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.368047000, lastModified=2023-03-25 18:03:08.367307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.368047000, lastModified=2023-03-25 18:03:08.367307000, delta=740000 ns, racy<=15000 ns 18:03:08.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.368322000, lastModified=2023-03-25 18:03:08.367307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.368322000, lastModified=2023-03-25 18:03:08.367307000, delta=1015000 ns, racy<=15000 ns 18:03:08.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.368581000, lastModified=2023-03-25 18:03:08.367307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.368581000, lastModified=2023-03-25 18:03:08.367307000, delta=1274000 ns, racy<=15000 ns 18:03:08.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.368831000, lastModified=2023-03-25 18:03:08.367307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.368 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.367307000 to 2023-03-25 18:03:08.368307000 18:03:08.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.369075000, lastModified=2023-03-25 18:03:08.368307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.369075000, lastModified=2023-03-25 18:03:08.368307000, delta=768000 ns, racy<=15000 ns 18:03:08.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.369348000, lastModified=2023-03-25 18:03:08.368307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.369348000, lastModified=2023-03-25 18:03:08.368307000, delta=1041000 ns, racy<=15000 ns 18:03:08.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.369600000, lastModified=2023-03-25 18:03:08.368307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.369600000, lastModified=2023-03-25 18:03:08.368307000, delta=1293000 ns, racy<=15000 ns 18:03:08.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.369848000, lastModified=2023-03-25 18:03:08.368307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.369 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.368307000 to 2023-03-25 18:03:08.369307000 18:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.370089000, lastModified=2023-03-25 18:03:08.369307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.370089000, lastModified=2023-03-25 18:03:08.369307000, delta=782000 ns, racy<=15000 ns 18:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.370339000, lastModified=2023-03-25 18:03:08.369307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.370339000, lastModified=2023-03-25 18:03:08.369307000, delta=1032000 ns, racy<=15000 ns 18:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.370607000, lastModified=2023-03-25 18:03:08.369307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.370607000, lastModified=2023-03-25 18:03:08.369307000, delta=1300000 ns, racy<=15000 ns 18:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.370 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.370959000, lastModified=2023-03-25 18:03:08.369307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.369307000 to 2023-03-25 18:03:08.370307000 18:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.371199000, lastModified=2023-03-25 18:03:08.370307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.371199000, lastModified=2023-03-25 18:03:08.370307000, delta=892000 ns, racy<=15000 ns 18:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.371456000, lastModified=2023-03-25 18:03:08.370307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.371456000, lastModified=2023-03-25 18:03:08.370307000, delta=1149000 ns, racy<=15000 ns 18:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.371701000, lastModified=2023-03-25 18:03:08.370307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.371701000, lastModified=2023-03-25 18:03:08.370307000, delta=1394000 ns, racy<=15000 ns 18:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.371 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.371949000, lastModified=2023-03-25 18:03:08.371307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.371949000, lastModified=2023-03-25 18:03:08.371307000, delta=642000 ns, racy<=15000 ns 18:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.372222000, lastModified=2023-03-25 18:03:08.371307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.372222000, lastModified=2023-03-25 18:03:08.371307000, delta=915000 ns, racy<=15000 ns 18:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.372473000, lastModified=2023-03-25 18:03:08.371307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.372473000, lastModified=2023-03-25 18:03:08.371307000, delta=1166000 ns, racy<=15000 ns 18:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.372712000, lastModified=2023-03-25 18:03:08.371307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.372712000, lastModified=2023-03-25 18:03:08.371307000, delta=1405000 ns, racy<=15000 ns 18:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.372 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.372974000, lastModified=2023-03-25 18:03:08.372307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.372974000, lastModified=2023-03-25 18:03:08.372307000, delta=667000 ns, racy<=15000 ns 18:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.373232000, lastModified=2023-03-25 18:03:08.372307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.373232000, lastModified=2023-03-25 18:03:08.372307000, delta=925000 ns, racy<=15000 ns 18:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.373493000, lastModified=2023-03-25 18:03:08.372307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.373493000, lastModified=2023-03-25 18:03:08.372307000, delta=1186000 ns, racy<=15000 ns 18:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.373727000, lastModified=2023-03-25 18:03:08.372307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.373727000, lastModified=2023-03-25 18:03:08.372307000, delta=1420000 ns, racy<=15000 ns 18:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.373 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.373973000, lastModified=2023-03-25 18:03:08.373307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.373973000, lastModified=2023-03-25 18:03:08.373307000, delta=666000 ns, racy<=15000 ns 18:03:08.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.374230000, lastModified=2023-03-25 18:03:08.373307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.374230000, lastModified=2023-03-25 18:03:08.373307000, delta=923000 ns, racy<=15000 ns 18:03:08.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.374506000, lastModified=2023-03-25 18:03:08.373307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.374506000, lastModified=2023-03-25 18:03:08.373307000, delta=1199000 ns, racy<=15000 ns 18:03:08.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.374 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.374746000, lastModified=2023-03-25 18:03:08.373307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.374746000, lastModified=2023-03-25 18:03:08.373307000, delta=1439000 ns, racy<=15000 ns 18:03:08.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.380215000, lastModified=2023-03-25 18:03:08.379307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.380215000, lastModified=2023-03-25 18:03:08.379307000, delta=908000 ns, racy<=15000 ns 18:03:08.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.380495000, lastModified=2023-03-25 18:03:08.379307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.380495000, lastModified=2023-03-25 18:03:08.379307000, delta=1188000 ns, racy<=15000 ns 18:03:08.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.380759000, lastModified=2023-03-25 18:03:08.379307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.380759000, lastModified=2023-03-25 18:03:08.379307000, delta=1452000 ns, racy<=15000 ns 18:03:08.380 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.381011000, lastModified=2023-03-25 18:03:08.380307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.381011000, lastModified=2023-03-25 18:03:08.380307000, delta=704000 ns, racy<=15000 ns 18:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.381267000, lastModified=2023-03-25 18:03:08.380307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.381267000, lastModified=2023-03-25 18:03:08.380307000, delta=960000 ns, racy<=15000 ns 18:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.381515000, lastModified=2023-03-25 18:03:08.380307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.381515000, lastModified=2023-03-25 18:03:08.380307000, delta=1208000 ns, racy<=15000 ns 18:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.381752000, lastModified=2023-03-25 18:03:08.380307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.381752000, lastModified=2023-03-25 18:03:08.380307000, delta=1445000 ns, racy<=15000 ns 18:03:08.381 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.382017000, lastModified=2023-03-25 18:03:08.381307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.382017000, lastModified=2023-03-25 18:03:08.381307000, delta=710000 ns, racy<=15000 ns 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.382266000, lastModified=2023-03-25 18:03:08.381307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.382266000, lastModified=2023-03-25 18:03:08.381307000, delta=959000 ns, racy<=15000 ns 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.382503000, lastModified=2023-03-25 18:03:08.381307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.382503000, lastModified=2023-03-25 18:03:08.381307000, delta=1196000 ns, racy<=15000 ns 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.382737000, lastModified=2023-03-25 18:03:08.381307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.382737000, lastModified=2023-03-25 18:03:08.381307000, delta=1430000 ns, racy<=15000 ns 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.382 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.382984000, lastModified=2023-03-25 18:03:08.382307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.382984000, lastModified=2023-03-25 18:03:08.382307000, delta=677000 ns, racy<=15000 ns 18:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.383231000, lastModified=2023-03-25 18:03:08.382307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.383231000, lastModified=2023-03-25 18:03:08.382307000, delta=924000 ns, racy<=15000 ns 18:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.383469000, lastModified=2023-03-25 18:03:08.382307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.383469000, lastModified=2023-03-25 18:03:08.382307000, delta=1162000 ns, racy<=15000 ns 18:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.383705000, lastModified=2023-03-25 18:03:08.382307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.383705000, lastModified=2023-03-25 18:03:08.382307000, delta=1398000 ns, racy<=15000 ns 18:03:08.383 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.384113000, lastModified=2023-03-25 18:03:08.383307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.384113000, lastModified=2023-03-25 18:03:08.383307000, delta=806000 ns, racy<=15000 ns 18:03:08.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.384526000, lastModified=2023-03-25 18:03:08.383307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.384526000, lastModified=2023-03-25 18:03:08.383307000, delta=1219000 ns, racy<=15000 ns 18:03:08.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.384 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.384834000, lastModified=2023-03-25 18:03:08.383307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.383307000 to 2023-03-25 18:03:08.384307000 18:03:08.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.385140000, lastModified=2023-03-25 18:03:08.384307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.385140000, lastModified=2023-03-25 18:03:08.384307000, delta=833000 ns, racy<=15000 ns 18:03:08.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.385439000, lastModified=2023-03-25 18:03:08.384307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.385439000, lastModified=2023-03-25 18:03:08.384307000, delta=1132000 ns, racy<=15000 ns 18:03:08.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.385733000, lastModified=2023-03-25 18:03:08.384307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.385733000, lastModified=2023-03-25 18:03:08.384307000, delta=1426000 ns, racy<=15000 ns 18:03:08.385 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.386042000, lastModified=2023-03-25 18:03:08.385307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.386042000, lastModified=2023-03-25 18:03:08.385307000, delta=735000 ns, racy<=15000 ns 18:03:08.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.386342000, lastModified=2023-03-25 18:03:08.385307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.386342000, lastModified=2023-03-25 18:03:08.385307000, delta=1035000 ns, racy<=15000 ns 18:03:08.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.386643000, lastModified=2023-03-25 18:03:08.385307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.386643000, lastModified=2023-03-25 18:03:08.385307000, delta=1336000 ns, racy<=15000 ns 18:03:08.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.386 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.386908000, lastModified=2023-03-25 18:03:08.385307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.385307000 to 2023-03-25 18:03:08.386307000 18:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.387164000, lastModified=2023-03-25 18:03:08.386307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.387164000, lastModified=2023-03-25 18:03:08.386307000, delta=857000 ns, racy<=15000 ns 18:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.387436000, lastModified=2023-03-25 18:03:08.386307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.387436000, lastModified=2023-03-25 18:03:08.386307000, delta=1129000 ns, racy<=15000 ns 18:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.387682000, lastModified=2023-03-25 18:03:08.386307000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.387682000, lastModified=2023-03-25 18:03:08.386307000, delta=1375000 ns, racy<=15000 ns 18:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.387 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.387941000, lastModified=2023-03-25 18:03:08.387308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.387941000, lastModified=2023-03-25 18:03:08.387308000, delta=633000 ns, racy<=15000 ns 18:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.388208000, lastModified=2023-03-25 18:03:08.387308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.388208000, lastModified=2023-03-25 18:03:08.387308000, delta=900000 ns, racy<=15000 ns 18:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.388461000, lastModified=2023-03-25 18:03:08.387308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.388461000, lastModified=2023-03-25 18:03:08.387308000, delta=1153000 ns, racy<=15000 ns 18:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.388708000, lastModified=2023-03-25 18:03:08.387308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.388708000, lastModified=2023-03-25 18:03:08.387308000, delta=1400000 ns, racy<=15000 ns 18:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.388 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.388960000, lastModified=2023-03-25 18:03:08.388308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.388960000, lastModified=2023-03-25 18:03:08.388308000, delta=652000 ns, racy<=15000 ns 18:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.389223000, lastModified=2023-03-25 18:03:08.388308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.389223000, lastModified=2023-03-25 18:03:08.388308000, delta=915000 ns, racy<=15000 ns 18:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.389485000, lastModified=2023-03-25 18:03:08.388308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.389485000, lastModified=2023-03-25 18:03:08.388308000, delta=1177000 ns, racy<=15000 ns 18:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.389762000, lastModified=2023-03-25 18:03:08.388308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.389762000, lastModified=2023-03-25 18:03:08.388308000, delta=1454000 ns, racy<=15000 ns 18:03:08.389 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.390023000, lastModified=2023-03-25 18:03:08.389308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.390023000, lastModified=2023-03-25 18:03:08.389308000, delta=715000 ns, racy<=15000 ns 18:03:08.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.390287000, lastModified=2023-03-25 18:03:08.389308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.390287000, lastModified=2023-03-25 18:03:08.389308000, delta=979000 ns, racy<=15000 ns 18:03:08.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.390543000, lastModified=2023-03-25 18:03:08.389308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.390543000, lastModified=2023-03-25 18:03:08.389308000, delta=1235000 ns, racy<=15000 ns 18:03:08.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.390796000, lastModified=2023-03-25 18:03:08.389308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.390796000, lastModified=2023-03-25 18:03:08.389308000, delta=1488000 ns, racy<=15000 ns 18:03:08.390 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.391053000, lastModified=2023-03-25 18:03:08.390308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.391053000, lastModified=2023-03-25 18:03:08.390308000, delta=745000 ns, racy<=15000 ns 18:03:08.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.391312000, lastModified=2023-03-25 18:03:08.390308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.391312000, lastModified=2023-03-25 18:03:08.390308000, delta=1004000 ns, racy<=15000 ns 18:03:08.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.391562000, lastModified=2023-03-25 18:03:08.390308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.391562000, lastModified=2023-03-25 18:03:08.390308000, delta=1254000 ns, racy<=15000 ns 18:03:08.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.391809000, lastModified=2023-03-25 18:03:08.390308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.391 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.390308000 to 2023-03-25 18:03:08.391308000 18:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.392054000, lastModified=2023-03-25 18:03:08.391308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.392054000, lastModified=2023-03-25 18:03:08.391308000, delta=746000 ns, racy<=15000 ns 18:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.392323000, lastModified=2023-03-25 18:03:08.391308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.392323000, lastModified=2023-03-25 18:03:08.391308000, delta=1015000 ns, racy<=15000 ns 18:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.392569000, lastModified=2023-03-25 18:03:08.391308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.392569000, lastModified=2023-03-25 18:03:08.391308000, delta=1261000 ns, racy<=15000 ns 18:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.392820000, lastModified=2023-03-25 18:03:08.391308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.392 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.391308000 to 2023-03-25 18:03:08.392308000 18:03:08.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.393062000, lastModified=2023-03-25 18:03:08.392308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.393062000, lastModified=2023-03-25 18:03:08.392308000, delta=754000 ns, racy<=15000 ns 18:03:08.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.393331000, lastModified=2023-03-25 18:03:08.392308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.393331000, lastModified=2023-03-25 18:03:08.392308000, delta=1023000 ns, racy<=15000 ns 18:03:08.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.393580000, lastModified=2023-03-25 18:03:08.392308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.393580000, lastModified=2023-03-25 18:03:08.392308000, delta=1272000 ns, racy<=15000 ns 18:03:08.393 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.396565000, lastModified=2023-03-25 18:03:08.392308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.392308000 to 2023-03-25 18:03:08.395308000 18:03:08.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.396839000, lastModified=2023-03-25 18:03:08.395308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.396 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.395308000 to 2023-03-25 18:03:08.396308000 18:03:08.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.397085000, lastModified=2023-03-25 18:03:08.396308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.397085000, lastModified=2023-03-25 18:03:08.396308000, delta=777000 ns, racy<=15000 ns 18:03:08.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.397349000, lastModified=2023-03-25 18:03:08.396308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.397349000, lastModified=2023-03-25 18:03:08.396308000, delta=1041000 ns, racy<=15000 ns 18:03:08.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.397615000, lastModified=2023-03-25 18:03:08.396308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.397615000, lastModified=2023-03-25 18:03:08.396308000, delta=1307000 ns, racy<=15000 ns 18:03:08.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.397 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.397863000, lastModified=2023-03-25 18:03:08.396308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.396308000 to 2023-03-25 18:03:08.397308000 18:03:08.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.398135000, lastModified=2023-03-25 18:03:08.397308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.398135000, lastModified=2023-03-25 18:03:08.397308000, delta=827000 ns, racy<=15000 ns 18:03:08.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.398380000, lastModified=2023-03-25 18:03:08.397308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.398380000, lastModified=2023-03-25 18:03:08.397308000, delta=1072000 ns, racy<=15000 ns 18:03:08.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.398629000, lastModified=2023-03-25 18:03:08.397308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.398629000, lastModified=2023-03-25 18:03:08.397308000, delta=1321000 ns, racy<=15000 ns 18:03:08.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.398 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.398876000, lastModified=2023-03-25 18:03:08.397308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.397308000 to 2023-03-25 18:03:08.398308000 18:03:08.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.399156000, lastModified=2023-03-25 18:03:08.398308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.399156000, lastModified=2023-03-25 18:03:08.398308000, delta=848000 ns, racy<=15000 ns 18:03:08.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.399415000, lastModified=2023-03-25 18:03:08.398308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.399415000, lastModified=2023-03-25 18:03:08.398308000, delta=1107000 ns, racy<=15000 ns 18:03:08.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.399668000, lastModified=2023-03-25 18:03:08.398308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.399668000, lastModified=2023-03-25 18:03:08.398308000, delta=1360000 ns, racy<=15000 ns 18:03:08.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.399 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.399934000, lastModified=2023-03-25 18:03:08.399308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.399934000, lastModified=2023-03-25 18:03:08.399308000, delta=626000 ns, racy<=15000 ns 18:03:08.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.400214000, lastModified=2023-03-25 18:03:08.399308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.400214000, lastModified=2023-03-25 18:03:08.399308000, delta=906000 ns, racy<=15000 ns 18:03:08.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.400531000, lastModified=2023-03-25 18:03:08.399308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.400531000, lastModified=2023-03-25 18:03:08.399308000, delta=1223000 ns, racy<=15000 ns 18:03:08.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.400777000, lastModified=2023-03-25 18:03:08.399308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.400777000, lastModified=2023-03-25 18:03:08.399308000, delta=1469000 ns, racy<=15000 ns 18:03:08.400 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.401058000, lastModified=2023-03-25 18:03:08.400308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.401058000, lastModified=2023-03-25 18:03:08.400308000, delta=750000 ns, racy<=15000 ns 18:03:08.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.401323000, lastModified=2023-03-25 18:03:08.400308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.401323000, lastModified=2023-03-25 18:03:08.400308000, delta=1015000 ns, racy<=15000 ns 18:03:08.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.401579000, lastModified=2023-03-25 18:03:08.400308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.401579000, lastModified=2023-03-25 18:03:08.400308000, delta=1271000 ns, racy<=15000 ns 18:03:08.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.401834000, lastModified=2023-03-25 18:03:08.400308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.401 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.400308000 to 2023-03-25 18:03:08.401308000 18:03:08.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.402094000, lastModified=2023-03-25 18:03:08.401308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.402094000, lastModified=2023-03-25 18:03:08.401308000, delta=786000 ns, racy<=15000 ns 18:03:08.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.402363000, lastModified=2023-03-25 18:03:08.401308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.402363000, lastModified=2023-03-25 18:03:08.401308000, delta=1055000 ns, racy<=15000 ns 18:03:08.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.402618000, lastModified=2023-03-25 18:03:08.401308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.402618000, lastModified=2023-03-25 18:03:08.401308000, delta=1310000 ns, racy<=15000 ns 18:03:08.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.402 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.402873000, lastModified=2023-03-25 18:03:08.401308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.401308000 to 2023-03-25 18:03:08.402308000 18:03:08.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.403134000, lastModified=2023-03-25 18:03:08.402308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.403134000, lastModified=2023-03-25 18:03:08.402308000, delta=826000 ns, racy<=15000 ns 18:03:08.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.403388000, lastModified=2023-03-25 18:03:08.402308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.403388000, lastModified=2023-03-25 18:03:08.402308000, delta=1080000 ns, racy<=15000 ns 18:03:08.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.403649000, lastModified=2023-03-25 18:03:08.402308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.403649000, lastModified=2023-03-25 18:03:08.402308000, delta=1341000 ns, racy<=15000 ns 18:03:08.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.403 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.403909000, lastModified=2023-03-25 18:03:08.402308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.402308000 to 2023-03-25 18:03:08.403308000 18:03:08.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.404163000, lastModified=2023-03-25 18:03:08.403308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.404163000, lastModified=2023-03-25 18:03:08.403308000, delta=855000 ns, racy<=15000 ns 18:03:08.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.404417000, lastModified=2023-03-25 18:03:08.403308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.404417000, lastModified=2023-03-25 18:03:08.403308000, delta=1109000 ns, racy<=15000 ns 18:03:08.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.404675000, lastModified=2023-03-25 18:03:08.403308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.404675000, lastModified=2023-03-25 18:03:08.403308000, delta=1367000 ns, racy<=15000 ns 18:03:08.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.404 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.404940000, lastModified=2023-03-25 18:03:08.404308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.404940000, lastModified=2023-03-25 18:03:08.404308000, delta=632000 ns, racy<=15000 ns 18:03:08.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.405245000, lastModified=2023-03-25 18:03:08.404308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.405245000, lastModified=2023-03-25 18:03:08.404308000, delta=937000 ns, racy<=15000 ns 18:03:08.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.405524000, lastModified=2023-03-25 18:03:08.404308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.405524000, lastModified=2023-03-25 18:03:08.404308000, delta=1216000 ns, racy<=15000 ns 18:03:08.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.405 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.405804000, lastModified=2023-03-25 18:03:08.404308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.404308000 to 2023-03-25 18:03:08.405308000 18:03:08.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.406141000, lastModified=2023-03-25 18:03:08.405308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.406141000, lastModified=2023-03-25 18:03:08.405308000, delta=833000 ns, racy<=15000 ns 18:03:08.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.406423000, lastModified=2023-03-25 18:03:08.405308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.406423000, lastModified=2023-03-25 18:03:08.405308000, delta=1115000 ns, racy<=15000 ns 18:03:08.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.406685000, lastModified=2023-03-25 18:03:08.405308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.406685000, lastModified=2023-03-25 18:03:08.405308000, delta=1377000 ns, racy<=15000 ns 18:03:08.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.406 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.406948000, lastModified=2023-03-25 18:03:08.406308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.406948000, lastModified=2023-03-25 18:03:08.406308000, delta=640000 ns, racy<=15000 ns 18:03:08.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.407256000, lastModified=2023-03-25 18:03:08.406308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.407256000, lastModified=2023-03-25 18:03:08.406308000, delta=948000 ns, racy<=15000 ns 18:03:08.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.407547000, lastModified=2023-03-25 18:03:08.406308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.407547000, lastModified=2023-03-25 18:03:08.406308000, delta=1239000 ns, racy<=15000 ns 18:03:08.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.407804000, lastModified=2023-03-25 18:03:08.406308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.407 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.406308000 to 2023-03-25 18:03:08.407308000 18:03:08.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.408062000, lastModified=2023-03-25 18:03:08.407308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.408062000, lastModified=2023-03-25 18:03:08.407308000, delta=754000 ns, racy<=15000 ns 18:03:08.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.408359000, lastModified=2023-03-25 18:03:08.407308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.408359000, lastModified=2023-03-25 18:03:08.407308000, delta=1051000 ns, racy<=15000 ns 18:03:08.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.408643000, lastModified=2023-03-25 18:03:08.407308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.408643000, lastModified=2023-03-25 18:03:08.407308000, delta=1335000 ns, racy<=15000 ns 18:03:08.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.408 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.408959000, lastModified=2023-03-25 18:03:08.408308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.408959000, lastModified=2023-03-25 18:03:08.408308000, delta=651000 ns, racy<=15000 ns 18:03:08.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.409231000, lastModified=2023-03-25 18:03:08.408308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.409231000, lastModified=2023-03-25 18:03:08.408308000, delta=923000 ns, racy<=15000 ns 18:03:08.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.409490000, lastModified=2023-03-25 18:03:08.408308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.409490000, lastModified=2023-03-25 18:03:08.408308000, delta=1182000 ns, racy<=15000 ns 18:03:08.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.409748000, lastModified=2023-03-25 18:03:08.408308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.409748000, lastModified=2023-03-25 18:03:08.408308000, delta=1440000 ns, racy<=15000 ns 18:03:08.409 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.410021000, lastModified=2023-03-25 18:03:08.409308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.410021000, lastModified=2023-03-25 18:03:08.409308000, delta=713000 ns, racy<=15000 ns 18:03:08.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.410 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.410293000, lastModified=2023-03-25 18:03:08.409308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.413 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.410293000, lastModified=2023-03-25 18:03:08.409308000, delta=985000 ns, racy<=15000 ns 18:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.414144000, lastModified=2023-03-25 18:03:08.413308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.414144000, lastModified=2023-03-25 18:03:08.413308000, delta=836000 ns, racy<=15000 ns 18:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.414421000, lastModified=2023-03-25 18:03:08.413308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.414421000, lastModified=2023-03-25 18:03:08.413308000, delta=1113000 ns, racy<=15000 ns 18:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.414716000, lastModified=2023-03-25 18:03:08.413308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.414716000, lastModified=2023-03-25 18:03:08.413308000, delta=1408000 ns, racy<=15000 ns 18:03:08.414 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.415003000, lastModified=2023-03-25 18:03:08.414308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.415003000, lastModified=2023-03-25 18:03:08.414308000, delta=695000 ns, racy<=15000 ns 18:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.415279000, lastModified=2023-03-25 18:03:08.414308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.415279000, lastModified=2023-03-25 18:03:08.414308000, delta=971000 ns, racy<=15000 ns 18:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.415537000, lastModified=2023-03-25 18:03:08.414308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.415537000, lastModified=2023-03-25 18:03:08.414308000, delta=1229000 ns, racy<=15000 ns 18:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.415 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.415799000, lastModified=2023-03-25 18:03:08.414308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.414308000 to 2023-03-25 18:03:08.415308000 18:03:08.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.416133000, lastModified=2023-03-25 18:03:08.415308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.416133000, lastModified=2023-03-25 18:03:08.415308000, delta=825000 ns, racy<=15000 ns 18:03:08.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.416404000, lastModified=2023-03-25 18:03:08.415308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.416404000, lastModified=2023-03-25 18:03:08.415308000, delta=1096000 ns, racy<=15000 ns 18:03:08.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.416663000, lastModified=2023-03-25 18:03:08.415308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.416663000, lastModified=2023-03-25 18:03:08.415308000, delta=1355000 ns, racy<=15000 ns 18:03:08.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.416 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.416925000, lastModified=2023-03-25 18:03:08.415308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.415308000 to 2023-03-25 18:03:08.416308000 18:03:08.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.417175000, lastModified=2023-03-25 18:03:08.416308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.417175000, lastModified=2023-03-25 18:03:08.416308000, delta=867000 ns, racy<=15000 ns 18:03:08.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.417432000, lastModified=2023-03-25 18:03:08.416308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.417432000, lastModified=2023-03-25 18:03:08.416308000, delta=1124000 ns, racy<=15000 ns 18:03:08.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.417687000, lastModified=2023-03-25 18:03:08.416308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.417687000, lastModified=2023-03-25 18:03:08.416308000, delta=1379000 ns, racy<=15000 ns 18:03:08.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.417 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.417952000, lastModified=2023-03-25 18:03:08.417308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.417952000, lastModified=2023-03-25 18:03:08.417308000, delta=644000 ns, racy<=15000 ns 18:03:08.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.418220000, lastModified=2023-03-25 18:03:08.417308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.418220000, lastModified=2023-03-25 18:03:08.417308000, delta=912000 ns, racy<=15000 ns 18:03:08.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.418475000, lastModified=2023-03-25 18:03:08.417308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.418475000, lastModified=2023-03-25 18:03:08.417308000, delta=1167000 ns, racy<=15000 ns 18:03:08.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.418729000, lastModified=2023-03-25 18:03:08.417308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.418729000, lastModified=2023-03-25 18:03:08.417308000, delta=1421000 ns, racy<=15000 ns 18:03:08.418 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.419002000, lastModified=2023-03-25 18:03:08.418308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.419002000, lastModified=2023-03-25 18:03:08.418308000, delta=694000 ns, racy<=15000 ns 18:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.419265000, lastModified=2023-03-25 18:03:08.418308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.419265000, lastModified=2023-03-25 18:03:08.418308000, delta=957000 ns, racy<=15000 ns 18:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.419511000, lastModified=2023-03-25 18:03:08.418308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.419511000, lastModified=2023-03-25 18:03:08.418308000, delta=1203000 ns, racy<=15000 ns 18:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.419778000, lastModified=2023-03-25 18:03:08.418308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.419778000, lastModified=2023-03-25 18:03:08.418308000, delta=1470000 ns, racy<=15000 ns 18:03:08.419 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.420046000, lastModified=2023-03-25 18:03:08.419308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.420046000, lastModified=2023-03-25 18:03:08.419308000, delta=738000 ns, racy<=15000 ns 18:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.420314000, lastModified=2023-03-25 18:03:08.419308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.420314000, lastModified=2023-03-25 18:03:08.419308000, delta=1006000 ns, racy<=15000 ns 18:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.420597000, lastModified=2023-03-25 18:03:08.419308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.420597000, lastModified=2023-03-25 18:03:08.419308000, delta=1289000 ns, racy<=15000 ns 18:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.420 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.420878000, lastModified=2023-03-25 18:03:08.419308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.419308000 to 2023-03-25 18:03:08.420308000 18:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.421142000, lastModified=2023-03-25 18:03:08.420308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.421142000, lastModified=2023-03-25 18:03:08.420308000, delta=834000 ns, racy<=15000 ns 18:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.421390000, lastModified=2023-03-25 18:03:08.420308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.421390000, lastModified=2023-03-25 18:03:08.420308000, delta=1082000 ns, racy<=15000 ns 18:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.421661000, lastModified=2023-03-25 18:03:08.420308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.421661000, lastModified=2023-03-25 18:03:08.420308000, delta=1353000 ns, racy<=15000 ns 18:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.421 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.421913000, lastModified=2023-03-25 18:03:08.420308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.420308000 to 2023-03-25 18:03:08.421308000 18:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.422180000, lastModified=2023-03-25 18:03:08.421308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.422180000, lastModified=2023-03-25 18:03:08.421308000, delta=872000 ns, racy<=15000 ns 18:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.422458000, lastModified=2023-03-25 18:03:08.421308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.422458000, lastModified=2023-03-25 18:03:08.421308000, delta=1150000 ns, racy<=15000 ns 18:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.422705000, lastModified=2023-03-25 18:03:08.421308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.422705000, lastModified=2023-03-25 18:03:08.421308000, delta=1397000 ns, racy<=15000 ns 18:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.422 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.422956000, lastModified=2023-03-25 18:03:08.422308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.422956000, lastModified=2023-03-25 18:03:08.422308000, delta=648000 ns, racy<=15000 ns 18:03:08.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.423229000, lastModified=2023-03-25 18:03:08.422308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.423229000, lastModified=2023-03-25 18:03:08.422308000, delta=921000 ns, racy<=15000 ns 18:03:08.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.423477000, lastModified=2023-03-25 18:03:08.422308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.423477000, lastModified=2023-03-25 18:03:08.422308000, delta=1169000 ns, racy<=15000 ns 18:03:08.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.423724000, lastModified=2023-03-25 18:03:08.422308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.423724000, lastModified=2023-03-25 18:03:08.422308000, delta=1416000 ns, racy<=15000 ns 18:03:08.423 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.424012000, lastModified=2023-03-25 18:03:08.423308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.424012000, lastModified=2023-03-25 18:03:08.423308000, delta=704000 ns, racy<=15000 ns 18:03:08.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.424277000, lastModified=2023-03-25 18:03:08.423308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.424277000, lastModified=2023-03-25 18:03:08.423308000, delta=969000 ns, racy<=15000 ns 18:03:08.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.424522000, lastModified=2023-03-25 18:03:08.423308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.424522000, lastModified=2023-03-25 18:03:08.423308000, delta=1214000 ns, racy<=15000 ns 18:03:08.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.424771000, lastModified=2023-03-25 18:03:08.423308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.424771000, lastModified=2023-03-25 18:03:08.423308000, delta=1463000 ns, racy<=15000 ns 18:03:08.424 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.425030000, lastModified=2023-03-25 18:03:08.424308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.425030000, lastModified=2023-03-25 18:03:08.424308000, delta=722000 ns, racy<=15000 ns 18:03:08.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.425291000, lastModified=2023-03-25 18:03:08.424308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.425291000, lastModified=2023-03-25 18:03:08.424308000, delta=983000 ns, racy<=15000 ns 18:03:08.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.425539000, lastModified=2023-03-25 18:03:08.424308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.425539000, lastModified=2023-03-25 18:03:08.424308000, delta=1231000 ns, racy<=15000 ns 18:03:08.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.425789000, lastModified=2023-03-25 18:03:08.424308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.425789000, lastModified=2023-03-25 18:03:08.424308000, delta=1481000 ns, racy<=15000 ns 18:03:08.425 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.426051000, lastModified=2023-03-25 18:03:08.425308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.426051000, lastModified=2023-03-25 18:03:08.425308000, delta=743000 ns, racy<=15000 ns 18:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.426309000, lastModified=2023-03-25 18:03:08.425308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.426309000, lastModified=2023-03-25 18:03:08.425308000, delta=1001000 ns, racy<=15000 ns 18:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.426559000, lastModified=2023-03-25 18:03:08.425308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.426559000, lastModified=2023-03-25 18:03:08.425308000, delta=1251000 ns, racy<=15000 ns 18:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.426806000, lastModified=2023-03-25 18:03:08.425308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.426 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.425308000 to 2023-03-25 18:03:08.426308000 18:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.427049000, lastModified=2023-03-25 18:03:08.426308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.427049000, lastModified=2023-03-25 18:03:08.426308000, delta=741000 ns, racy<=15000 ns 18:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.427312000, lastModified=2023-03-25 18:03:08.426308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.427312000, lastModified=2023-03-25 18:03:08.426308000, delta=1004000 ns, racy<=15000 ns 18:03:08.427 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.433982000, lastModified=2023-03-25 18:03:08.426308000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.426308000 to 2023-03-25 18:03:08.433309000 18:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.434320000, lastModified=2023-03-25 18:03:08.433309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.434320000, lastModified=2023-03-25 18:03:08.433309000, delta=1011000 ns, racy<=15000 ns 18:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.434574000, lastModified=2023-03-25 18:03:08.433309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.434574000, lastModified=2023-03-25 18:03:08.433309000, delta=1265000 ns, racy<=15000 ns 18:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.434 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.434831000, lastModified=2023-03-25 18:03:08.433309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.433309000 to 2023-03-25 18:03:08.434309000 18:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.435191000, lastModified=2023-03-25 18:03:08.434309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.435191000, lastModified=2023-03-25 18:03:08.434309000, delta=882000 ns, racy<=15000 ns 18:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.435457000, lastModified=2023-03-25 18:03:08.434309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.435457000, lastModified=2023-03-25 18:03:08.434309000, delta=1148000 ns, racy<=15000 ns 18:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.435713000, lastModified=2023-03-25 18:03:08.434309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.435713000, lastModified=2023-03-25 18:03:08.434309000, delta=1404000 ns, racy<=15000 ns 18:03:08.435 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.436036000, lastModified=2023-03-25 18:03:08.435309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.436036000, lastModified=2023-03-25 18:03:08.435309000, delta=727000 ns, racy<=15000 ns 18:03:08.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.436353000, lastModified=2023-03-25 18:03:08.435309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.436353000, lastModified=2023-03-25 18:03:08.435309000, delta=1044000 ns, racy<=15000 ns 18:03:08.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.436604000, lastModified=2023-03-25 18:03:08.435309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.436604000, lastModified=2023-03-25 18:03:08.435309000, delta=1295000 ns, racy<=15000 ns 18:03:08.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.436 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.436857000, lastModified=2023-03-25 18:03:08.435309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.437 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.435309000 to 2023-03-25 18:03:08.436309000 18:03:08.449 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.449776000, lastModified=2023-03-25 18:03:08.448309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.448309000 to 2023-03-25 18:03:08.449309000 18:03:08.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.450252000, lastModified=2023-03-25 18:03:08.449309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.450252000, lastModified=2023-03-25 18:03:08.449309000, delta=943000 ns, racy<=15000 ns 18:03:08.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.450516000, lastModified=2023-03-25 18:03:08.449309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.450516000, lastModified=2023-03-25 18:03:08.449309000, delta=1207000 ns, racy<=15000 ns 18:03:08.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.450786000, lastModified=2023-03-25 18:03:08.449309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.450786000, lastModified=2023-03-25 18:03:08.449309000, delta=1477000 ns, racy<=15000 ns 18:03:08.450 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.451044000, lastModified=2023-03-25 18:03:08.450309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.451044000, lastModified=2023-03-25 18:03:08.450309000, delta=735000 ns, racy<=15000 ns 18:03:08.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.451348000, lastModified=2023-03-25 18:03:08.450309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.451348000, lastModified=2023-03-25 18:03:08.450309000, delta=1039000 ns, racy<=15000 ns 18:03:08.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.451594000, lastModified=2023-03-25 18:03:08.450309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.451594000, lastModified=2023-03-25 18:03:08.450309000, delta=1285000 ns, racy<=15000 ns 18:03:08.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.451 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.451851000, lastModified=2023-03-25 18:03:08.450309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.450309000 to 2023-03-25 18:03:08.451309000 18:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.452170000, lastModified=2023-03-25 18:03:08.451309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.452170000, lastModified=2023-03-25 18:03:08.451309000, delta=861000 ns, racy<=15000 ns 18:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.452426000, lastModified=2023-03-25 18:03:08.451309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.452426000, lastModified=2023-03-25 18:03:08.451309000, delta=1117000 ns, racy<=15000 ns 18:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.452704000, lastModified=2023-03-25 18:03:08.451309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.452704000, lastModified=2023-03-25 18:03:08.451309000, delta=1395000 ns, racy<=15000 ns 18:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.452 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.452972000, lastModified=2023-03-25 18:03:08.452309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.452972000, lastModified=2023-03-25 18:03:08.452309000, delta=663000 ns, racy<=15000 ns 18:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.453262000, lastModified=2023-03-25 18:03:08.452309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.453262000, lastModified=2023-03-25 18:03:08.452309000, delta=953000 ns, racy<=15000 ns 18:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.453527000, lastModified=2023-03-25 18:03:08.452309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.453527000, lastModified=2023-03-25 18:03:08.452309000, delta=1218000 ns, racy<=15000 ns 18:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.453792000, lastModified=2023-03-25 18:03:08.452309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.453792000, lastModified=2023-03-25 18:03:08.452309000, delta=1483000 ns, racy<=15000 ns 18:03:08.453 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.454049000, lastModified=2023-03-25 18:03:08.453309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.454049000, lastModified=2023-03-25 18:03:08.453309000, delta=740000 ns, racy<=15000 ns 18:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.454342000, lastModified=2023-03-25 18:03:08.453309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.454342000, lastModified=2023-03-25 18:03:08.453309000, delta=1033000 ns, racy<=15000 ns 18:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.454610000, lastModified=2023-03-25 18:03:08.453309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.454610000, lastModified=2023-03-25 18:03:08.453309000, delta=1301000 ns, racy<=15000 ns 18:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.454 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.454862000, lastModified=2023-03-25 18:03:08.453309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.453309000 to 2023-03-25 18:03:08.454309000 18:03:08.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.455116000, lastModified=2023-03-25 18:03:08.454309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.455116000, lastModified=2023-03-25 18:03:08.454309000, delta=807000 ns, racy<=15000 ns 18:03:08.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.455368000, lastModified=2023-03-25 18:03:08.454309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.455368000, lastModified=2023-03-25 18:03:08.454309000, delta=1059000 ns, racy<=15000 ns 18:03:08.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.455656000, lastModified=2023-03-25 18:03:08.454309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.455656000, lastModified=2023-03-25 18:03:08.454309000, delta=1347000 ns, racy<=15000 ns 18:03:08.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.455 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.455909000, lastModified=2023-03-25 18:03:08.454309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.454309000 to 2023-03-25 18:03:08.455309000 18:03:08.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.456164000, lastModified=2023-03-25 18:03:08.455309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.456164000, lastModified=2023-03-25 18:03:08.455309000, delta=855000 ns, racy<=15000 ns 18:03:08.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.456427000, lastModified=2023-03-25 18:03:08.455309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.456427000, lastModified=2023-03-25 18:03:08.455309000, delta=1118000 ns, racy<=15000 ns 18:03:08.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.456669000, lastModified=2023-03-25 18:03:08.455309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.456669000, lastModified=2023-03-25 18:03:08.455309000, delta=1360000 ns, racy<=15000 ns 18:03:08.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.456 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.456920000, lastModified=2023-03-25 18:03:08.455309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.455309000 to 2023-03-25 18:03:08.456309000 18:03:08.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.457168000, lastModified=2023-03-25 18:03:08.456309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.457168000, lastModified=2023-03-25 18:03:08.456309000, delta=859000 ns, racy<=15000 ns 18:03:08.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.457415000, lastModified=2023-03-25 18:03:08.456309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.457415000, lastModified=2023-03-25 18:03:08.456309000, delta=1106000 ns, racy<=15000 ns 18:03:08.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.457683000, lastModified=2023-03-25 18:03:08.456309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.457683000, lastModified=2023-03-25 18:03:08.456309000, delta=1374000 ns, racy<=15000 ns 18:03:08.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.457 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.457942000, lastModified=2023-03-25 18:03:08.457309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.457942000, lastModified=2023-03-25 18:03:08.457309000, delta=633000 ns, racy<=15000 ns 18:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.458221000, lastModified=2023-03-25 18:03:08.457309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.458221000, lastModified=2023-03-25 18:03:08.457309000, delta=912000 ns, racy<=15000 ns 18:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.458471000, lastModified=2023-03-25 18:03:08.457309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.458471000, lastModified=2023-03-25 18:03:08.457309000, delta=1162000 ns, racy<=15000 ns 18:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.458720000, lastModified=2023-03-25 18:03:08.457309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.458720000, lastModified=2023-03-25 18:03:08.457309000, delta=1411000 ns, racy<=15000 ns 18:03:08.458 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.458996000, lastModified=2023-03-25 18:03:08.458309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.458996000, lastModified=2023-03-25 18:03:08.458309000, delta=687000 ns, racy<=15000 ns 18:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.459296000, lastModified=2023-03-25 18:03:08.458309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.459296000, lastModified=2023-03-25 18:03:08.458309000, delta=987000 ns, racy<=15000 ns 18:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.459565000, lastModified=2023-03-25 18:03:08.458309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.459565000, lastModified=2023-03-25 18:03:08.458309000, delta=1256000 ns, racy<=15000 ns 18:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.459821000, lastModified=2023-03-25 18:03:08.458309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.459 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.458309000 to 2023-03-25 18:03:08.459309000 18:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.460061000, lastModified=2023-03-25 18:03:08.459309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.460061000, lastModified=2023-03-25 18:03:08.459309000, delta=752000 ns, racy<=15000 ns 18:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.460327000, lastModified=2023-03-25 18:03:08.459309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.460327000, lastModified=2023-03-25 18:03:08.459309000, delta=1018000 ns, racy<=15000 ns 18:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.460 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.460579000, lastModified=2023-03-25 18:03:08.459309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.460579000, lastModified=2023-03-25 18:03:08.459309000, delta=1270000 ns, racy<=15000 ns 18:03:08.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.463521000, lastModified=2023-03-25 18:03:08.462309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.463521000, lastModified=2023-03-25 18:03:08.462309000, delta=1212000 ns, racy<=15000 ns 18:03:08.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.463773000, lastModified=2023-03-25 18:03:08.462309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.463773000, lastModified=2023-03-25 18:03:08.462309000, delta=1464000 ns, racy<=15000 ns 18:03:08.463 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.464027000, lastModified=2023-03-25 18:03:08.463309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.464027000, lastModified=2023-03-25 18:03:08.463309000, delta=718000 ns, racy<=15000 ns 18:03:08.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.464286000, lastModified=2023-03-25 18:03:08.463309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.464286000, lastModified=2023-03-25 18:03:08.463309000, delta=977000 ns, racy<=15000 ns 18:03:08.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.464536000, lastModified=2023-03-25 18:03:08.463309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.464536000, lastModified=2023-03-25 18:03:08.463309000, delta=1227000 ns, racy<=15000 ns 18:03:08.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.464777000, lastModified=2023-03-25 18:03:08.463309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.464777000, lastModified=2023-03-25 18:03:08.463309000, delta=1468000 ns, racy<=15000 ns 18:03:08.464 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.465033000, lastModified=2023-03-25 18:03:08.464309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.465033000, lastModified=2023-03-25 18:03:08.464309000, delta=724000 ns, racy<=15000 ns 18:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.465290000, lastModified=2023-03-25 18:03:08.464309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.465290000, lastModified=2023-03-25 18:03:08.464309000, delta=981000 ns, racy<=15000 ns 18:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.465535000, lastModified=2023-03-25 18:03:08.464309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.465535000, lastModified=2023-03-25 18:03:08.464309000, delta=1226000 ns, racy<=15000 ns 18:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.465782000, lastModified=2023-03-25 18:03:08.464309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.465782000, lastModified=2023-03-25 18:03:08.464309000, delta=1473000 ns, racy<=15000 ns 18:03:08.465 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.466046000, lastModified=2023-03-25 18:03:08.465309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.466046000, lastModified=2023-03-25 18:03:08.465309000, delta=737000 ns, racy<=15000 ns 18:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.466301000, lastModified=2023-03-25 18:03:08.465309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.466301000, lastModified=2023-03-25 18:03:08.465309000, delta=992000 ns, racy<=15000 ns 18:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.466545000, lastModified=2023-03-25 18:03:08.465309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.466545000, lastModified=2023-03-25 18:03:08.465309000, delta=1236000 ns, racy<=15000 ns 18:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.466823000, lastModified=2023-03-25 18:03:08.465309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.466 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.465309000 to 2023-03-25 18:03:08.466309000 18:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.467092000, lastModified=2023-03-25 18:03:08.466309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.467092000, lastModified=2023-03-25 18:03:08.466309000, delta=783000 ns, racy<=15000 ns 18:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.467350000, lastModified=2023-03-25 18:03:08.466309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.467350000, lastModified=2023-03-25 18:03:08.466309000, delta=1041000 ns, racy<=15000 ns 18:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.467618000, lastModified=2023-03-25 18:03:08.466309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.467618000, lastModified=2023-03-25 18:03:08.466309000, delta=1309000 ns, racy<=15000 ns 18:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.467 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.467862000, lastModified=2023-03-25 18:03:08.466309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.466309000 to 2023-03-25 18:03:08.467309000 18:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.468115000, lastModified=2023-03-25 18:03:08.467309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.468115000, lastModified=2023-03-25 18:03:08.467309000, delta=806000 ns, racy<=15000 ns 18:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.468383000, lastModified=2023-03-25 18:03:08.467309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.468383000, lastModified=2023-03-25 18:03:08.467309000, delta=1074000 ns, racy<=15000 ns 18:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.468678000, lastModified=2023-03-25 18:03:08.467309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.468678000, lastModified=2023-03-25 18:03:08.467309000, delta=1369000 ns, racy<=15000 ns 18:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.468 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.468969000, lastModified=2023-03-25 18:03:08.468309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.468969000, lastModified=2023-03-25 18:03:08.468309000, delta=660000 ns, racy<=15000 ns 18:03:08.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.469227000, lastModified=2023-03-25 18:03:08.468309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.469227000, lastModified=2023-03-25 18:03:08.468309000, delta=918000 ns, racy<=15000 ns 18:03:08.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.469473000, lastModified=2023-03-25 18:03:08.468309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.469473000, lastModified=2023-03-25 18:03:08.468309000, delta=1164000 ns, racy<=15000 ns 18:03:08.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.469742000, lastModified=2023-03-25 18:03:08.468309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.469742000, lastModified=2023-03-25 18:03:08.468309000, delta=1433000 ns, racy<=15000 ns 18:03:08.469 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.470068000, lastModified=2023-03-25 18:03:08.469309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.470068000, lastModified=2023-03-25 18:03:08.469309000, delta=759000 ns, racy<=15000 ns 18:03:08.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.470349000, lastModified=2023-03-25 18:03:08.469309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.470349000, lastModified=2023-03-25 18:03:08.469309000, delta=1040000 ns, racy<=15000 ns 18:03:08.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.470607000, lastModified=2023-03-25 18:03:08.469309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.470607000, lastModified=2023-03-25 18:03:08.469309000, delta=1298000 ns, racy<=15000 ns 18:03:08.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.470 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.470862000, lastModified=2023-03-25 18:03:08.469309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.469309000 to 2023-03-25 18:03:08.470309000 18:03:08.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.471124000, lastModified=2023-03-25 18:03:08.470309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.471124000, lastModified=2023-03-25 18:03:08.470309000, delta=815000 ns, racy<=15000 ns 18:03:08.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.471375000, lastModified=2023-03-25 18:03:08.470309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.471375000, lastModified=2023-03-25 18:03:08.470309000, delta=1066000 ns, racy<=15000 ns 18:03:08.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.471630000, lastModified=2023-03-25 18:03:08.470309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.471630000, lastModified=2023-03-25 18:03:08.470309000, delta=1321000 ns, racy<=15000 ns 18:03:08.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.471 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.471885000, lastModified=2023-03-25 18:03:08.470309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.470309000 to 2023-03-25 18:03:08.471309000 18:03:08.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.472148000, lastModified=2023-03-25 18:03:08.471309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.472148000, lastModified=2023-03-25 18:03:08.471309000, delta=839000 ns, racy<=15000 ns 18:03:08.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.472414000, lastModified=2023-03-25 18:03:08.471309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.472414000, lastModified=2023-03-25 18:03:08.471309000, delta=1105000 ns, racy<=15000 ns 18:03:08.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.472669000, lastModified=2023-03-25 18:03:08.471309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.472669000, lastModified=2023-03-25 18:03:08.471309000, delta=1360000 ns, racy<=15000 ns 18:03:08.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.472 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.472928000, lastModified=2023-03-25 18:03:08.471309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.471309000 to 2023-03-25 18:03:08.472309000 18:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.473178000, lastModified=2023-03-25 18:03:08.472309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.473178000, lastModified=2023-03-25 18:03:08.472309000, delta=869000 ns, racy<=15000 ns 18:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.473432000, lastModified=2023-03-25 18:03:08.472309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.473432000, lastModified=2023-03-25 18:03:08.472309000, delta=1123000 ns, racy<=15000 ns 18:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.473679000, lastModified=2023-03-25 18:03:08.472309000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.473679000, lastModified=2023-03-25 18:03:08.472309000, delta=1370000 ns, racy<=15000 ns 18:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.473 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.473942000, lastModified=2023-03-25 18:03:08.473310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.473942000, lastModified=2023-03-25 18:03:08.473310000, delta=632000 ns, racy<=15000 ns 18:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.474206000, lastModified=2023-03-25 18:03:08.473310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.474206000, lastModified=2023-03-25 18:03:08.473310000, delta=896000 ns, racy<=15000 ns 18:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.474460000, lastModified=2023-03-25 18:03:08.473310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.474460000, lastModified=2023-03-25 18:03:08.473310000, delta=1150000 ns, racy<=15000 ns 18:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.474718000, lastModified=2023-03-25 18:03:08.473310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.474718000, lastModified=2023-03-25 18:03:08.473310000, delta=1408000 ns, racy<=15000 ns 18:03:08.474 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.474990000, lastModified=2023-03-25 18:03:08.474310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.474990000, lastModified=2023-03-25 18:03:08.474310000, delta=680000 ns, racy<=15000 ns 18:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.475260000, lastModified=2023-03-25 18:03:08.474310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.475260000, lastModified=2023-03-25 18:03:08.474310000, delta=950000 ns, racy<=15000 ns 18:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.475510000, lastModified=2023-03-25 18:03:08.474310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.475510000, lastModified=2023-03-25 18:03:08.474310000, delta=1200000 ns, racy<=15000 ns 18:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.475765000, lastModified=2023-03-25 18:03:08.474310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.475765000, lastModified=2023-03-25 18:03:08.474310000, delta=1455000 ns, racy<=15000 ns 18:03:08.475 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.476081000, lastModified=2023-03-25 18:03:08.475310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.476081000, lastModified=2023-03-25 18:03:08.475310000, delta=771000 ns, racy<=15000 ns 18:03:08.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.476351000, lastModified=2023-03-25 18:03:08.475310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.476351000, lastModified=2023-03-25 18:03:08.475310000, delta=1041000 ns, racy<=15000 ns 18:03:08.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.476601000, lastModified=2023-03-25 18:03:08.475310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.476601000, lastModified=2023-03-25 18:03:08.475310000, delta=1291000 ns, racy<=15000 ns 18:03:08.476 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.480624000, lastModified=2023-03-25 18:03:08.475310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.475310000 to 2023-03-25 18:03:08.479310000 18:03:08.480 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.480961000, lastModified=2023-03-25 18:03:08.479310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.479310000 to 2023-03-25 18:03:08.480310000 18:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.481218000, lastModified=2023-03-25 18:03:08.480310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.481218000, lastModified=2023-03-25 18:03:08.480310000, delta=908000 ns, racy<=15000 ns 18:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.481476000, lastModified=2023-03-25 18:03:08.480310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.481476000, lastModified=2023-03-25 18:03:08.480310000, delta=1166000 ns, racy<=15000 ns 18:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.481728000, lastModified=2023-03-25 18:03:08.480310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.481728000, lastModified=2023-03-25 18:03:08.480310000, delta=1418000 ns, racy<=15000 ns 18:03:08.481 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.481996000, lastModified=2023-03-25 18:03:08.481310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.481996000, lastModified=2023-03-25 18:03:08.481310000, delta=686000 ns, racy<=15000 ns 18:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.482261000, lastModified=2023-03-25 18:03:08.481310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.482261000, lastModified=2023-03-25 18:03:08.481310000, delta=951000 ns, racy<=15000 ns 18:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.482509000, lastModified=2023-03-25 18:03:08.481310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.482509000, lastModified=2023-03-25 18:03:08.481310000, delta=1199000 ns, racy<=15000 ns 18:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.482763000, lastModified=2023-03-25 18:03:08.481310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.482763000, lastModified=2023-03-25 18:03:08.481310000, delta=1453000 ns, racy<=15000 ns 18:03:08.482 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.483029000, lastModified=2023-03-25 18:03:08.482310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.483029000, lastModified=2023-03-25 18:03:08.482310000, delta=719000 ns, racy<=15000 ns 18:03:08.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.483333000, lastModified=2023-03-25 18:03:08.482310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.483333000, lastModified=2023-03-25 18:03:08.482310000, delta=1023000 ns, racy<=15000 ns 18:03:08.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.483630000, lastModified=2023-03-25 18:03:08.482310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.483630000, lastModified=2023-03-25 18:03:08.482310000, delta=1320000 ns, racy<=15000 ns 18:03:08.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.483 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.483926000, lastModified=2023-03-25 18:03:08.482310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.482310000 to 2023-03-25 18:03:08.483310000 18:03:08.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.484215000, lastModified=2023-03-25 18:03:08.483310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.484215000, lastModified=2023-03-25 18:03:08.483310000, delta=905000 ns, racy<=15000 ns 18:03:08.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.484518000, lastModified=2023-03-25 18:03:08.483310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.484518000, lastModified=2023-03-25 18:03:08.483310000, delta=1208000 ns, racy<=15000 ns 18:03:08.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.484 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.484809000, lastModified=2023-03-25 18:03:08.483310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.483310000 to 2023-03-25 18:03:08.484310000 18:03:08.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.485346000, lastModified=2023-03-25 18:03:08.484310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.485346000, lastModified=2023-03-25 18:03:08.484310000, delta=1036000 ns, racy<=15000 ns 18:03:08.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.485663000, lastModified=2023-03-25 18:03:08.484310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.485663000, lastModified=2023-03-25 18:03:08.484310000, delta=1353000 ns, racy<=15000 ns 18:03:08.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.485 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.485980000, lastModified=2023-03-25 18:03:08.485310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.485980000, lastModified=2023-03-25 18:03:08.485310000, delta=670000 ns, racy<=15000 ns 18:03:08.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.486289000, lastModified=2023-03-25 18:03:08.485310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.486289000, lastModified=2023-03-25 18:03:08.485310000, delta=979000 ns, racy<=15000 ns 18:03:08.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.486581000, lastModified=2023-03-25 18:03:08.485310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.486581000, lastModified=2023-03-25 18:03:08.485310000, delta=1271000 ns, racy<=15000 ns 18:03:08.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.486 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.486867000, lastModified=2023-03-25 18:03:08.485310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.485310000 to 2023-03-25 18:03:08.486310000 18:03:08.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.487161000, lastModified=2023-03-25 18:03:08.486310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.487161000, lastModified=2023-03-25 18:03:08.486310000, delta=851000 ns, racy<=15000 ns 18:03:08.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.487446000, lastModified=2023-03-25 18:03:08.486310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.487446000, lastModified=2023-03-25 18:03:08.486310000, delta=1136000 ns, racy<=15000 ns 18:03:08.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.487693000, lastModified=2023-03-25 18:03:08.486310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.487693000, lastModified=2023-03-25 18:03:08.486310000, delta=1383000 ns, racy<=15000 ns 18:03:08.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.487 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.487937000, lastModified=2023-03-25 18:03:08.487310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.487937000, lastModified=2023-03-25 18:03:08.487310000, delta=627000 ns, racy<=15000 ns 18:03:08.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.488190000, lastModified=2023-03-25 18:03:08.487310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.488190000, lastModified=2023-03-25 18:03:08.487310000, delta=880000 ns, racy<=15000 ns 18:03:08.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.488428000, lastModified=2023-03-25 18:03:08.487310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.488428000, lastModified=2023-03-25 18:03:08.487310000, delta=1118000 ns, racy<=15000 ns 18:03:08.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.488685000, lastModified=2023-03-25 18:03:08.487310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.488685000, lastModified=2023-03-25 18:03:08.487310000, delta=1375000 ns, racy<=15000 ns 18:03:08.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.488 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.488937000, lastModified=2023-03-25 18:03:08.488310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.488937000, lastModified=2023-03-25 18:03:08.488310000, delta=627000 ns, racy<=15000 ns 18:03:08.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.489193000, lastModified=2023-03-25 18:03:08.488310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.489193000, lastModified=2023-03-25 18:03:08.488310000, delta=883000 ns, racy<=15000 ns 18:03:08.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.489439000, lastModified=2023-03-25 18:03:08.488310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.489439000, lastModified=2023-03-25 18:03:08.488310000, delta=1129000 ns, racy<=15000 ns 18:03:08.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.489677000, lastModified=2023-03-25 18:03:08.488310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.489677000, lastModified=2023-03-25 18:03:08.488310000, delta=1367000 ns, racy<=15000 ns 18:03:08.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.489 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.489943000, lastModified=2023-03-25 18:03:08.489310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.489943000, lastModified=2023-03-25 18:03:08.489310000, delta=633000 ns, racy<=15000 ns 18:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.490193000, lastModified=2023-03-25 18:03:08.489310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.490193000, lastModified=2023-03-25 18:03:08.489310000, delta=883000 ns, racy<=15000 ns 18:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.490435000, lastModified=2023-03-25 18:03:08.489310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.490435000, lastModified=2023-03-25 18:03:08.489310000, delta=1125000 ns, racy<=15000 ns 18:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.490671000, lastModified=2023-03-25 18:03:08.489310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.490671000, lastModified=2023-03-25 18:03:08.489310000, delta=1361000 ns, racy<=15000 ns 18:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.490 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.490913000, lastModified=2023-03-25 18:03:08.489310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.489310000 to 2023-03-25 18:03:08.490310000 18:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.491148000, lastModified=2023-03-25 18:03:08.490310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.491148000, lastModified=2023-03-25 18:03:08.490310000, delta=838000 ns, racy<=15000 ns 18:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.491386000, lastModified=2023-03-25 18:03:08.490310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.491386000, lastModified=2023-03-25 18:03:08.490310000, delta=1076000 ns, racy<=15000 ns 18:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.491622000, lastModified=2023-03-25 18:03:08.490310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.491622000, lastModified=2023-03-25 18:03:08.490310000, delta=1312000 ns, racy<=15000 ns 18:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.491858000, lastModified=2023-03-25 18:03:08.490310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.491 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.490310000 to 2023-03-25 18:03:08.491310000 18:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.492091000, lastModified=2023-03-25 18:03:08.491310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.492091000, lastModified=2023-03-25 18:03:08.491310000, delta=781000 ns, racy<=15000 ns 18:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.492375000, lastModified=2023-03-25 18:03:08.491310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.492375000, lastModified=2023-03-25 18:03:08.491310000, delta=1065000 ns, racy<=15000 ns 18:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.492617000, lastModified=2023-03-25 18:03:08.491310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.492617000, lastModified=2023-03-25 18:03:08.491310000, delta=1307000 ns, racy<=15000 ns 18:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.492852000, lastModified=2023-03-25 18:03:08.491310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.492 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.491310000 to 2023-03-25 18:03:08.492310000 18:03:08.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.493087000, lastModified=2023-03-25 18:03:08.492310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.493087000, lastModified=2023-03-25 18:03:08.492310000, delta=777000 ns, racy<=15000 ns 18:03:08.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.493336000, lastModified=2023-03-25 18:03:08.492310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.493336000, lastModified=2023-03-25 18:03:08.492310000, delta=1026000 ns, racy<=15000 ns 18:03:08.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.493603000, lastModified=2023-03-25 18:03:08.492310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.493603000, lastModified=2023-03-25 18:03:08.492310000, delta=1293000 ns, racy<=15000 ns 18:03:08.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.493846000, lastModified=2023-03-25 18:03:08.492310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.493 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.492310000 to 2023-03-25 18:03:08.493310000 18:03:08.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.494088000, lastModified=2023-03-25 18:03:08.493310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.494088000, lastModified=2023-03-25 18:03:08.493310000, delta=778000 ns, racy<=15000 ns 18:03:08.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.494 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.494339000, lastModified=2023-03-25 18:03:08.493310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.494339000, lastModified=2023-03-25 18:03:08.493310000, delta=1029000 ns, racy<=15000 ns 18:03:08.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.498 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.498948000, lastModified=2023-03-25 18:03:08.498310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.498948000, lastModified=2023-03-25 18:03:08.498310000, delta=638000 ns, racy<=15000 ns 18:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.499241000, lastModified=2023-03-25 18:03:08.498310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.499241000, lastModified=2023-03-25 18:03:08.498310000, delta=931000 ns, racy<=15000 ns 18:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.499514000, lastModified=2023-03-25 18:03:08.498310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.499514000, lastModified=2023-03-25 18:03:08.498310000, delta=1204000 ns, racy<=15000 ns 18:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.499748000, lastModified=2023-03-25 18:03:08.498310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.499748000, lastModified=2023-03-25 18:03:08.498310000, delta=1438000 ns, racy<=15000 ns 18:03:08.499 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.500008000, lastModified=2023-03-25 18:03:08.499310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.500008000, lastModified=2023-03-25 18:03:08.499310000, delta=698000 ns, racy<=15000 ns 18:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.500258000, lastModified=2023-03-25 18:03:08.499310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.500258000, lastModified=2023-03-25 18:03:08.499310000, delta=948000 ns, racy<=15000 ns 18:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.500491000, lastModified=2023-03-25 18:03:08.499310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.500491000, lastModified=2023-03-25 18:03:08.499310000, delta=1181000 ns, racy<=15000 ns 18:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.500744000, lastModified=2023-03-25 18:03:08.499310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.500744000, lastModified=2023-03-25 18:03:08.499310000, delta=1434000 ns, racy<=15000 ns 18:03:08.500 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.500991000, lastModified=2023-03-25 18:03:08.500310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.500991000, lastModified=2023-03-25 18:03:08.500310000, delta=681000 ns, racy<=15000 ns 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.501243000, lastModified=2023-03-25 18:03:08.500310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.501243000, lastModified=2023-03-25 18:03:08.500310000, delta=933000 ns, racy<=15000 ns 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.501479000, lastModified=2023-03-25 18:03:08.500310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.501479000, lastModified=2023-03-25 18:03:08.500310000, delta=1169000 ns, racy<=15000 ns 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.501724000, lastModified=2023-03-25 18:03:08.500310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.501724000, lastModified=2023-03-25 18:03:08.500310000, delta=1414000 ns, racy<=15000 ns 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.501 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.501968000, lastModified=2023-03-25 18:03:08.501310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.501968000, lastModified=2023-03-25 18:03:08.501310000, delta=658000 ns, racy<=15000 ns 18:03:08.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.502223000, lastModified=2023-03-25 18:03:08.501310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.502223000, lastModified=2023-03-25 18:03:08.501310000, delta=913000 ns, racy<=15000 ns 18:03:08.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.502466000, lastModified=2023-03-25 18:03:08.501310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.502466000, lastModified=2023-03-25 18:03:08.501310000, delta=1156000 ns, racy<=15000 ns 18:03:08.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.502714000, lastModified=2023-03-25 18:03:08.501310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.502714000, lastModified=2023-03-25 18:03:08.501310000, delta=1404000 ns, racy<=15000 ns 18:03:08.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.502 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.502961000, lastModified=2023-03-25 18:03:08.502310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.502961000, lastModified=2023-03-25 18:03:08.502310000, delta=651000 ns, racy<=15000 ns 18:03:08.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.503217000, lastModified=2023-03-25 18:03:08.502310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.503217000, lastModified=2023-03-25 18:03:08.502310000, delta=907000 ns, racy<=15000 ns 18:03:08.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.503463000, lastModified=2023-03-25 18:03:08.502310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.503463000, lastModified=2023-03-25 18:03:08.502310000, delta=1153000 ns, racy<=15000 ns 18:03:08.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.503708000, lastModified=2023-03-25 18:03:08.502310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.503708000, lastModified=2023-03-25 18:03:08.502310000, delta=1398000 ns, racy<=15000 ns 18:03:08.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.503 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.503962000, lastModified=2023-03-25 18:03:08.503310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.503962000, lastModified=2023-03-25 18:03:08.503310000, delta=652000 ns, racy<=15000 ns 18:03:08.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.504213000, lastModified=2023-03-25 18:03:08.503310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.504213000, lastModified=2023-03-25 18:03:08.503310000, delta=903000 ns, racy<=15000 ns 18:03:08.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.504465000, lastModified=2023-03-25 18:03:08.503310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.504465000, lastModified=2023-03-25 18:03:08.503310000, delta=1155000 ns, racy<=15000 ns 18:03:08.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.504705000, lastModified=2023-03-25 18:03:08.503310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.504705000, lastModified=2023-03-25 18:03:08.503310000, delta=1395000 ns, racy<=15000 ns 18:03:08.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.504 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.504947000, lastModified=2023-03-25 18:03:08.504310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.504947000, lastModified=2023-03-25 18:03:08.504310000, delta=637000 ns, racy<=15000 ns 18:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.505198000, lastModified=2023-03-25 18:03:08.504310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.505198000, lastModified=2023-03-25 18:03:08.504310000, delta=888000 ns, racy<=15000 ns 18:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.505435000, lastModified=2023-03-25 18:03:08.504310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.505435000, lastModified=2023-03-25 18:03:08.504310000, delta=1125000 ns, racy<=15000 ns 18:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.505673000, lastModified=2023-03-25 18:03:08.504310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.505673000, lastModified=2023-03-25 18:03:08.504310000, delta=1363000 ns, racy<=15000 ns 18:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.505 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.505914000, lastModified=2023-03-25 18:03:08.504310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.504310000 to 2023-03-25 18:03:08.505310000 18:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.506151000, lastModified=2023-03-25 18:03:08.505310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.506151000, lastModified=2023-03-25 18:03:08.505310000, delta=841000 ns, racy<=15000 ns 18:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.506391000, lastModified=2023-03-25 18:03:08.505310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.506391000, lastModified=2023-03-25 18:03:08.505310000, delta=1081000 ns, racy<=15000 ns 18:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.506633000, lastModified=2023-03-25 18:03:08.505310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.506633000, lastModified=2023-03-25 18:03:08.505310000, delta=1323000 ns, racy<=15000 ns 18:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.506 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.506931000, lastModified=2023-03-25 18:03:08.505310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.505310000 to 2023-03-25 18:03:08.506310000 18:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.507173000, lastModified=2023-03-25 18:03:08.506310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.507173000, lastModified=2023-03-25 18:03:08.506310000, delta=863000 ns, racy<=15000 ns 18:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.507411000, lastModified=2023-03-25 18:03:08.506310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.507411000, lastModified=2023-03-25 18:03:08.506310000, delta=1101000 ns, racy<=15000 ns 18:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.507650000, lastModified=2023-03-25 18:03:08.506310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.507650000, lastModified=2023-03-25 18:03:08.506310000, delta=1340000 ns, racy<=15000 ns 18:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.507 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.507885000, lastModified=2023-03-25 18:03:08.506310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.506310000 to 2023-03-25 18:03:08.507310000 18:03:08.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.508185000, lastModified=2023-03-25 18:03:08.507310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.508185000, lastModified=2023-03-25 18:03:08.507310000, delta=875000 ns, racy<=15000 ns 18:03:08.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.508427000, lastModified=2023-03-25 18:03:08.507310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.508427000, lastModified=2023-03-25 18:03:08.507310000, delta=1117000 ns, racy<=15000 ns 18:03:08.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.508669000, lastModified=2023-03-25 18:03:08.507310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.508669000, lastModified=2023-03-25 18:03:08.507310000, delta=1359000 ns, racy<=15000 ns 18:03:08.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.508 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.508959000, lastModified=2023-03-25 18:03:08.508310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.508959000, lastModified=2023-03-25 18:03:08.508310000, delta=649000 ns, racy<=15000 ns 18:03:08.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.509236000, lastModified=2023-03-25 18:03:08.508310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.509236000, lastModified=2023-03-25 18:03:08.508310000, delta=926000 ns, racy<=15000 ns 18:03:08.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.509485000, lastModified=2023-03-25 18:03:08.508310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.509485000, lastModified=2023-03-25 18:03:08.508310000, delta=1175000 ns, racy<=15000 ns 18:03:08.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.509756000, lastModified=2023-03-25 18:03:08.508310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.509756000, lastModified=2023-03-25 18:03:08.508310000, delta=1446000 ns, racy<=15000 ns 18:03:08.509 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.510044000, lastModified=2023-03-25 18:03:08.509310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.510044000, lastModified=2023-03-25 18:03:08.509310000, delta=734000 ns, racy<=15000 ns 18:03:08.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.510327000, lastModified=2023-03-25 18:03:08.509310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.510327000, lastModified=2023-03-25 18:03:08.509310000, delta=1017000 ns, racy<=15000 ns 18:03:08.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.510601000, lastModified=2023-03-25 18:03:08.509310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.510601000, lastModified=2023-03-25 18:03:08.509310000, delta=1291000 ns, racy<=15000 ns 18:03:08.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.510 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.510879000, lastModified=2023-03-25 18:03:08.509310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.509310000 to 2023-03-25 18:03:08.510310000 18:03:08.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.511142000, lastModified=2023-03-25 18:03:08.510310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.511142000, lastModified=2023-03-25 18:03:08.510310000, delta=832000 ns, racy<=15000 ns 18:03:08.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.511385000, lastModified=2023-03-25 18:03:08.510310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.511385000, lastModified=2023-03-25 18:03:08.510310000, delta=1075000 ns, racy<=15000 ns 18:03:08.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.511620000, lastModified=2023-03-25 18:03:08.510310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.511620000, lastModified=2023-03-25 18:03:08.510310000, delta=1310000 ns, racy<=15000 ns 18:03:08.511 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.519 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.519937000, lastModified=2023-03-25 18:03:08.510310000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.510310000 to 2023-03-25 18:03:08.519311000 18:03:08.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.520204000, lastModified=2023-03-25 18:03:08.519311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.520204000, lastModified=2023-03-25 18:03:08.519311000, delta=893000 ns, racy<=15000 ns 18:03:08.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.520449000, lastModified=2023-03-25 18:03:08.519311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.520449000, lastModified=2023-03-25 18:03:08.519311000, delta=1138000 ns, racy<=15000 ns 18:03:08.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.520682000, lastModified=2023-03-25 18:03:08.519311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.520682000, lastModified=2023-03-25 18:03:08.519311000, delta=1371000 ns, racy<=15000 ns 18:03:08.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.520 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.520921000, lastModified=2023-03-25 18:03:08.519311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.519311000 to 2023-03-25 18:03:08.520311000 18:03:08.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.521162000, lastModified=2023-03-25 18:03:08.520311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.521162000, lastModified=2023-03-25 18:03:08.520311000, delta=851000 ns, racy<=15000 ns 18:03:08.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.521382000, lastModified=2023-03-25 18:03:08.520311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.521382000, lastModified=2023-03-25 18:03:08.520311000, delta=1071000 ns, racy<=15000 ns 18:03:08.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.521599000, lastModified=2023-03-25 18:03:08.520311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.521599000, lastModified=2023-03-25 18:03:08.520311000, delta=1288000 ns, racy<=15000 ns 18:03:08.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.521819000, lastModified=2023-03-25 18:03:08.520311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.521 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.520311000 to 2023-03-25 18:03:08.521311000 18:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.522069000, lastModified=2023-03-25 18:03:08.521311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.522069000, lastModified=2023-03-25 18:03:08.521311000, delta=758000 ns, racy<=15000 ns 18:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.522320000, lastModified=2023-03-25 18:03:08.521311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.522320000, lastModified=2023-03-25 18:03:08.521311000, delta=1009000 ns, racy<=15000 ns 18:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.522559000, lastModified=2023-03-25 18:03:08.521311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.522559000, lastModified=2023-03-25 18:03:08.521311000, delta=1248000 ns, racy<=15000 ns 18:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.522804000, lastModified=2023-03-25 18:03:08.521311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.522 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.521311000 to 2023-03-25 18:03:08.522311000 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.523034000, lastModified=2023-03-25 18:03:08.522311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.523034000, lastModified=2023-03-25 18:03:08.522311000, delta=723000 ns, racy<=15000 ns 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.523279000, lastModified=2023-03-25 18:03:08.522311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.523279000, lastModified=2023-03-25 18:03:08.522311000, delta=968000 ns, racy<=15000 ns 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.523503000, lastModified=2023-03-25 18:03:08.522311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.523503000, lastModified=2023-03-25 18:03:08.522311000, delta=1192000 ns, racy<=15000 ns 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.523721000, lastModified=2023-03-25 18:03:08.522311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.523721000, lastModified=2023-03-25 18:03:08.522311000, delta=1410000 ns, racy<=15000 ns 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.523 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.523971000, lastModified=2023-03-25 18:03:08.523311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.523971000, lastModified=2023-03-25 18:03:08.523311000, delta=660000 ns, racy<=15000 ns 18:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.524204000, lastModified=2023-03-25 18:03:08.523311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.524204000, lastModified=2023-03-25 18:03:08.523311000, delta=893000 ns, racy<=15000 ns 18:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.524427000, lastModified=2023-03-25 18:03:08.523311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.524427000, lastModified=2023-03-25 18:03:08.523311000, delta=1116000 ns, racy<=15000 ns 18:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.524674000, lastModified=2023-03-25 18:03:08.523311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.524674000, lastModified=2023-03-25 18:03:08.523311000, delta=1363000 ns, racy<=15000 ns 18:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.524 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.524916000, lastModified=2023-03-25 18:03:08.523311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.523311000 to 2023-03-25 18:03:08.524311000 18:03:08.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.525153000, lastModified=2023-03-25 18:03:08.524311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.525153000, lastModified=2023-03-25 18:03:08.524311000, delta=842000 ns, racy<=15000 ns 18:03:08.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.525389000, lastModified=2023-03-25 18:03:08.524311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.525389000, lastModified=2023-03-25 18:03:08.524311000, delta=1078000 ns, racy<=15000 ns 18:03:08.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.525628000, lastModified=2023-03-25 18:03:08.524311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.525628000, lastModified=2023-03-25 18:03:08.524311000, delta=1317000 ns, racy<=15000 ns 18:03:08.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.525 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.525872000, lastModified=2023-03-25 18:03:08.524311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.524311000 to 2023-03-25 18:03:08.525311000 18:03:08.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.526100000, lastModified=2023-03-25 18:03:08.525311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.526100000, lastModified=2023-03-25 18:03:08.525311000, delta=789000 ns, racy<=15000 ns 18:03:08.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.526331000, lastModified=2023-03-25 18:03:08.525311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.526331000, lastModified=2023-03-25 18:03:08.525311000, delta=1020000 ns, racy<=15000 ns 18:03:08.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.526573000, lastModified=2023-03-25 18:03:08.525311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.526573000, lastModified=2023-03-25 18:03:08.525311000, delta=1262000 ns, racy<=15000 ns 18:03:08.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.526815000, lastModified=2023-03-25 18:03:08.525311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.526 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.525311000 to 2023-03-25 18:03:08.526311000 18:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.527043000, lastModified=2023-03-25 18:03:08.526311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.527043000, lastModified=2023-03-25 18:03:08.526311000, delta=732000 ns, racy<=15000 ns 18:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.527291000, lastModified=2023-03-25 18:03:08.526311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.527291000, lastModified=2023-03-25 18:03:08.526311000, delta=980000 ns, racy<=15000 ns 18:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.527528000, lastModified=2023-03-25 18:03:08.526311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.527528000, lastModified=2023-03-25 18:03:08.526311000, delta=1217000 ns, racy<=15000 ns 18:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.527766000, lastModified=2023-03-25 18:03:08.526311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.527766000, lastModified=2023-03-25 18:03:08.526311000, delta=1455000 ns, racy<=15000 ns 18:03:08.527 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.528018000, lastModified=2023-03-25 18:03:08.527311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.528018000, lastModified=2023-03-25 18:03:08.527311000, delta=707000 ns, racy<=15000 ns 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.528253000, lastModified=2023-03-25 18:03:08.527311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.528253000, lastModified=2023-03-25 18:03:08.527311000, delta=942000 ns, racy<=15000 ns 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.528477000, lastModified=2023-03-25 18:03:08.527311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.528477000, lastModified=2023-03-25 18:03:08.527311000, delta=1166000 ns, racy<=15000 ns 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.528697000, lastModified=2023-03-25 18:03:08.527311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.528697000, lastModified=2023-03-25 18:03:08.527311000, delta=1386000 ns, racy<=15000 ns 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.528 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.528945000, lastModified=2023-03-25 18:03:08.527311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.527311000 to 2023-03-25 18:03:08.528311000 18:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.529183000, lastModified=2023-03-25 18:03:08.528311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.529183000, lastModified=2023-03-25 18:03:08.528311000, delta=872000 ns, racy<=15000 ns 18:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.529420000, lastModified=2023-03-25 18:03:08.528311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.529420000, lastModified=2023-03-25 18:03:08.528311000, delta=1109000 ns, racy<=15000 ns 18:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.529652000, lastModified=2023-03-25 18:03:08.528311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.529652000, lastModified=2023-03-25 18:03:08.528311000, delta=1341000 ns, racy<=15000 ns 18:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.529 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.529930000, lastModified=2023-03-25 18:03:08.528311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.528311000 to 2023-03-25 18:03:08.529311000 18:03:08.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.530194000, lastModified=2023-03-25 18:03:08.529311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.530194000, lastModified=2023-03-25 18:03:08.529311000, delta=883000 ns, racy<=15000 ns 18:03:08.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.530434000, lastModified=2023-03-25 18:03:08.529311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.530434000, lastModified=2023-03-25 18:03:08.529311000, delta=1123000 ns, racy<=15000 ns 18:03:08.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.530667000, lastModified=2023-03-25 18:03:08.529311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.530667000, lastModified=2023-03-25 18:03:08.529311000, delta=1356000 ns, racy<=15000 ns 18:03:08.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.530 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.530900000, lastModified=2023-03-25 18:03:08.529311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.529311000 to 2023-03-25 18:03:08.530311000 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.531133000, lastModified=2023-03-25 18:03:08.530311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.531133000, lastModified=2023-03-25 18:03:08.530311000, delta=822000 ns, racy<=15000 ns 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.531356000, lastModified=2023-03-25 18:03:08.530311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.531356000, lastModified=2023-03-25 18:03:08.530311000, delta=1045000 ns, racy<=15000 ns 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.531584000, lastModified=2023-03-25 18:03:08.530311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.531584000, lastModified=2023-03-25 18:03:08.530311000, delta=1273000 ns, racy<=15000 ns 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.531805000, lastModified=2023-03-25 18:03:08.530311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.531805000, lastModified=2023-03-25 18:03:08.530311000, delta=1494000 ns, racy<=15000 ns 18:03:08.531 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.532 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.532037000, lastModified=2023-03-25 18:03:08.531311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.532037000, lastModified=2023-03-25 18:03:08.531311000, delta=726000 ns, racy<=15000 ns 18:03:08.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.537 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.537920000, lastModified=2023-03-25 18:03:08.536311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.536311000 to 2023-03-25 18:03:08.537311000 18:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.538169000, lastModified=2023-03-25 18:03:08.537311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.538169000, lastModified=2023-03-25 18:03:08.537311000, delta=858000 ns, racy<=15000 ns 18:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.538410000, lastModified=2023-03-25 18:03:08.537311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.538410000, lastModified=2023-03-25 18:03:08.537311000, delta=1099000 ns, racy<=15000 ns 18:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.538641000, lastModified=2023-03-25 18:03:08.537311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.538641000, lastModified=2023-03-25 18:03:08.537311000, delta=1330000 ns, racy<=15000 ns 18:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.538 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.538874000, lastModified=2023-03-25 18:03:08.537311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.537311000 to 2023-03-25 18:03:08.538311000 18:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.539115000, lastModified=2023-03-25 18:03:08.538311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.539115000, lastModified=2023-03-25 18:03:08.538311000, delta=804000 ns, racy<=15000 ns 18:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.539355000, lastModified=2023-03-25 18:03:08.538311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.539355000, lastModified=2023-03-25 18:03:08.538311000, delta=1044000 ns, racy<=15000 ns 18:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.539588000, lastModified=2023-03-25 18:03:08.538311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.539588000, lastModified=2023-03-25 18:03:08.538311000, delta=1277000 ns, racy<=15000 ns 18:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.539821000, lastModified=2023-03-25 18:03:08.538311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.539 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.538311000 to 2023-03-25 18:03:08.539311000 18:03:08.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.540053000, lastModified=2023-03-25 18:03:08.539311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.540053000, lastModified=2023-03-25 18:03:08.539311000, delta=742000 ns, racy<=15000 ns 18:03:08.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.540295000, lastModified=2023-03-25 18:03:08.539311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.540295000, lastModified=2023-03-25 18:03:08.539311000, delta=984000 ns, racy<=15000 ns 18:03:08.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.540536000, lastModified=2023-03-25 18:03:08.539311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.540536000, lastModified=2023-03-25 18:03:08.539311000, delta=1225000 ns, racy<=15000 ns 18:03:08.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.540769000, lastModified=2023-03-25 18:03:08.539311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.540769000, lastModified=2023-03-25 18:03:08.539311000, delta=1458000 ns, racy<=15000 ns 18:03:08.540 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.541017000, lastModified=2023-03-25 18:03:08.540311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.541017000, lastModified=2023-03-25 18:03:08.540311000, delta=706000 ns, racy<=15000 ns 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.541266000, lastModified=2023-03-25 18:03:08.540311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.541266000, lastModified=2023-03-25 18:03:08.540311000, delta=955000 ns, racy<=15000 ns 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.541501000, lastModified=2023-03-25 18:03:08.540311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.541501000, lastModified=2023-03-25 18:03:08.540311000, delta=1190000 ns, racy<=15000 ns 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.541736000, lastModified=2023-03-25 18:03:08.540311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.541736000, lastModified=2023-03-25 18:03:08.540311000, delta=1425000 ns, racy<=15000 ns 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.541 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.541977000, lastModified=2023-03-25 18:03:08.541311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.541977000, lastModified=2023-03-25 18:03:08.541311000, delta=666000 ns, racy<=15000 ns 18:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.542220000, lastModified=2023-03-25 18:03:08.541311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.542220000, lastModified=2023-03-25 18:03:08.541311000, delta=909000 ns, racy<=15000 ns 18:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.542456000, lastModified=2023-03-25 18:03:08.541311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.542456000, lastModified=2023-03-25 18:03:08.541311000, delta=1145000 ns, racy<=15000 ns 18:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.542696000, lastModified=2023-03-25 18:03:08.541311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.542696000, lastModified=2023-03-25 18:03:08.541311000, delta=1385000 ns, racy<=15000 ns 18:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.542 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.542942000, lastModified=2023-03-25 18:03:08.542311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.542942000, lastModified=2023-03-25 18:03:08.542311000, delta=631000 ns, racy<=15000 ns 18:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.543196000, lastModified=2023-03-25 18:03:08.542311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.543196000, lastModified=2023-03-25 18:03:08.542311000, delta=885000 ns, racy<=15000 ns 18:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.543437000, lastModified=2023-03-25 18:03:08.542311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.543437000, lastModified=2023-03-25 18:03:08.542311000, delta=1126000 ns, racy<=15000 ns 18:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.543671000, lastModified=2023-03-25 18:03:08.542311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.543671000, lastModified=2023-03-25 18:03:08.542311000, delta=1360000 ns, racy<=15000 ns 18:03:08.543 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.543999000, lastModified=2023-03-25 18:03:08.542311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.542311000 to 2023-03-25 18:03:08.543311000 18:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.544438000, lastModified=2023-03-25 18:03:08.543311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.544438000, lastModified=2023-03-25 18:03:08.543311000, delta=1127000 ns, racy<=15000 ns 18:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.544683000, lastModified=2023-03-25 18:03:08.543311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.544683000, lastModified=2023-03-25 18:03:08.543311000, delta=1372000 ns, racy<=15000 ns 18:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.544 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.544940000, lastModified=2023-03-25 18:03:08.544311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.544940000, lastModified=2023-03-25 18:03:08.544311000, delta=629000 ns, racy<=15000 ns 18:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.545200000, lastModified=2023-03-25 18:03:08.544311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.545200000, lastModified=2023-03-25 18:03:08.544311000, delta=889000 ns, racy<=15000 ns 18:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.545444000, lastModified=2023-03-25 18:03:08.544311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.545444000, lastModified=2023-03-25 18:03:08.544311000, delta=1133000 ns, racy<=15000 ns 18:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.545685000, lastModified=2023-03-25 18:03:08.544311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.545685000, lastModified=2023-03-25 18:03:08.544311000, delta=1374000 ns, racy<=15000 ns 18:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.545 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.545944000, lastModified=2023-03-25 18:03:08.545311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.545944000, lastModified=2023-03-25 18:03:08.545311000, delta=633000 ns, racy<=15000 ns 18:03:08.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.546225000, lastModified=2023-03-25 18:03:08.545311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.546225000, lastModified=2023-03-25 18:03:08.545311000, delta=914000 ns, racy<=15000 ns 18:03:08.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.546467000, lastModified=2023-03-25 18:03:08.545311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.546467000, lastModified=2023-03-25 18:03:08.545311000, delta=1156000 ns, racy<=15000 ns 18:03:08.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.546708000, lastModified=2023-03-25 18:03:08.545311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.546708000, lastModified=2023-03-25 18:03:08.545311000, delta=1397000 ns, racy<=15000 ns 18:03:08.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.546 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.546951000, lastModified=2023-03-25 18:03:08.546311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.546951000, lastModified=2023-03-25 18:03:08.546311000, delta=640000 ns, racy<=15000 ns 18:03:08.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.547200000, lastModified=2023-03-25 18:03:08.546311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.547200000, lastModified=2023-03-25 18:03:08.546311000, delta=889000 ns, racy<=15000 ns 18:03:08.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.547438000, lastModified=2023-03-25 18:03:08.546311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.547438000, lastModified=2023-03-25 18:03:08.546311000, delta=1127000 ns, racy<=15000 ns 18:03:08.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.547676000, lastModified=2023-03-25 18:03:08.546311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.547676000, lastModified=2023-03-25 18:03:08.546311000, delta=1365000 ns, racy<=15000 ns 18:03:08.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.547 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.547920000, lastModified=2023-03-25 18:03:08.546311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.546311000 to 2023-03-25 18:03:08.547311000 18:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.548168000, lastModified=2023-03-25 18:03:08.547311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.548168000, lastModified=2023-03-25 18:03:08.547311000, delta=857000 ns, racy<=15000 ns 18:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.548405000, lastModified=2023-03-25 18:03:08.547311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.548405000, lastModified=2023-03-25 18:03:08.547311000, delta=1094000 ns, racy<=15000 ns 18:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.548641000, lastModified=2023-03-25 18:03:08.547311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.548641000, lastModified=2023-03-25 18:03:08.547311000, delta=1330000 ns, racy<=15000 ns 18:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.548 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.548877000, lastModified=2023-03-25 18:03:08.547311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.547311000 to 2023-03-25 18:03:08.548311000 18:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.549121000, lastModified=2023-03-25 18:03:08.548311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.549121000, lastModified=2023-03-25 18:03:08.548311000, delta=810000 ns, racy<=15000 ns 18:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.549353000, lastModified=2023-03-25 18:03:08.548311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.549353000, lastModified=2023-03-25 18:03:08.548311000, delta=1042000 ns, racy<=15000 ns 18:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.549602000, lastModified=2023-03-25 18:03:08.548311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.549602000, lastModified=2023-03-25 18:03:08.548311000, delta=1291000 ns, racy<=15000 ns 18:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.549852000, lastModified=2023-03-25 18:03:08.548311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.549 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.548311000 to 2023-03-25 18:03:08.549311000 18:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.550097000, lastModified=2023-03-25 18:03:08.549311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.550097000, lastModified=2023-03-25 18:03:08.549311000, delta=786000 ns, racy<=15000 ns 18:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.550353000, lastModified=2023-03-25 18:03:08.549311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.550353000, lastModified=2023-03-25 18:03:08.549311000, delta=1042000 ns, racy<=15000 ns 18:03:08.550 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.554513000, lastModified=2023-03-25 18:03:08.549311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.549311000 to 2023-03-25 18:03:08.553311000 18:03:08.554 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.554869000, lastModified=2023-03-25 18:03:08.553311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.553311000 to 2023-03-25 18:03:08.554311000 18:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.555153000, lastModified=2023-03-25 18:03:08.554311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.555153000, lastModified=2023-03-25 18:03:08.554311000, delta=842000 ns, racy<=15000 ns 18:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.555410000, lastModified=2023-03-25 18:03:08.554311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.555410000, lastModified=2023-03-25 18:03:08.554311000, delta=1099000 ns, racy<=15000 ns 18:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.555660000, lastModified=2023-03-25 18:03:08.554311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.555660000, lastModified=2023-03-25 18:03:08.554311000, delta=1349000 ns, racy<=15000 ns 18:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.555 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.555928000, lastModified=2023-03-25 18:03:08.554311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.554311000 to 2023-03-25 18:03:08.555311000 18:03:08.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.556182000, lastModified=2023-03-25 18:03:08.555311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.556182000, lastModified=2023-03-25 18:03:08.555311000, delta=871000 ns, racy<=15000 ns 18:03:08.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.556432000, lastModified=2023-03-25 18:03:08.555311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.556432000, lastModified=2023-03-25 18:03:08.555311000, delta=1121000 ns, racy<=15000 ns 18:03:08.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.556687000, lastModified=2023-03-25 18:03:08.555311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.556687000, lastModified=2023-03-25 18:03:08.555311000, delta=1376000 ns, racy<=15000 ns 18:03:08.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.556 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.556954000, lastModified=2023-03-25 18:03:08.556311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.556954000, lastModified=2023-03-25 18:03:08.556311000, delta=643000 ns, racy<=15000 ns 18:03:08.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.557227000, lastModified=2023-03-25 18:03:08.556311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.557227000, lastModified=2023-03-25 18:03:08.556311000, delta=916000 ns, racy<=15000 ns 18:03:08.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.557476000, lastModified=2023-03-25 18:03:08.556311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.557476000, lastModified=2023-03-25 18:03:08.556311000, delta=1165000 ns, racy<=15000 ns 18:03:08.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.557725000, lastModified=2023-03-25 18:03:08.556311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.557725000, lastModified=2023-03-25 18:03:08.556311000, delta=1414000 ns, racy<=15000 ns 18:03:08.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.557 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.557977000, lastModified=2023-03-25 18:03:08.557311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.557977000, lastModified=2023-03-25 18:03:08.557311000, delta=666000 ns, racy<=15000 ns 18:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.558234000, lastModified=2023-03-25 18:03:08.557311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.558234000, lastModified=2023-03-25 18:03:08.557311000, delta=923000 ns, racy<=15000 ns 18:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.558477000, lastModified=2023-03-25 18:03:08.557311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.558477000, lastModified=2023-03-25 18:03:08.557311000, delta=1166000 ns, racy<=15000 ns 18:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.558719000, lastModified=2023-03-25 18:03:08.557311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.558719000, lastModified=2023-03-25 18:03:08.557311000, delta=1408000 ns, racy<=15000 ns 18:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.558 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.558972000, lastModified=2023-03-25 18:03:08.558311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.558972000, lastModified=2023-03-25 18:03:08.558311000, delta=661000 ns, racy<=15000 ns 18:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.559228000, lastModified=2023-03-25 18:03:08.558311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.559228000, lastModified=2023-03-25 18:03:08.558311000, delta=917000 ns, racy<=15000 ns 18:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.559472000, lastModified=2023-03-25 18:03:08.558311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.559472000, lastModified=2023-03-25 18:03:08.558311000, delta=1161000 ns, racy<=15000 ns 18:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.559741000, lastModified=2023-03-25 18:03:08.558311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.559741000, lastModified=2023-03-25 18:03:08.558311000, delta=1430000 ns, racy<=15000 ns 18:03:08.559 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.560009000, lastModified=2023-03-25 18:03:08.559311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.560009000, lastModified=2023-03-25 18:03:08.559311000, delta=698000 ns, racy<=15000 ns 18:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.560277000, lastModified=2023-03-25 18:03:08.559311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.560277000, lastModified=2023-03-25 18:03:08.559311000, delta=966000 ns, racy<=15000 ns 18:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.560526000, lastModified=2023-03-25 18:03:08.559311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.560526000, lastModified=2023-03-25 18:03:08.559311000, delta=1215000 ns, racy<=15000 ns 18:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.560776000, lastModified=2023-03-25 18:03:08.559311000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.560776000, lastModified=2023-03-25 18:03:08.559311000, delta=1465000 ns, racy<=15000 ns 18:03:08.560 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.561036000, lastModified=2023-03-25 18:03:08.560312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.561036000, lastModified=2023-03-25 18:03:08.560312000, delta=724000 ns, racy<=15000 ns 18:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.561309000, lastModified=2023-03-25 18:03:08.560312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.561309000, lastModified=2023-03-25 18:03:08.560312000, delta=997000 ns, racy<=15000 ns 18:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.561558000, lastModified=2023-03-25 18:03:08.560312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.561558000, lastModified=2023-03-25 18:03:08.560312000, delta=1246000 ns, racy<=15000 ns 18:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.561806000, lastModified=2023-03-25 18:03:08.560312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.561 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.560312000 to 2023-03-25 18:03:08.561312000 18:03:08.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.562069000, lastModified=2023-03-25 18:03:08.561312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.562069000, lastModified=2023-03-25 18:03:08.561312000, delta=757000 ns, racy<=15000 ns 18:03:08.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.562331000, lastModified=2023-03-25 18:03:08.561312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.562331000, lastModified=2023-03-25 18:03:08.561312000, delta=1019000 ns, racy<=15000 ns 18:03:08.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.562593000, lastModified=2023-03-25 18:03:08.561312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.562593000, lastModified=2023-03-25 18:03:08.561312000, delta=1281000 ns, racy<=15000 ns 18:03:08.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.562 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.562854000, lastModified=2023-03-25 18:03:08.561312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.561312000 to 2023-03-25 18:03:08.562312000 18:03:08.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.563113000, lastModified=2023-03-25 18:03:08.562312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.563113000, lastModified=2023-03-25 18:03:08.562312000, delta=801000 ns, racy<=15000 ns 18:03:08.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.563358000, lastModified=2023-03-25 18:03:08.562312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.563358000, lastModified=2023-03-25 18:03:08.562312000, delta=1046000 ns, racy<=15000 ns 18:03:08.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.563633000, lastModified=2023-03-25 18:03:08.562312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.563633000, lastModified=2023-03-25 18:03:08.562312000, delta=1321000 ns, racy<=15000 ns 18:03:08.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.563 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.563880000, lastModified=2023-03-25 18:03:08.562312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.562312000 to 2023-03-25 18:03:08.563312000 18:03:08.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.564127000, lastModified=2023-03-25 18:03:08.563312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.564127000, lastModified=2023-03-25 18:03:08.563312000, delta=815000 ns, racy<=15000 ns 18:03:08.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.564372000, lastModified=2023-03-25 18:03:08.563312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.564372000, lastModified=2023-03-25 18:03:08.563312000, delta=1060000 ns, racy<=15000 ns 18:03:08.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.564616000, lastModified=2023-03-25 18:03:08.563312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.564616000, lastModified=2023-03-25 18:03:08.563312000, delta=1304000 ns, racy<=15000 ns 18:03:08.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.564 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.564862000, lastModified=2023-03-25 18:03:08.563312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.563312000 to 2023-03-25 18:03:08.564312000 18:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.565133000, lastModified=2023-03-25 18:03:08.564312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.565133000, lastModified=2023-03-25 18:03:08.564312000, delta=821000 ns, racy<=15000 ns 18:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.565394000, lastModified=2023-03-25 18:03:08.564312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.565394000, lastModified=2023-03-25 18:03:08.564312000, delta=1082000 ns, racy<=15000 ns 18:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.565648000, lastModified=2023-03-25 18:03:08.564312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.565648000, lastModified=2023-03-25 18:03:08.564312000, delta=1336000 ns, racy<=15000 ns 18:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.565 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.565913000, lastModified=2023-03-25 18:03:08.564312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.564312000 to 2023-03-25 18:03:08.565312000 18:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.566184000, lastModified=2023-03-25 18:03:08.565312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.566184000, lastModified=2023-03-25 18:03:08.565312000, delta=872000 ns, racy<=15000 ns 18:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.566430000, lastModified=2023-03-25 18:03:08.565312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.566430000, lastModified=2023-03-25 18:03:08.565312000, delta=1118000 ns, racy<=15000 ns 18:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.566672000, lastModified=2023-03-25 18:03:08.565312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.566672000, lastModified=2023-03-25 18:03:08.565312000, delta=1360000 ns, racy<=15000 ns 18:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.566 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.566923000, lastModified=2023-03-25 18:03:08.565312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.565312000 to 2023-03-25 18:03:08.566312000 18:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.567169000, lastModified=2023-03-25 18:03:08.566312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.567169000, lastModified=2023-03-25 18:03:08.566312000, delta=857000 ns, racy<=15000 ns 18:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.567419000, lastModified=2023-03-25 18:03:08.566312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.567419000, lastModified=2023-03-25 18:03:08.566312000, delta=1107000 ns, racy<=15000 ns 18:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.567 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.567662000, lastModified=2023-03-25 18:03:08.566312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.567662000, lastModified=2023-03-25 18:03:08.566312000, delta=1350000 ns, racy<=15000 ns 18:03:08.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.574722000, lastModified=2023-03-25 18:03:08.573312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.574722000, lastModified=2023-03-25 18:03:08.573312000, delta=1410000 ns, racy<=15000 ns 18:03:08.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.574 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.574987000, lastModified=2023-03-25 18:03:08.574312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.574987000, lastModified=2023-03-25 18:03:08.574312000, delta=675000 ns, racy<=15000 ns 18:03:08.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.575243000, lastModified=2023-03-25 18:03:08.574312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.575243000, lastModified=2023-03-25 18:03:08.574312000, delta=931000 ns, racy<=15000 ns 18:03:08.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.575491000, lastModified=2023-03-25 18:03:08.574312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.575491000, lastModified=2023-03-25 18:03:08.574312000, delta=1179000 ns, racy<=15000 ns 18:03:08.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.575730000, lastModified=2023-03-25 18:03:08.574312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.575730000, lastModified=2023-03-25 18:03:08.574312000, delta=1418000 ns, racy<=15000 ns 18:03:08.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.575 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.575980000, lastModified=2023-03-25 18:03:08.575312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.575980000, lastModified=2023-03-25 18:03:08.575312000, delta=668000 ns, racy<=15000 ns 18:03:08.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.576235000, lastModified=2023-03-25 18:03:08.575312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.576235000, lastModified=2023-03-25 18:03:08.575312000, delta=923000 ns, racy<=15000 ns 18:03:08.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.576480000, lastModified=2023-03-25 18:03:08.575312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.576480000, lastModified=2023-03-25 18:03:08.575312000, delta=1168000 ns, racy<=15000 ns 18:03:08.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.576723000, lastModified=2023-03-25 18:03:08.575312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.576723000, lastModified=2023-03-25 18:03:08.575312000, delta=1411000 ns, racy<=15000 ns 18:03:08.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.576 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.576974000, lastModified=2023-03-25 18:03:08.576312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.576974000, lastModified=2023-03-25 18:03:08.576312000, delta=662000 ns, racy<=15000 ns 18:03:08.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.577239000, lastModified=2023-03-25 18:03:08.576312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.577239000, lastModified=2023-03-25 18:03:08.576312000, delta=927000 ns, racy<=15000 ns 18:03:08.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.577504000, lastModified=2023-03-25 18:03:08.576312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.577504000, lastModified=2023-03-25 18:03:08.576312000, delta=1192000 ns, racy<=15000 ns 18:03:08.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.577751000, lastModified=2023-03-25 18:03:08.576312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.577751000, lastModified=2023-03-25 18:03:08.576312000, delta=1439000 ns, racy<=15000 ns 18:03:08.577 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.578064000, lastModified=2023-03-25 18:03:08.577312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.578064000, lastModified=2023-03-25 18:03:08.577312000, delta=752000 ns, racy<=15000 ns 18:03:08.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.578328000, lastModified=2023-03-25 18:03:08.577312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.578328000, lastModified=2023-03-25 18:03:08.577312000, delta=1016000 ns, racy<=15000 ns 18:03:08.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.578569000, lastModified=2023-03-25 18:03:08.577312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.578569000, lastModified=2023-03-25 18:03:08.577312000, delta=1257000 ns, racy<=15000 ns 18:03:08.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.578812000, lastModified=2023-03-25 18:03:08.577312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.578 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.577312000 to 2023-03-25 18:03:08.578312000 18:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.579053000, lastModified=2023-03-25 18:03:08.578312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.579053000, lastModified=2023-03-25 18:03:08.578312000, delta=741000 ns, racy<=15000 ns 18:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.579306000, lastModified=2023-03-25 18:03:08.578312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.579306000, lastModified=2023-03-25 18:03:08.578312000, delta=994000 ns, racy<=15000 ns 18:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.579551000, lastModified=2023-03-25 18:03:08.578312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.579551000, lastModified=2023-03-25 18:03:08.578312000, delta=1239000 ns, racy<=15000 ns 18:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.579799000, lastModified=2023-03-25 18:03:08.578312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.579 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.578312000 to 2023-03-25 18:03:08.579312000 18:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.580044000, lastModified=2023-03-25 18:03:08.579312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.580044000, lastModified=2023-03-25 18:03:08.579312000, delta=732000 ns, racy<=15000 ns 18:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.580298000, lastModified=2023-03-25 18:03:08.579312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.580298000, lastModified=2023-03-25 18:03:08.579312000, delta=986000 ns, racy<=15000 ns 18:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.580543000, lastModified=2023-03-25 18:03:08.579312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.580543000, lastModified=2023-03-25 18:03:08.579312000, delta=1231000 ns, racy<=15000 ns 18:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.580782000, lastModified=2023-03-25 18:03:08.579312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.580782000, lastModified=2023-03-25 18:03:08.579312000, delta=1470000 ns, racy<=15000 ns 18:03:08.580 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.581034000, lastModified=2023-03-25 18:03:08.580312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.581034000, lastModified=2023-03-25 18:03:08.580312000, delta=722000 ns, racy<=15000 ns 18:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.581292000, lastModified=2023-03-25 18:03:08.580312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.581292000, lastModified=2023-03-25 18:03:08.580312000, delta=980000 ns, racy<=15000 ns 18:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.581534000, lastModified=2023-03-25 18:03:08.580312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.581534000, lastModified=2023-03-25 18:03:08.580312000, delta=1222000 ns, racy<=15000 ns 18:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.581777000, lastModified=2023-03-25 18:03:08.580312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.581777000, lastModified=2023-03-25 18:03:08.580312000, delta=1465000 ns, racy<=15000 ns 18:03:08.581 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.582027000, lastModified=2023-03-25 18:03:08.581312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.582027000, lastModified=2023-03-25 18:03:08.581312000, delta=715000 ns, racy<=15000 ns 18:03:08.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.582289000, lastModified=2023-03-25 18:03:08.581312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.582289000, lastModified=2023-03-25 18:03:08.581312000, delta=977000 ns, racy<=15000 ns 18:03:08.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.582532000, lastModified=2023-03-25 18:03:08.581312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.582532000, lastModified=2023-03-25 18:03:08.581312000, delta=1220000 ns, racy<=15000 ns 18:03:08.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.582772000, lastModified=2023-03-25 18:03:08.581312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.582772000, lastModified=2023-03-25 18:03:08.581312000, delta=1460000 ns, racy<=15000 ns 18:03:08.582 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.583024000, lastModified=2023-03-25 18:03:08.582312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.583024000, lastModified=2023-03-25 18:03:08.582312000, delta=712000 ns, racy<=15000 ns 18:03:08.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.583277000, lastModified=2023-03-25 18:03:08.582312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.583277000, lastModified=2023-03-25 18:03:08.582312000, delta=965000 ns, racy<=15000 ns 18:03:08.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.583524000, lastModified=2023-03-25 18:03:08.582312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.583524000, lastModified=2023-03-25 18:03:08.582312000, delta=1212000 ns, racy<=15000 ns 18:03:08.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.583763000, lastModified=2023-03-25 18:03:08.582312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.583763000, lastModified=2023-03-25 18:03:08.582312000, delta=1451000 ns, racy<=15000 ns 18:03:08.583 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.584075000, lastModified=2023-03-25 18:03:08.583312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.584075000, lastModified=2023-03-25 18:03:08.583312000, delta=763000 ns, racy<=15000 ns 18:03:08.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.584340000, lastModified=2023-03-25 18:03:08.583312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.584340000, lastModified=2023-03-25 18:03:08.583312000, delta=1028000 ns, racy<=15000 ns 18:03:08.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.584593000, lastModified=2023-03-25 18:03:08.583312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.584593000, lastModified=2023-03-25 18:03:08.583312000, delta=1281000 ns, racy<=15000 ns 18:03:08.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.584 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.584857000, lastModified=2023-03-25 18:03:08.583312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.583312000 to 2023-03-25 18:03:08.584312000 18:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.585132000, lastModified=2023-03-25 18:03:08.584312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.585132000, lastModified=2023-03-25 18:03:08.584312000, delta=820000 ns, racy<=15000 ns 18:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.585380000, lastModified=2023-03-25 18:03:08.584312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.585380000, lastModified=2023-03-25 18:03:08.584312000, delta=1068000 ns, racy<=15000 ns 18:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.585624000, lastModified=2023-03-25 18:03:08.584312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.585624000, lastModified=2023-03-25 18:03:08.584312000, delta=1312000 ns, racy<=15000 ns 18:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.585 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.585869000, lastModified=2023-03-25 18:03:08.584312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.584312000 to 2023-03-25 18:03:08.585312000 18:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.586146000, lastModified=2023-03-25 18:03:08.585312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.586146000, lastModified=2023-03-25 18:03:08.585312000, delta=834000 ns, racy<=15000 ns 18:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.586398000, lastModified=2023-03-25 18:03:08.585312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.586398000, lastModified=2023-03-25 18:03:08.585312000, delta=1086000 ns, racy<=15000 ns 18:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.586639000, lastModified=2023-03-25 18:03:08.585312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.586639000, lastModified=2023-03-25 18:03:08.585312000, delta=1327000 ns, racy<=15000 ns 18:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.586 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.586884000, lastModified=2023-03-25 18:03:08.585312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.585312000 to 2023-03-25 18:03:08.586312000 18:03:08.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.587139000, lastModified=2023-03-25 18:03:08.586312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.587139000, lastModified=2023-03-25 18:03:08.586312000, delta=827000 ns, racy<=15000 ns 18:03:08.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.587411000, lastModified=2023-03-25 18:03:08.586312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.587411000, lastModified=2023-03-25 18:03:08.586312000, delta=1099000 ns, racy<=15000 ns 18:03:08.587 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.590076000, lastModified=2023-03-25 18:03:08.586312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.586312000 to 2023-03-25 18:03:08.589312000 18:03:08.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.590354000, lastModified=2023-03-25 18:03:08.589312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.590354000, lastModified=2023-03-25 18:03:08.589312000, delta=1042000 ns, racy<=15000 ns 18:03:08.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.590608000, lastModified=2023-03-25 18:03:08.589312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.590608000, lastModified=2023-03-25 18:03:08.589312000, delta=1296000 ns, racy<=15000 ns 18:03:08.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.590 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.590862000, lastModified=2023-03-25 18:03:08.589312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.589312000 to 2023-03-25 18:03:08.590312000 18:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.591120000, lastModified=2023-03-25 18:03:08.590312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.591120000, lastModified=2023-03-25 18:03:08.590312000, delta=808000 ns, racy<=15000 ns 18:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.591375000, lastModified=2023-03-25 18:03:08.590312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.591375000, lastModified=2023-03-25 18:03:08.590312000, delta=1063000 ns, racy<=15000 ns 18:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.591627000, lastModified=2023-03-25 18:03:08.590312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.591627000, lastModified=2023-03-25 18:03:08.590312000, delta=1315000 ns, racy<=15000 ns 18:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.591 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.591884000, lastModified=2023-03-25 18:03:08.590312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.590312000 to 2023-03-25 18:03:08.591312000 18:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.592157000, lastModified=2023-03-25 18:03:08.591312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.592157000, lastModified=2023-03-25 18:03:08.591312000, delta=845000 ns, racy<=15000 ns 18:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.592400000, lastModified=2023-03-25 18:03:08.591312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.592400000, lastModified=2023-03-25 18:03:08.591312000, delta=1088000 ns, racy<=15000 ns 18:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.592647000, lastModified=2023-03-25 18:03:08.591312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.592647000, lastModified=2023-03-25 18:03:08.591312000, delta=1335000 ns, racy<=15000 ns 18:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.592 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.592890000, lastModified=2023-03-25 18:03:08.591312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.591312000 to 2023-03-25 18:03:08.592312000 18:03:08.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.593150000, lastModified=2023-03-25 18:03:08.592312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.593150000, lastModified=2023-03-25 18:03:08.592312000, delta=838000 ns, racy<=15000 ns 18:03:08.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.593393000, lastModified=2023-03-25 18:03:08.592312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.593393000, lastModified=2023-03-25 18:03:08.592312000, delta=1081000 ns, racy<=15000 ns 18:03:08.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.593633000, lastModified=2023-03-25 18:03:08.592312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.593633000, lastModified=2023-03-25 18:03:08.592312000, delta=1321000 ns, racy<=15000 ns 18:03:08.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.593 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.593877000, lastModified=2023-03-25 18:03:08.592312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.592312000 to 2023-03-25 18:03:08.593312000 18:03:08.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.594143000, lastModified=2023-03-25 18:03:08.593312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.594143000, lastModified=2023-03-25 18:03:08.593312000, delta=831000 ns, racy<=15000 ns 18:03:08.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.594384000, lastModified=2023-03-25 18:03:08.593312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.594384000, lastModified=2023-03-25 18:03:08.593312000, delta=1072000 ns, racy<=15000 ns 18:03:08.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.594625000, lastModified=2023-03-25 18:03:08.593312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.594625000, lastModified=2023-03-25 18:03:08.593312000, delta=1313000 ns, racy<=15000 ns 18:03:08.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.594 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.594869000, lastModified=2023-03-25 18:03:08.593312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.593312000 to 2023-03-25 18:03:08.594312000 18:03:08.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.595117000, lastModified=2023-03-25 18:03:08.594312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.595117000, lastModified=2023-03-25 18:03:08.594312000, delta=805000 ns, racy<=15000 ns 18:03:08.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.595390000, lastModified=2023-03-25 18:03:08.594312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.595390000, lastModified=2023-03-25 18:03:08.594312000, delta=1078000 ns, racy<=15000 ns 18:03:08.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.595632000, lastModified=2023-03-25 18:03:08.594312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.595632000, lastModified=2023-03-25 18:03:08.594312000, delta=1320000 ns, racy<=15000 ns 18:03:08.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.595 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.595877000, lastModified=2023-03-25 18:03:08.594312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.594312000 to 2023-03-25 18:03:08.595312000 18:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.596129000, lastModified=2023-03-25 18:03:08.595312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.596129000, lastModified=2023-03-25 18:03:08.595312000, delta=817000 ns, racy<=15000 ns 18:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.596372000, lastModified=2023-03-25 18:03:08.595312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.596372000, lastModified=2023-03-25 18:03:08.595312000, delta=1060000 ns, racy<=15000 ns 18:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.596614000, lastModified=2023-03-25 18:03:08.595312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.596614000, lastModified=2023-03-25 18:03:08.595312000, delta=1302000 ns, racy<=15000 ns 18:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.596 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.596855000, lastModified=2023-03-25 18:03:08.595312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.595312000 to 2023-03-25 18:03:08.596312000 18:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.597107000, lastModified=2023-03-25 18:03:08.596312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.597107000, lastModified=2023-03-25 18:03:08.596312000, delta=795000 ns, racy<=15000 ns 18:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.597349000, lastModified=2023-03-25 18:03:08.596312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.597349000, lastModified=2023-03-25 18:03:08.596312000, delta=1037000 ns, racy<=15000 ns 18:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.597590000, lastModified=2023-03-25 18:03:08.596312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.597590000, lastModified=2023-03-25 18:03:08.596312000, delta=1278000 ns, racy<=15000 ns 18:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.597 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.597839000, lastModified=2023-03-25 18:03:08.596312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.596312000 to 2023-03-25 18:03:08.597312000 18:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.598149000, lastModified=2023-03-25 18:03:08.597312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.598149000, lastModified=2023-03-25 18:03:08.597312000, delta=837000 ns, racy<=15000 ns 18:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.598395000, lastModified=2023-03-25 18:03:08.597312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.598395000, lastModified=2023-03-25 18:03:08.597312000, delta=1083000 ns, racy<=15000 ns 18:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.598635000, lastModified=2023-03-25 18:03:08.597312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.598635000, lastModified=2023-03-25 18:03:08.597312000, delta=1323000 ns, racy<=15000 ns 18:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.598 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.598877000, lastModified=2023-03-25 18:03:08.597312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.597312000 to 2023-03-25 18:03:08.598312000 18:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.599132000, lastModified=2023-03-25 18:03:08.598312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.599132000, lastModified=2023-03-25 18:03:08.598312000, delta=820000 ns, racy<=15000 ns 18:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.599372000, lastModified=2023-03-25 18:03:08.598312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.599372000, lastModified=2023-03-25 18:03:08.598312000, delta=1060000 ns, racy<=15000 ns 18:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.599617000, lastModified=2023-03-25 18:03:08.598312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.599617000, lastModified=2023-03-25 18:03:08.598312000, delta=1305000 ns, racy<=15000 ns 18:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.599 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.599865000, lastModified=2023-03-25 18:03:08.598312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.598312000 to 2023-03-25 18:03:08.599312000 18:03:08.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.600117000, lastModified=2023-03-25 18:03:08.599312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.600117000, lastModified=2023-03-25 18:03:08.599312000, delta=805000 ns, racy<=15000 ns 18:03:08.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.600361000, lastModified=2023-03-25 18:03:08.599312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.600361000, lastModified=2023-03-25 18:03:08.599312000, delta=1049000 ns, racy<=15000 ns 18:03:08.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.600604000, lastModified=2023-03-25 18:03:08.599312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.600604000, lastModified=2023-03-25 18:03:08.599312000, delta=1292000 ns, racy<=15000 ns 18:03:08.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.600847000, lastModified=2023-03-25 18:03:08.599312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.600 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.599312000 to 2023-03-25 18:03:08.600312000 18:03:08.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.601094000, lastModified=2023-03-25 18:03:08.600312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.601094000, lastModified=2023-03-25 18:03:08.600312000, delta=782000 ns, racy<=15000 ns 18:03:08.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.601346000, lastModified=2023-03-25 18:03:08.600312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.601346000, lastModified=2023-03-25 18:03:08.600312000, delta=1034000 ns, racy<=15000 ns 18:03:08.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.601584000, lastModified=2023-03-25 18:03:08.600312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.601584000, lastModified=2023-03-25 18:03:08.600312000, delta=1272000 ns, racy<=15000 ns 18:03:08.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.601 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.601827000, lastModified=2023-03-25 18:03:08.600312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.600312000 to 2023-03-25 18:03:08.601312000 18:03:08.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.602265000, lastModified=2023-03-25 18:03:08.601312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.602265000, lastModified=2023-03-25 18:03:08.601312000, delta=953000 ns, racy<=15000 ns 18:03:08.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.602538000, lastModified=2023-03-25 18:03:08.601312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.602538000, lastModified=2023-03-25 18:03:08.601312000, delta=1226000 ns, racy<=15000 ns 18:03:08.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.602812000, lastModified=2023-03-25 18:03:08.601312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.602 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.601312000 to 2023-03-25 18:03:08.602312000 18:03:08.603 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.603065000, lastModified=2023-03-25 18:03:08.602312000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.603065000, lastModified=2023-03-25 18:03:08.602312000, delta=753000 ns, racy<=15000 ns 18:03:08.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.607308000, lastModified=2023-03-25 18:03:08.606313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.607308000, lastModified=2023-03-25 18:03:08.606313000, delta=995000 ns, racy<=15000 ns 18:03:08.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.607559000, lastModified=2023-03-25 18:03:08.606313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.607559000, lastModified=2023-03-25 18:03:08.606313000, delta=1246000 ns, racy<=15000 ns 18:03:08.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.607795000, lastModified=2023-03-25 18:03:08.606313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.607795000, lastModified=2023-03-25 18:03:08.606313000, delta=1482000 ns, racy<=15000 ns 18:03:08.607 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.608047000, lastModified=2023-03-25 18:03:08.607313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.608047000, lastModified=2023-03-25 18:03:08.607313000, delta=734000 ns, racy<=15000 ns 18:03:08.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.608293000, lastModified=2023-03-25 18:03:08.607313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.608293000, lastModified=2023-03-25 18:03:08.607313000, delta=980000 ns, racy<=15000 ns 18:03:08.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.608532000, lastModified=2023-03-25 18:03:08.607313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.608532000, lastModified=2023-03-25 18:03:08.607313000, delta=1219000 ns, racy<=15000 ns 18:03:08.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.608768000, lastModified=2023-03-25 18:03:08.607313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.608768000, lastModified=2023-03-25 18:03:08.607313000, delta=1455000 ns, racy<=15000 ns 18:03:08.608 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.609013000, lastModified=2023-03-25 18:03:08.608313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.609013000, lastModified=2023-03-25 18:03:08.608313000, delta=700000 ns, racy<=15000 ns 18:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.609303000, lastModified=2023-03-25 18:03:08.608313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.609303000, lastModified=2023-03-25 18:03:08.608313000, delta=990000 ns, racy<=15000 ns 18:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.609545000, lastModified=2023-03-25 18:03:08.608313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.609545000, lastModified=2023-03-25 18:03:08.608313000, delta=1232000 ns, racy<=15000 ns 18:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.609795000, lastModified=2023-03-25 18:03:08.608313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.609795000, lastModified=2023-03-25 18:03:08.608313000, delta=1482000 ns, racy<=15000 ns 18:03:08.609 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.610041000, lastModified=2023-03-25 18:03:08.609313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.610041000, lastModified=2023-03-25 18:03:08.609313000, delta=728000 ns, racy<=15000 ns 18:03:08.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.610346000, lastModified=2023-03-25 18:03:08.609313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.610346000, lastModified=2023-03-25 18:03:08.609313000, delta=1033000 ns, racy<=15000 ns 18:03:08.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.610586000, lastModified=2023-03-25 18:03:08.609313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.610586000, lastModified=2023-03-25 18:03:08.609313000, delta=1273000 ns, racy<=15000 ns 18:03:08.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.610830000, lastModified=2023-03-25 18:03:08.609313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.610 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.609313000 to 2023-03-25 18:03:08.610313000 18:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.611075000, lastModified=2023-03-25 18:03:08.610313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.611075000, lastModified=2023-03-25 18:03:08.610313000, delta=762000 ns, racy<=15000 ns 18:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.611355000, lastModified=2023-03-25 18:03:08.610313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.611355000, lastModified=2023-03-25 18:03:08.610313000, delta=1042000 ns, racy<=15000 ns 18:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.611602000, lastModified=2023-03-25 18:03:08.610313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.611602000, lastModified=2023-03-25 18:03:08.610313000, delta=1289000 ns, racy<=15000 ns 18:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.611835000, lastModified=2023-03-25 18:03:08.610313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.611 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.610313000 to 2023-03-25 18:03:08.611313000 18:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.612073000, lastModified=2023-03-25 18:03:08.611313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.612073000, lastModified=2023-03-25 18:03:08.611313000, delta=760000 ns, racy<=15000 ns 18:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.612325000, lastModified=2023-03-25 18:03:08.611313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.612325000, lastModified=2023-03-25 18:03:08.611313000, delta=1012000 ns, racy<=15000 ns 18:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.612562000, lastModified=2023-03-25 18:03:08.611313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.612562000, lastModified=2023-03-25 18:03:08.611313000, delta=1249000 ns, racy<=15000 ns 18:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.612799000, lastModified=2023-03-25 18:03:08.611313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.612799000, lastModified=2023-03-25 18:03:08.611313000, delta=1486000 ns, racy<=15000 ns 18:03:08.612 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.613045000, lastModified=2023-03-25 18:03:08.612313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.613045000, lastModified=2023-03-25 18:03:08.612313000, delta=732000 ns, racy<=15000 ns 18:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.613312000, lastModified=2023-03-25 18:03:08.612313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.613312000, lastModified=2023-03-25 18:03:08.612313000, delta=999000 ns, racy<=15000 ns 18:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.613550000, lastModified=2023-03-25 18:03:08.612313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.613550000, lastModified=2023-03-25 18:03:08.612313000, delta=1237000 ns, racy<=15000 ns 18:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.613786000, lastModified=2023-03-25 18:03:08.612313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.613786000, lastModified=2023-03-25 18:03:08.612313000, delta=1473000 ns, racy<=15000 ns 18:03:08.613 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.614052000, lastModified=2023-03-25 18:03:08.613313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.614052000, lastModified=2023-03-25 18:03:08.613313000, delta=739000 ns, racy<=15000 ns 18:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.614305000, lastModified=2023-03-25 18:03:08.613313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.614305000, lastModified=2023-03-25 18:03:08.613313000, delta=992000 ns, racy<=15000 ns 18:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.614540000, lastModified=2023-03-25 18:03:08.613313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.614540000, lastModified=2023-03-25 18:03:08.613313000, delta=1227000 ns, racy<=15000 ns 18:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.614778000, lastModified=2023-03-25 18:03:08.613313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.614778000, lastModified=2023-03-25 18:03:08.613313000, delta=1465000 ns, racy<=15000 ns 18:03:08.614 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.615047000, lastModified=2023-03-25 18:03:08.614313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.615047000, lastModified=2023-03-25 18:03:08.614313000, delta=734000 ns, racy<=15000 ns 18:03:08.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.615293000, lastModified=2023-03-25 18:03:08.614313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.615293000, lastModified=2023-03-25 18:03:08.614313000, delta=980000 ns, racy<=15000 ns 18:03:08.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.615 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.615528000, lastModified=2023-03-25 18:03:08.614313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.615528000, lastModified=2023-03-25 18:03:08.614313000, delta=1215000 ns, racy<=15000 ns 18:03:08.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.616505000, lastModified=2023-03-25 18:03:08.615313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.616505000, lastModified=2023-03-25 18:03:08.615313000, delta=1192000 ns, racy<=15000 ns 18:03:08.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.616769000, lastModified=2023-03-25 18:03:08.615313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.616769000, lastModified=2023-03-25 18:03:08.615313000, delta=1456000 ns, racy<=15000 ns 18:03:08.616 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.617025000, lastModified=2023-03-25 18:03:08.616313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.617025000, lastModified=2023-03-25 18:03:08.616313000, delta=712000 ns, racy<=15000 ns 18:03:08.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.617285000, lastModified=2023-03-25 18:03:08.616313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.617285000, lastModified=2023-03-25 18:03:08.616313000, delta=972000 ns, racy<=15000 ns 18:03:08.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.617554000, lastModified=2023-03-25 18:03:08.616313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.617554000, lastModified=2023-03-25 18:03:08.616313000, delta=1241000 ns, racy<=15000 ns 18:03:08.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.617809000, lastModified=2023-03-25 18:03:08.616313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.617 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.616313000 to 2023-03-25 18:03:08.617313000 18:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.618062000, lastModified=2023-03-25 18:03:08.617313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.618062000, lastModified=2023-03-25 18:03:08.617313000, delta=749000 ns, racy<=15000 ns 18:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.618314000, lastModified=2023-03-25 18:03:08.617313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.618314000, lastModified=2023-03-25 18:03:08.617313000, delta=1001000 ns, racy<=15000 ns 18:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.618550000, lastModified=2023-03-25 18:03:08.617313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.618550000, lastModified=2023-03-25 18:03:08.617313000, delta=1237000 ns, racy<=15000 ns 18:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.618783000, lastModified=2023-03-25 18:03:08.617313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.618783000, lastModified=2023-03-25 18:03:08.617313000, delta=1470000 ns, racy<=15000 ns 18:03:08.618 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.619061000, lastModified=2023-03-25 18:03:08.618313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.619061000, lastModified=2023-03-25 18:03:08.618313000, delta=748000 ns, racy<=15000 ns 18:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.619312000, lastModified=2023-03-25 18:03:08.618313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.619312000, lastModified=2023-03-25 18:03:08.618313000, delta=999000 ns, racy<=15000 ns 18:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.619583000, lastModified=2023-03-25 18:03:08.618313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.619583000, lastModified=2023-03-25 18:03:08.618313000, delta=1270000 ns, racy<=15000 ns 18:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.619829000, lastModified=2023-03-25 18:03:08.618313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.619 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.618313000 to 2023-03-25 18:03:08.619313000 18:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.620095000, lastModified=2023-03-25 18:03:08.619313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.620095000, lastModified=2023-03-25 18:03:08.619313000, delta=782000 ns, racy<=15000 ns 18:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.620381000, lastModified=2023-03-25 18:03:08.619313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.620381000, lastModified=2023-03-25 18:03:08.619313000, delta=1068000 ns, racy<=15000 ns 18:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.620646000, lastModified=2023-03-25 18:03:08.619313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.620646000, lastModified=2023-03-25 18:03:08.619313000, delta=1333000 ns, racy<=15000 ns 18:03:08.620 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.625721000, lastModified=2023-03-25 18:03:08.619313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.625 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.619313000 to 2023-03-25 18:03:08.624313000 18:03:08.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.626022000, lastModified=2023-03-25 18:03:08.625313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.626022000, lastModified=2023-03-25 18:03:08.625313000, delta=709000 ns, racy<=15000 ns 18:03:08.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.626298000, lastModified=2023-03-25 18:03:08.625313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.626298000, lastModified=2023-03-25 18:03:08.625313000, delta=985000 ns, racy<=15000 ns 18:03:08.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.626529000, lastModified=2023-03-25 18:03:08.625313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.626529000, lastModified=2023-03-25 18:03:08.625313000, delta=1216000 ns, racy<=15000 ns 18:03:08.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.626759000, lastModified=2023-03-25 18:03:08.625313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.626759000, lastModified=2023-03-25 18:03:08.625313000, delta=1446000 ns, racy<=15000 ns 18:03:08.626 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.627035000, lastModified=2023-03-25 18:03:08.626313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.627035000, lastModified=2023-03-25 18:03:08.626313000, delta=722000 ns, racy<=15000 ns 18:03:08.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.627319000, lastModified=2023-03-25 18:03:08.626313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.627319000, lastModified=2023-03-25 18:03:08.626313000, delta=1006000 ns, racy<=15000 ns 18:03:08.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.627568000, lastModified=2023-03-25 18:03:08.626313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.627568000, lastModified=2023-03-25 18:03:08.626313000, delta=1255000 ns, racy<=15000 ns 18:03:08.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.627814000, lastModified=2023-03-25 18:03:08.626313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.627 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.626313000 to 2023-03-25 18:03:08.627313000 18:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.628063000, lastModified=2023-03-25 18:03:08.627313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.628063000, lastModified=2023-03-25 18:03:08.627313000, delta=750000 ns, racy<=15000 ns 18:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.628333000, lastModified=2023-03-25 18:03:08.627313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.628333000, lastModified=2023-03-25 18:03:08.627313000, delta=1020000 ns, racy<=15000 ns 18:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.628577000, lastModified=2023-03-25 18:03:08.627313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.628577000, lastModified=2023-03-25 18:03:08.627313000, delta=1264000 ns, racy<=15000 ns 18:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.628820000, lastModified=2023-03-25 18:03:08.627313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.628 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.627313000 to 2023-03-25 18:03:08.628313000 18:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.629062000, lastModified=2023-03-25 18:03:08.628313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.629062000, lastModified=2023-03-25 18:03:08.628313000, delta=749000 ns, racy<=15000 ns 18:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.629319000, lastModified=2023-03-25 18:03:08.628313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.629319000, lastModified=2023-03-25 18:03:08.628313000, delta=1006000 ns, racy<=15000 ns 18:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.629572000, lastModified=2023-03-25 18:03:08.628313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.629572000, lastModified=2023-03-25 18:03:08.628313000, delta=1259000 ns, racy<=15000 ns 18:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.629845000, lastModified=2023-03-25 18:03:08.628313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.629 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.628313000 to 2023-03-25 18:03:08.629313000 18:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.630091000, lastModified=2023-03-25 18:03:08.629313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.630091000, lastModified=2023-03-25 18:03:08.629313000, delta=778000 ns, racy<=15000 ns 18:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.630348000, lastModified=2023-03-25 18:03:08.629313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.630348000, lastModified=2023-03-25 18:03:08.629313000, delta=1035000 ns, racy<=15000 ns 18:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.630611000, lastModified=2023-03-25 18:03:08.629313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.630611000, lastModified=2023-03-25 18:03:08.629313000, delta=1298000 ns, racy<=15000 ns 18:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.630 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.630878000, lastModified=2023-03-25 18:03:08.629313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.629313000 to 2023-03-25 18:03:08.630313000 18:03:08.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.631171000, lastModified=2023-03-25 18:03:08.630313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.631171000, lastModified=2023-03-25 18:03:08.630313000, delta=858000 ns, racy<=15000 ns 18:03:08.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.631426000, lastModified=2023-03-25 18:03:08.630313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.631426000, lastModified=2023-03-25 18:03:08.630313000, delta=1113000 ns, racy<=15000 ns 18:03:08.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.631673000, lastModified=2023-03-25 18:03:08.630313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.631673000, lastModified=2023-03-25 18:03:08.630313000, delta=1360000 ns, racy<=15000 ns 18:03:08.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.631 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.631978000, lastModified=2023-03-25 18:03:08.631313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.631978000, lastModified=2023-03-25 18:03:08.631313000, delta=665000 ns, racy<=15000 ns 18:03:08.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.632246000, lastModified=2023-03-25 18:03:08.631313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.632246000, lastModified=2023-03-25 18:03:08.631313000, delta=933000 ns, racy<=15000 ns 18:03:08.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.632491000, lastModified=2023-03-25 18:03:08.631313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.632491000, lastModified=2023-03-25 18:03:08.631313000, delta=1178000 ns, racy<=15000 ns 18:03:08.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.632734000, lastModified=2023-03-25 18:03:08.631313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.632734000, lastModified=2023-03-25 18:03:08.631313000, delta=1421000 ns, racy<=15000 ns 18:03:08.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.632 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.632984000, lastModified=2023-03-25 18:03:08.632313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.632984000, lastModified=2023-03-25 18:03:08.632313000, delta=671000 ns, racy<=15000 ns 18:03:08.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.633245000, lastModified=2023-03-25 18:03:08.632313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.633245000, lastModified=2023-03-25 18:03:08.632313000, delta=932000 ns, racy<=15000 ns 18:03:08.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.633494000, lastModified=2023-03-25 18:03:08.632313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.633494000, lastModified=2023-03-25 18:03:08.632313000, delta=1181000 ns, racy<=15000 ns 18:03:08.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.633738000, lastModified=2023-03-25 18:03:08.632313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.633738000, lastModified=2023-03-25 18:03:08.632313000, delta=1425000 ns, racy<=15000 ns 18:03:08.633 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.633993000, lastModified=2023-03-25 18:03:08.633313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.633993000, lastModified=2023-03-25 18:03:08.633313000, delta=680000 ns, racy<=15000 ns 18:03:08.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.634252000, lastModified=2023-03-25 18:03:08.633313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.634252000, lastModified=2023-03-25 18:03:08.633313000, delta=939000 ns, racy<=15000 ns 18:03:08.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.634497000, lastModified=2023-03-25 18:03:08.633313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.634497000, lastModified=2023-03-25 18:03:08.633313000, delta=1184000 ns, racy<=15000 ns 18:03:08.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.634742000, lastModified=2023-03-25 18:03:08.633313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.634742000, lastModified=2023-03-25 18:03:08.633313000, delta=1429000 ns, racy<=15000 ns 18:03:08.634 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.635021000, lastModified=2023-03-25 18:03:08.634313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.635021000, lastModified=2023-03-25 18:03:08.634313000, delta=708000 ns, racy<=15000 ns 18:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.635273000, lastModified=2023-03-25 18:03:08.634313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.635273000, lastModified=2023-03-25 18:03:08.634313000, delta=960000 ns, racy<=15000 ns 18:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.635523000, lastModified=2023-03-25 18:03:08.634313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.635523000, lastModified=2023-03-25 18:03:08.634313000, delta=1210000 ns, racy<=15000 ns 18:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.635778000, lastModified=2023-03-25 18:03:08.634313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.635778000, lastModified=2023-03-25 18:03:08.634313000, delta=1465000 ns, racy<=15000 ns 18:03:08.635 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.636039000, lastModified=2023-03-25 18:03:08.635313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.636039000, lastModified=2023-03-25 18:03:08.635313000, delta=726000 ns, racy<=15000 ns 18:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.636308000, lastModified=2023-03-25 18:03:08.635313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.636308000, lastModified=2023-03-25 18:03:08.635313000, delta=995000 ns, racy<=15000 ns 18:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.636555000, lastModified=2023-03-25 18:03:08.635313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.636555000, lastModified=2023-03-25 18:03:08.635313000, delta=1242000 ns, racy<=15000 ns 18:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.636800000, lastModified=2023-03-25 18:03:08.635313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.636 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.635313000 to 2023-03-25 18:03:08.636313000 18:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.637037000, lastModified=2023-03-25 18:03:08.636313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.637037000, lastModified=2023-03-25 18:03:08.636313000, delta=724000 ns, racy<=15000 ns 18:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.637294000, lastModified=2023-03-25 18:03:08.636313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.637294000, lastModified=2023-03-25 18:03:08.636313000, delta=981000 ns, racy<=15000 ns 18:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.637535000, lastModified=2023-03-25 18:03:08.636313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.637535000, lastModified=2023-03-25 18:03:08.636313000, delta=1222000 ns, racy<=15000 ns 18:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.637777000, lastModified=2023-03-25 18:03:08.636313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.637777000, lastModified=2023-03-25 18:03:08.636313000, delta=1464000 ns, racy<=15000 ns 18:03:08.637 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.638045000, lastModified=2023-03-25 18:03:08.637313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.638045000, lastModified=2023-03-25 18:03:08.637313000, delta=732000 ns, racy<=15000 ns 18:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.638304000, lastModified=2023-03-25 18:03:08.637313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.638304000, lastModified=2023-03-25 18:03:08.637313000, delta=991000 ns, racy<=15000 ns 18:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.638569000, lastModified=2023-03-25 18:03:08.637313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.638569000, lastModified=2023-03-25 18:03:08.637313000, delta=1256000 ns, racy<=15000 ns 18:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.638 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.638837000, lastModified=2023-03-25 18:03:08.637313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.637313000 to 2023-03-25 18:03:08.638313000 18:03:08.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.641424000, lastModified=2023-03-25 18:03:08.640313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.641424000, lastModified=2023-03-25 18:03:08.640313000, delta=1111000 ns, racy<=15000 ns 18:03:08.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.641705000, lastModified=2023-03-25 18:03:08.640313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.641705000, lastModified=2023-03-25 18:03:08.640313000, delta=1392000 ns, racy<=15000 ns 18:03:08.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.641 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.641982000, lastModified=2023-03-25 18:03:08.641313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.641982000, lastModified=2023-03-25 18:03:08.641313000, delta=669000 ns, racy<=15000 ns 18:03:08.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.642246000, lastModified=2023-03-25 18:03:08.641313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.642246000, lastModified=2023-03-25 18:03:08.641313000, delta=933000 ns, racy<=15000 ns 18:03:08.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.642490000, lastModified=2023-03-25 18:03:08.641313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.642490000, lastModified=2023-03-25 18:03:08.641313000, delta=1177000 ns, racy<=15000 ns 18:03:08.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.642735000, lastModified=2023-03-25 18:03:08.641313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.642735000, lastModified=2023-03-25 18:03:08.641313000, delta=1422000 ns, racy<=15000 ns 18:03:08.642 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.643022000, lastModified=2023-03-25 18:03:08.642313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.643022000, lastModified=2023-03-25 18:03:08.642313000, delta=709000 ns, racy<=15000 ns 18:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.643275000, lastModified=2023-03-25 18:03:08.642313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.643275000, lastModified=2023-03-25 18:03:08.642313000, delta=962000 ns, racy<=15000 ns 18:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.643520000, lastModified=2023-03-25 18:03:08.642313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.643520000, lastModified=2023-03-25 18:03:08.642313000, delta=1207000 ns, racy<=15000 ns 18:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.643760000, lastModified=2023-03-25 18:03:08.642313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.643760000, lastModified=2023-03-25 18:03:08.642313000, delta=1447000 ns, racy<=15000 ns 18:03:08.643 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.644019000, lastModified=2023-03-25 18:03:08.643313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.644019000, lastModified=2023-03-25 18:03:08.643313000, delta=706000 ns, racy<=15000 ns 18:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.644271000, lastModified=2023-03-25 18:03:08.643313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.644271000, lastModified=2023-03-25 18:03:08.643313000, delta=958000 ns, racy<=15000 ns 18:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.644512000, lastModified=2023-03-25 18:03:08.643313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.644512000, lastModified=2023-03-25 18:03:08.643313000, delta=1199000 ns, racy<=15000 ns 18:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.644776000, lastModified=2023-03-25 18:03:08.643313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.644776000, lastModified=2023-03-25 18:03:08.643313000, delta=1463000 ns, racy<=15000 ns 18:03:08.644 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.645031000, lastModified=2023-03-25 18:03:08.644313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.645031000, lastModified=2023-03-25 18:03:08.644313000, delta=718000 ns, racy<=15000 ns 18:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.645286000, lastModified=2023-03-25 18:03:08.644313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.645286000, lastModified=2023-03-25 18:03:08.644313000, delta=973000 ns, racy<=15000 ns 18:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.645527000, lastModified=2023-03-25 18:03:08.644313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.645527000, lastModified=2023-03-25 18:03:08.644313000, delta=1214000 ns, racy<=15000 ns 18:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.645773000, lastModified=2023-03-25 18:03:08.644313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.645773000, lastModified=2023-03-25 18:03:08.644313000, delta=1460000 ns, racy<=15000 ns 18:03:08.645 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.646027000, lastModified=2023-03-25 18:03:08.645313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.646027000, lastModified=2023-03-25 18:03:08.645313000, delta=714000 ns, racy<=15000 ns 18:03:08.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.646299000, lastModified=2023-03-25 18:03:08.645313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.646299000, lastModified=2023-03-25 18:03:08.645313000, delta=986000 ns, racy<=15000 ns 18:03:08.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.646542000, lastModified=2023-03-25 18:03:08.645313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.646542000, lastModified=2023-03-25 18:03:08.645313000, delta=1229000 ns, racy<=15000 ns 18:03:08.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.646785000, lastModified=2023-03-25 18:03:08.645313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.646785000, lastModified=2023-03-25 18:03:08.645313000, delta=1472000 ns, racy<=15000 ns 18:03:08.646 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.647033000, lastModified=2023-03-25 18:03:08.646313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.647033000, lastModified=2023-03-25 18:03:08.646313000, delta=720000 ns, racy<=15000 ns 18:03:08.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.647290000, lastModified=2023-03-25 18:03:08.646313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.647290000, lastModified=2023-03-25 18:03:08.646313000, delta=977000 ns, racy<=15000 ns 18:03:08.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.647531000, lastModified=2023-03-25 18:03:08.646313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.647531000, lastModified=2023-03-25 18:03:08.646313000, delta=1218000 ns, racy<=15000 ns 18:03:08.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.647773000, lastModified=2023-03-25 18:03:08.646313000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.647773000, lastModified=2023-03-25 18:03:08.646313000, delta=1460000 ns, racy<=15000 ns 18:03:08.647 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.648029000, lastModified=2023-03-25 18:03:08.647314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.648029000, lastModified=2023-03-25 18:03:08.647314000, delta=715000 ns, racy<=15000 ns 18:03:08.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.648284000, lastModified=2023-03-25 18:03:08.647314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.648284000, lastModified=2023-03-25 18:03:08.647314000, delta=970000 ns, racy<=15000 ns 18:03:08.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.648533000, lastModified=2023-03-25 18:03:08.647314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.648533000, lastModified=2023-03-25 18:03:08.647314000, delta=1219000 ns, racy<=15000 ns 18:03:08.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.648782000, lastModified=2023-03-25 18:03:08.647314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.648782000, lastModified=2023-03-25 18:03:08.647314000, delta=1468000 ns, racy<=15000 ns 18:03:08.648 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.649033000, lastModified=2023-03-25 18:03:08.648314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.649033000, lastModified=2023-03-25 18:03:08.648314000, delta=719000 ns, racy<=15000 ns 18:03:08.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.649650000, lastModified=2023-03-25 18:03:08.648314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.649650000, lastModified=2023-03-25 18:03:08.648314000, delta=1336000 ns, racy<=15000 ns 18:03:08.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.649 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.649906000, lastModified=2023-03-25 18:03:08.648314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.648314000 to 2023-03-25 18:03:08.649314000 18:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.650162000, lastModified=2023-03-25 18:03:08.649314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.650162000, lastModified=2023-03-25 18:03:08.649314000, delta=848000 ns, racy<=15000 ns 18:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.650408000, lastModified=2023-03-25 18:03:08.649314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.650408000, lastModified=2023-03-25 18:03:08.649314000, delta=1094000 ns, racy<=15000 ns 18:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.650662000, lastModified=2023-03-25 18:03:08.649314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.650662000, lastModified=2023-03-25 18:03:08.649314000, delta=1348000 ns, racy<=15000 ns 18:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.650 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.650912000, lastModified=2023-03-25 18:03:08.649314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.649314000 to 2023-03-25 18:03:08.650314000 18:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.651192000, lastModified=2023-03-25 18:03:08.650314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.651192000, lastModified=2023-03-25 18:03:08.650314000, delta=878000 ns, racy<=15000 ns 18:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.651444000, lastModified=2023-03-25 18:03:08.650314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.651444000, lastModified=2023-03-25 18:03:08.650314000, delta=1130000 ns, racy<=15000 ns 18:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.651693000, lastModified=2023-03-25 18:03:08.650314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.651693000, lastModified=2023-03-25 18:03:08.650314000, delta=1379000 ns, racy<=15000 ns 18:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.651 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.651943000, lastModified=2023-03-25 18:03:08.651314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.651943000, lastModified=2023-03-25 18:03:08.651314000, delta=629000 ns, racy<=15000 ns 18:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.652201000, lastModified=2023-03-25 18:03:08.651314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.652201000, lastModified=2023-03-25 18:03:08.651314000, delta=887000 ns, racy<=15000 ns 18:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.652450000, lastModified=2023-03-25 18:03:08.651314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.652450000, lastModified=2023-03-25 18:03:08.651314000, delta=1136000 ns, racy<=15000 ns 18:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.652695000, lastModified=2023-03-25 18:03:08.651314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.652695000, lastModified=2023-03-25 18:03:08.651314000, delta=1381000 ns, racy<=15000 ns 18:03:08.652 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.653024000, lastModified=2023-03-25 18:03:08.652314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.653024000, lastModified=2023-03-25 18:03:08.652314000, delta=710000 ns, racy<=15000 ns 18:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.653283000, lastModified=2023-03-25 18:03:08.652314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.653283000, lastModified=2023-03-25 18:03:08.652314000, delta=969000 ns, racy<=15000 ns 18:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.653523000, lastModified=2023-03-25 18:03:08.652314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.653523000, lastModified=2023-03-25 18:03:08.652314000, delta=1209000 ns, racy<=15000 ns 18:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.653772000, lastModified=2023-03-25 18:03:08.652314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.653772000, lastModified=2023-03-25 18:03:08.652314000, delta=1458000 ns, racy<=15000 ns 18:03:08.653 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.654029000, lastModified=2023-03-25 18:03:08.653314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.654029000, lastModified=2023-03-25 18:03:08.653314000, delta=715000 ns, racy<=15000 ns 18:03:08.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.654289000, lastModified=2023-03-25 18:03:08.653314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.654289000, lastModified=2023-03-25 18:03:08.653314000, delta=975000 ns, racy<=15000 ns 18:03:08.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.654622000, lastModified=2023-03-25 18:03:08.653314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.654622000, lastModified=2023-03-25 18:03:08.653314000, delta=1308000 ns, racy<=15000 ns 18:03:08.654 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.657500000, lastModified=2023-03-25 18:03:08.653314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.653314000 to 2023-03-25 18:03:08.656314000 18:03:08.657 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.657862000, lastModified=2023-03-25 18:03:08.656314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.656314000 to 2023-03-25 18:03:08.657314000 18:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.658200000, lastModified=2023-03-25 18:03:08.657314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.658200000, lastModified=2023-03-25 18:03:08.657314000, delta=886000 ns, racy<=15000 ns 18:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.658474000, lastModified=2023-03-25 18:03:08.657314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.658474000, lastModified=2023-03-25 18:03:08.657314000, delta=1160000 ns, racy<=15000 ns 18:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.658825000, lastModified=2023-03-25 18:03:08.657314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.658 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.657314000 to 2023-03-25 18:03:08.658314000 18:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.659099000, lastModified=2023-03-25 18:03:08.658314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.659099000, lastModified=2023-03-25 18:03:08.658314000, delta=785000 ns, racy<=15000 ns 18:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.659400000, lastModified=2023-03-25 18:03:08.658314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.659400000, lastModified=2023-03-25 18:03:08.658314000, delta=1086000 ns, racy<=15000 ns 18:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.659681000, lastModified=2023-03-25 18:03:08.658314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.659681000, lastModified=2023-03-25 18:03:08.658314000, delta=1367000 ns, racy<=15000 ns 18:03:08.659 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.660004000, lastModified=2023-03-25 18:03:08.659314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.660004000, lastModified=2023-03-25 18:03:08.659314000, delta=690000 ns, racy<=15000 ns 18:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.660303000, lastModified=2023-03-25 18:03:08.659314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.660303000, lastModified=2023-03-25 18:03:08.659314000, delta=989000 ns, racy<=15000 ns 18:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.660589000, lastModified=2023-03-25 18:03:08.659314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.660589000, lastModified=2023-03-25 18:03:08.659314000, delta=1275000 ns, racy<=15000 ns 18:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.660 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.660876000, lastModified=2023-03-25 18:03:08.659314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.659314000 to 2023-03-25 18:03:08.660314000 18:03:08.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.661204000, lastModified=2023-03-25 18:03:08.660314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.661204000, lastModified=2023-03-25 18:03:08.660314000, delta=890000 ns, racy<=15000 ns 18:03:08.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.661508000, lastModified=2023-03-25 18:03:08.660314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.661508000, lastModified=2023-03-25 18:03:08.660314000, delta=1194000 ns, racy<=15000 ns 18:03:08.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.661816000, lastModified=2023-03-25 18:03:08.660314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.661 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.660314000 to 2023-03-25 18:03:08.661314000 18:03:08.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.662109000, lastModified=2023-03-25 18:03:08.661314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.662109000, lastModified=2023-03-25 18:03:08.661314000, delta=795000 ns, racy<=15000 ns 18:03:08.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.662421000, lastModified=2023-03-25 18:03:08.661314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.662421000, lastModified=2023-03-25 18:03:08.661314000, delta=1107000 ns, racy<=15000 ns 18:03:08.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.662707000, lastModified=2023-03-25 18:03:08.661314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.662707000, lastModified=2023-03-25 18:03:08.661314000, delta=1393000 ns, racy<=15000 ns 18:03:08.662 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.663014000, lastModified=2023-03-25 18:03:08.662314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.663014000, lastModified=2023-03-25 18:03:08.662314000, delta=700000 ns, racy<=15000 ns 18:03:08.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.663304000, lastModified=2023-03-25 18:03:08.662314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.663304000, lastModified=2023-03-25 18:03:08.662314000, delta=990000 ns, racy<=15000 ns 18:03:08.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.663595000, lastModified=2023-03-25 18:03:08.662314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.663595000, lastModified=2023-03-25 18:03:08.662314000, delta=1281000 ns, racy<=15000 ns 18:03:08.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.663 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.663871000, lastModified=2023-03-25 18:03:08.662314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.662314000 to 2023-03-25 18:03:08.663314000 18:03:08.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.664151000, lastModified=2023-03-25 18:03:08.663314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.664151000, lastModified=2023-03-25 18:03:08.663314000, delta=837000 ns, racy<=15000 ns 18:03:08.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.664 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.664427000, lastModified=2023-03-25 18:03:08.663314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.663314000 to 2023-03-25 18:03:08.664314000 18:03:08.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.665489000, lastModified=2023-03-25 18:03:08.664314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.665489000, lastModified=2023-03-25 18:03:08.664314000, delta=1175000 ns, racy<=15000 ns 18:03:08.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.665783000, lastModified=2023-03-25 18:03:08.664314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.665 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.664314000 to 2023-03-25 18:03:08.665314000 18:03:08.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.666071000, lastModified=2023-03-25 18:03:08.665314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.666071000, lastModified=2023-03-25 18:03:08.665314000, delta=757000 ns, racy<=15000 ns 18:03:08.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.666361000, lastModified=2023-03-25 18:03:08.665314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.666361000, lastModified=2023-03-25 18:03:08.665314000, delta=1047000 ns, racy<=15000 ns 18:03:08.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.666652000, lastModified=2023-03-25 18:03:08.665314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.666652000, lastModified=2023-03-25 18:03:08.665314000, delta=1338000 ns, racy<=15000 ns 18:03:08.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.666 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.666956000, lastModified=2023-03-25 18:03:08.666314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.666956000, lastModified=2023-03-25 18:03:08.666314000, delta=642000 ns, racy<=15000 ns 18:03:08.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.667256000, lastModified=2023-03-25 18:03:08.666314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.667256000, lastModified=2023-03-25 18:03:08.666314000, delta=942000 ns, racy<=15000 ns 18:03:08.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.667542000, lastModified=2023-03-25 18:03:08.666314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.667542000, lastModified=2023-03-25 18:03:08.666314000, delta=1228000 ns, racy<=15000 ns 18:03:08.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.667817000, lastModified=2023-03-25 18:03:08.666314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.667 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.666314000 to 2023-03-25 18:03:08.667314000 18:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.668090000, lastModified=2023-03-25 18:03:08.667314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.668090000, lastModified=2023-03-25 18:03:08.667314000, delta=776000 ns, racy<=15000 ns 18:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.668385000, lastModified=2023-03-25 18:03:08.667314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.668385000, lastModified=2023-03-25 18:03:08.667314000, delta=1071000 ns, racy<=15000 ns 18:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.668670000, lastModified=2023-03-25 18:03:08.667314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.668670000, lastModified=2023-03-25 18:03:08.667314000, delta=1356000 ns, racy<=15000 ns 18:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.668 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.668959000, lastModified=2023-03-25 18:03:08.668314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.668959000, lastModified=2023-03-25 18:03:08.668314000, delta=645000 ns, racy<=15000 ns 18:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.669250000, lastModified=2023-03-25 18:03:08.668314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.669250000, lastModified=2023-03-25 18:03:08.668314000, delta=936000 ns, racy<=15000 ns 18:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.669538000, lastModified=2023-03-25 18:03:08.668314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.669538000, lastModified=2023-03-25 18:03:08.668314000, delta=1224000 ns, racy<=15000 ns 18:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.669 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.669822000, lastModified=2023-03-25 18:03:08.668314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.668314000 to 2023-03-25 18:03:08.669314000 18:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.670124000, lastModified=2023-03-25 18:03:08.669314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.670124000, lastModified=2023-03-25 18:03:08.669314000, delta=810000 ns, racy<=15000 ns 18:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.670427000, lastModified=2023-03-25 18:03:08.669314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.670427000, lastModified=2023-03-25 18:03:08.669314000, delta=1113000 ns, racy<=15000 ns 18:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.670704000, lastModified=2023-03-25 18:03:08.669314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.670704000, lastModified=2023-03-25 18:03:08.669314000, delta=1390000 ns, racy<=15000 ns 18:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.670 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.670990000, lastModified=2023-03-25 18:03:08.670314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.670990000, lastModified=2023-03-25 18:03:08.670314000, delta=676000 ns, racy<=15000 ns 18:03:08.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.671280000, lastModified=2023-03-25 18:03:08.670314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.671280000, lastModified=2023-03-25 18:03:08.670314000, delta=966000 ns, racy<=15000 ns 18:03:08.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.671563000, lastModified=2023-03-25 18:03:08.670314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.671563000, lastModified=2023-03-25 18:03:08.670314000, delta=1249000 ns, racy<=15000 ns 18:03:08.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.671 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.671840000, lastModified=2023-03-25 18:03:08.670314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.670314000 to 2023-03-25 18:03:08.671314000 18:03:08.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.672121000, lastModified=2023-03-25 18:03:08.671314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.672121000, lastModified=2023-03-25 18:03:08.671314000, delta=807000 ns, racy<=15000 ns 18:03:08.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.672406000, lastModified=2023-03-25 18:03:08.671314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.672406000, lastModified=2023-03-25 18:03:08.671314000, delta=1092000 ns, racy<=15000 ns 18:03:08.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.672700000, lastModified=2023-03-25 18:03:08.671314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.672700000, lastModified=2023-03-25 18:03:08.671314000, delta=1386000 ns, racy<=15000 ns 18:03:08.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.672 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.672980000, lastModified=2023-03-25 18:03:08.672314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.672980000, lastModified=2023-03-25 18:03:08.672314000, delta=666000 ns, racy<=15000 ns 18:03:08.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.673 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.673288000, lastModified=2023-03-25 18:03:08.672314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.676 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.673288000, lastModified=2023-03-25 18:03:08.672314000, delta=974000 ns, racy<=15000 ns 18:03:08.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.677123000, lastModified=2023-03-25 18:03:08.676314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.677123000, lastModified=2023-03-25 18:03:08.676314000, delta=809000 ns, racy<=15000 ns 18:03:08.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.677401000, lastModified=2023-03-25 18:03:08.676314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.677401000, lastModified=2023-03-25 18:03:08.676314000, delta=1087000 ns, racy<=15000 ns 18:03:08.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.677677000, lastModified=2023-03-25 18:03:08.676314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.677677000, lastModified=2023-03-25 18:03:08.676314000, delta=1363000 ns, racy<=15000 ns 18:03:08.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.677 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.677966000, lastModified=2023-03-25 18:03:08.677314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.677966000, lastModified=2023-03-25 18:03:08.677314000, delta=652000 ns, racy<=15000 ns 18:03:08.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.678255000, lastModified=2023-03-25 18:03:08.677314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.678255000, lastModified=2023-03-25 18:03:08.677314000, delta=941000 ns, racy<=15000 ns 18:03:08.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.678523000, lastModified=2023-03-25 18:03:08.677314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.678523000, lastModified=2023-03-25 18:03:08.677314000, delta=1209000 ns, racy<=15000 ns 18:03:08.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.678 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.678795000, lastModified=2023-03-25 18:03:08.677314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.677314000 to 2023-03-25 18:03:08.678314000 18:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.679122000, lastModified=2023-03-25 18:03:08.678314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.679122000, lastModified=2023-03-25 18:03:08.678314000, delta=808000 ns, racy<=15000 ns 18:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.679418000, lastModified=2023-03-25 18:03:08.678314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.679418000, lastModified=2023-03-25 18:03:08.678314000, delta=1104000 ns, racy<=15000 ns 18:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.679689000, lastModified=2023-03-25 18:03:08.678314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.679689000, lastModified=2023-03-25 18:03:08.678314000, delta=1375000 ns, racy<=15000 ns 18:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.679 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.679970000, lastModified=2023-03-25 18:03:08.679314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.679970000, lastModified=2023-03-25 18:03:08.679314000, delta=656000 ns, racy<=15000 ns 18:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.680263000, lastModified=2023-03-25 18:03:08.679314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.680263000, lastModified=2023-03-25 18:03:08.679314000, delta=949000 ns, racy<=15000 ns 18:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.680533000, lastModified=2023-03-25 18:03:08.679314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.680533000, lastModified=2023-03-25 18:03:08.679314000, delta=1219000 ns, racy<=15000 ns 18:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.680800000, lastModified=2023-03-25 18:03:08.679314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.680 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.679314000 to 2023-03-25 18:03:08.680314000 18:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.681061000, lastModified=2023-03-25 18:03:08.680314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.681061000, lastModified=2023-03-25 18:03:08.680314000, delta=747000 ns, racy<=15000 ns 18:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.681342000, lastModified=2023-03-25 18:03:08.680314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.681342000, lastModified=2023-03-25 18:03:08.680314000, delta=1028000 ns, racy<=15000 ns 18:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.681616000, lastModified=2023-03-25 18:03:08.680314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.681616000, lastModified=2023-03-25 18:03:08.680314000, delta=1302000 ns, racy<=15000 ns 18:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.681 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.681886000, lastModified=2023-03-25 18:03:08.680314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.680314000 to 2023-03-25 18:03:08.681314000 18:03:08.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.682214000, lastModified=2023-03-25 18:03:08.681314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.682214000, lastModified=2023-03-25 18:03:08.681314000, delta=900000 ns, racy<=15000 ns 18:03:08.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.682485000, lastModified=2023-03-25 18:03:08.681314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.682485000, lastModified=2023-03-25 18:03:08.681314000, delta=1171000 ns, racy<=15000 ns 18:03:08.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.682761000, lastModified=2023-03-25 18:03:08.681314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.682761000, lastModified=2023-03-25 18:03:08.681314000, delta=1447000 ns, racy<=15000 ns 18:03:08.682 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.683038000, lastModified=2023-03-25 18:03:08.682314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.683038000, lastModified=2023-03-25 18:03:08.682314000, delta=724000 ns, racy<=15000 ns 18:03:08.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.683327000, lastModified=2023-03-25 18:03:08.682314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.683327000, lastModified=2023-03-25 18:03:08.682314000, delta=1013000 ns, racy<=15000 ns 18:03:08.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.683594000, lastModified=2023-03-25 18:03:08.682314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.683594000, lastModified=2023-03-25 18:03:08.682314000, delta=1280000 ns, racy<=15000 ns 18:03:08.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.683 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.683861000, lastModified=2023-03-25 18:03:08.682314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.682314000 to 2023-03-25 18:03:08.683314000 18:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.684142000, lastModified=2023-03-25 18:03:08.683314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.684142000, lastModified=2023-03-25 18:03:08.683314000, delta=828000 ns, racy<=15000 ns 18:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.684386000, lastModified=2023-03-25 18:03:08.683314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.684386000, lastModified=2023-03-25 18:03:08.683314000, delta=1072000 ns, racy<=15000 ns 18:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.684627000, lastModified=2023-03-25 18:03:08.683314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.684627000, lastModified=2023-03-25 18:03:08.683314000, delta=1313000 ns, racy<=15000 ns 18:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.684 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.684885000, lastModified=2023-03-25 18:03:08.683314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.683314000 to 2023-03-25 18:03:08.684314000 18:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.685126000, lastModified=2023-03-25 18:03:08.684314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.685126000, lastModified=2023-03-25 18:03:08.684314000, delta=812000 ns, racy<=15000 ns 18:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.685367000, lastModified=2023-03-25 18:03:08.684314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.685367000, lastModified=2023-03-25 18:03:08.684314000, delta=1053000 ns, racy<=15000 ns 18:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.685600000, lastModified=2023-03-25 18:03:08.684314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.685600000, lastModified=2023-03-25 18:03:08.684314000, delta=1286000 ns, racy<=15000 ns 18:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.685829000, lastModified=2023-03-25 18:03:08.684314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.685 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.684314000 to 2023-03-25 18:03:08.685314000 18:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.686060000, lastModified=2023-03-25 18:03:08.685314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.686060000, lastModified=2023-03-25 18:03:08.685314000, delta=746000 ns, racy<=15000 ns 18:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.686305000, lastModified=2023-03-25 18:03:08.685314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.686305000, lastModified=2023-03-25 18:03:08.685314000, delta=991000 ns, racy<=15000 ns 18:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.686545000, lastModified=2023-03-25 18:03:08.685314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.686545000, lastModified=2023-03-25 18:03:08.685314000, delta=1231000 ns, racy<=15000 ns 18:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.686779000, lastModified=2023-03-25 18:03:08.685314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.686779000, lastModified=2023-03-25 18:03:08.685314000, delta=1465000 ns, racy<=15000 ns 18:03:08.686 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.687022000, lastModified=2023-03-25 18:03:08.686314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.687022000, lastModified=2023-03-25 18:03:08.686314000, delta=708000 ns, racy<=15000 ns 18:03:08.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.687288000, lastModified=2023-03-25 18:03:08.686314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.687288000, lastModified=2023-03-25 18:03:08.686314000, delta=974000 ns, racy<=15000 ns 18:03:08.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.687599000, lastModified=2023-03-25 18:03:08.686314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.687599000, lastModified=2023-03-25 18:03:08.686314000, delta=1285000 ns, racy<=15000 ns 18:03:08.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.687 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.687886000, lastModified=2023-03-25 18:03:08.686314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.686314000 to 2023-03-25 18:03:08.687314000 18:03:08.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.688166000, lastModified=2023-03-25 18:03:08.687314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.688166000, lastModified=2023-03-25 18:03:08.687314000, delta=852000 ns, racy<=15000 ns 18:03:08.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.688442000, lastModified=2023-03-25 18:03:08.687314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.688442000, lastModified=2023-03-25 18:03:08.687314000, delta=1128000 ns, racy<=15000 ns 18:03:08.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.688719000, lastModified=2023-03-25 18:03:08.687314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.688719000, lastModified=2023-03-25 18:03:08.687314000, delta=1405000 ns, racy<=15000 ns 18:03:08.688 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.689013000, lastModified=2023-03-25 18:03:08.688314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.689013000, lastModified=2023-03-25 18:03:08.688314000, delta=699000 ns, racy<=15000 ns 18:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.689307000, lastModified=2023-03-25 18:03:08.688314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.689307000, lastModified=2023-03-25 18:03:08.688314000, delta=993000 ns, racy<=15000 ns 18:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.689586000, lastModified=2023-03-25 18:03:08.688314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.689586000, lastModified=2023-03-25 18:03:08.688314000, delta=1272000 ns, racy<=15000 ns 18:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.689 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.689868000, lastModified=2023-03-25 18:03:08.688314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.688314000 to 2023-03-25 18:03:08.689314000 18:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.690193000, lastModified=2023-03-25 18:03:08.689314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.690193000, lastModified=2023-03-25 18:03:08.689314000, delta=879000 ns, racy<=15000 ns 18:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.690472000, lastModified=2023-03-25 18:03:08.689314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.690472000, lastModified=2023-03-25 18:03:08.689314000, delta=1158000 ns, racy<=15000 ns 18:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.690743000, lastModified=2023-03-25 18:03:08.689314000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.690743000, lastModified=2023-03-25 18:03:08.689314000, delta=1429000 ns, racy<=15000 ns 18:03:08.690 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.695515000, lastModified=2023-03-25 18:03:08.690315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.690315000 to 2023-03-25 18:03:08.694315000 18:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.695836000, lastModified=2023-03-25 18:03:08.694315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.695 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.694315000 to 2023-03-25 18:03:08.695315000 18:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.696099000, lastModified=2023-03-25 18:03:08.695315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.696099000, lastModified=2023-03-25 18:03:08.695315000, delta=784000 ns, racy<=15000 ns 18:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.696388000, lastModified=2023-03-25 18:03:08.695315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.696388000, lastModified=2023-03-25 18:03:08.695315000, delta=1073000 ns, racy<=15000 ns 18:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.696695000, lastModified=2023-03-25 18:03:08.695315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.696695000, lastModified=2023-03-25 18:03:08.695315000, delta=1380000 ns, racy<=15000 ns 18:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.696 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.696983000, lastModified=2023-03-25 18:03:08.696315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.696983000, lastModified=2023-03-25 18:03:08.696315000, delta=668000 ns, racy<=15000 ns 18:03:08.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.697278000, lastModified=2023-03-25 18:03:08.696315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.697278000, lastModified=2023-03-25 18:03:08.696315000, delta=963000 ns, racy<=15000 ns 18:03:08.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.697552000, lastModified=2023-03-25 18:03:08.696315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.697552000, lastModified=2023-03-25 18:03:08.696315000, delta=1237000 ns, racy<=15000 ns 18:03:08.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.697 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.697852000, lastModified=2023-03-25 18:03:08.696315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.696315000 to 2023-03-25 18:03:08.697315000 18:03:08.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.698160000, lastModified=2023-03-25 18:03:08.697315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.698160000, lastModified=2023-03-25 18:03:08.697315000, delta=845000 ns, racy<=15000 ns 18:03:08.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.698444000, lastModified=2023-03-25 18:03:08.697315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.698444000, lastModified=2023-03-25 18:03:08.697315000, delta=1129000 ns, racy<=15000 ns 18:03:08.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.698731000, lastModified=2023-03-25 18:03:08.697315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.698731000, lastModified=2023-03-25 18:03:08.697315000, delta=1416000 ns, racy<=15000 ns 18:03:08.698 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.699030000, lastModified=2023-03-25 18:03:08.698315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.699030000, lastModified=2023-03-25 18:03:08.698315000, delta=715000 ns, racy<=15000 ns 18:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.699328000, lastModified=2023-03-25 18:03:08.698315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.699328000, lastModified=2023-03-25 18:03:08.698315000, delta=1013000 ns, racy<=15000 ns 18:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.699609000, lastModified=2023-03-25 18:03:08.698315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.699609000, lastModified=2023-03-25 18:03:08.698315000, delta=1294000 ns, racy<=15000 ns 18:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.699 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.699899000, lastModified=2023-03-25 18:03:08.698315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.698315000 to 2023-03-25 18:03:08.699315000 18:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.700173000, lastModified=2023-03-25 18:03:08.699315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.700173000, lastModified=2023-03-25 18:03:08.699315000, delta=858000 ns, racy<=15000 ns 18:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.700461000, lastModified=2023-03-25 18:03:08.699315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.700461000, lastModified=2023-03-25 18:03:08.699315000, delta=1146000 ns, racy<=15000 ns 18:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.700742000, lastModified=2023-03-25 18:03:08.699315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.700742000, lastModified=2023-03-25 18:03:08.699315000, delta=1427000 ns, racy<=15000 ns 18:03:08.700 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.701064000, lastModified=2023-03-25 18:03:08.700315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.701064000, lastModified=2023-03-25 18:03:08.700315000, delta=749000 ns, racy<=15000 ns 18:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.701369000, lastModified=2023-03-25 18:03:08.700315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.701369000, lastModified=2023-03-25 18:03:08.700315000, delta=1054000 ns, racy<=15000 ns 18:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.701651000, lastModified=2023-03-25 18:03:08.700315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.701651000, lastModified=2023-03-25 18:03:08.700315000, delta=1336000 ns, racy<=15000 ns 18:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.701 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.701939000, lastModified=2023-03-25 18:03:08.701315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.701939000, lastModified=2023-03-25 18:03:08.701315000, delta=624000 ns, racy<=15000 ns 18:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.702239000, lastModified=2023-03-25 18:03:08.701315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.702239000, lastModified=2023-03-25 18:03:08.701315000, delta=924000 ns, racy<=15000 ns 18:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.702520000, lastModified=2023-03-25 18:03:08.701315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.702520000, lastModified=2023-03-25 18:03:08.701315000, delta=1205000 ns, racy<=15000 ns 18:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.702804000, lastModified=2023-03-25 18:03:08.701315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.702 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.701315000 to 2023-03-25 18:03:08.702315000 18:03:08.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.703082000, lastModified=2023-03-25 18:03:08.702315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.703082000, lastModified=2023-03-25 18:03:08.702315000, delta=767000 ns, racy<=15000 ns 18:03:08.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.703422000, lastModified=2023-03-25 18:03:08.702315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.703422000, lastModified=2023-03-25 18:03:08.702315000, delta=1107000 ns, racy<=15000 ns 18:03:08.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.703714000, lastModified=2023-03-25 18:03:08.702315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.703714000, lastModified=2023-03-25 18:03:08.702315000, delta=1399000 ns, racy<=15000 ns 18:03:08.703 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.704047000, lastModified=2023-03-25 18:03:08.703315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.704047000, lastModified=2023-03-25 18:03:08.703315000, delta=732000 ns, racy<=15000 ns 18:03:08.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.704 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.704355000, lastModified=2023-03-25 18:03:08.703315000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.704355000, lastModified=2023-03-25 18:03:08.703315000, delta=1040000 ns, racy<=15000 ns 18:03:08.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.749 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.749858000, lastModified=2023-03-25 18:03:08.748316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.748316000 to 2023-03-25 18:03:08.749316000 18:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.750236000, lastModified=2023-03-25 18:03:08.749316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.750236000, lastModified=2023-03-25 18:03:08.749316000, delta=920000 ns, racy<=15000 ns 18:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.750541000, lastModified=2023-03-25 18:03:08.749316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.750541000, lastModified=2023-03-25 18:03:08.749316000, delta=1225000 ns, racy<=15000 ns 18:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.750 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.750836000, lastModified=2023-03-25 18:03:08.749316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.749316000 to 2023-03-25 18:03:08.750316000 18:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.751132000, lastModified=2023-03-25 18:03:08.750316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.751132000, lastModified=2023-03-25 18:03:08.750316000, delta=816000 ns, racy<=15000 ns 18:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.751417000, lastModified=2023-03-25 18:03:08.750316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.751417000, lastModified=2023-03-25 18:03:08.750316000, delta=1101000 ns, racy<=15000 ns 18:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.751687000, lastModified=2023-03-25 18:03:08.750316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.751687000, lastModified=2023-03-25 18:03:08.750316000, delta=1371000 ns, racy<=15000 ns 18:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.751 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.751970000, lastModified=2023-03-25 18:03:08.751316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.751970000, lastModified=2023-03-25 18:03:08.751316000, delta=654000 ns, racy<=15000 ns 18:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.752255000, lastModified=2023-03-25 18:03:08.751316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.752255000, lastModified=2023-03-25 18:03:08.751316000, delta=939000 ns, racy<=15000 ns 18:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.752529000, lastModified=2023-03-25 18:03:08.751316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.752529000, lastModified=2023-03-25 18:03:08.751316000, delta=1213000 ns, racy<=15000 ns 18:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.752 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.752811000, lastModified=2023-03-25 18:03:08.751316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.751316000 to 2023-03-25 18:03:08.752316000 18:03:08.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.753125000, lastModified=2023-03-25 18:03:08.752316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.753125000, lastModified=2023-03-25 18:03:08.752316000, delta=809000 ns, racy<=15000 ns 18:03:08.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.753407000, lastModified=2023-03-25 18:03:08.752316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.753407000, lastModified=2023-03-25 18:03:08.752316000, delta=1091000 ns, racy<=15000 ns 18:03:08.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.753689000, lastModified=2023-03-25 18:03:08.752316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.753689000, lastModified=2023-03-25 18:03:08.752316000, delta=1373000 ns, racy<=15000 ns 18:03:08.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.753 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.753973000, lastModified=2023-03-25 18:03:08.753316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.753973000, lastModified=2023-03-25 18:03:08.753316000, delta=657000 ns, racy<=15000 ns 18:03:08.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.754274000, lastModified=2023-03-25 18:03:08.753316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.754274000, lastModified=2023-03-25 18:03:08.753316000, delta=958000 ns, racy<=15000 ns 18:03:08.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.754550000, lastModified=2023-03-25 18:03:08.753316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.754550000, lastModified=2023-03-25 18:03:08.753316000, delta=1234000 ns, racy<=15000 ns 18:03:08.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.754 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.754832000, lastModified=2023-03-25 18:03:08.753316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.753316000 to 2023-03-25 18:03:08.754316000 18:03:08.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.755118000, lastModified=2023-03-25 18:03:08.754316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.755118000, lastModified=2023-03-25 18:03:08.754316000, delta=802000 ns, racy<=15000 ns 18:03:08.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.755415000, lastModified=2023-03-25 18:03:08.754316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.755415000, lastModified=2023-03-25 18:03:08.754316000, delta=1099000 ns, racy<=15000 ns 18:03:08.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.755 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.755696000, lastModified=2023-03-25 18:03:08.754316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.755696000, lastModified=2023-03-25 18:03:08.754316000, delta=1380000 ns, racy<=15000 ns 18:03:08.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.760302000, lastModified=2023-03-25 18:03:08.759316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.760302000, lastModified=2023-03-25 18:03:08.759316000, delta=986000 ns, racy<=15000 ns 18:03:08.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.760562000, lastModified=2023-03-25 18:03:08.759316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.760562000, lastModified=2023-03-25 18:03:08.759316000, delta=1246000 ns, racy<=15000 ns 18:03:08.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.760813000, lastModified=2023-03-25 18:03:08.759316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.760 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.759316000 to 2023-03-25 18:03:08.760316000 18:03:08.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.761087000, lastModified=2023-03-25 18:03:08.760316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.761087000, lastModified=2023-03-25 18:03:08.760316000, delta=771000 ns, racy<=15000 ns 18:03:08.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.761377000, lastModified=2023-03-25 18:03:08.760316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.761377000, lastModified=2023-03-25 18:03:08.760316000, delta=1061000 ns, racy<=15000 ns 18:03:08.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.761642000, lastModified=2023-03-25 18:03:08.760316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.761642000, lastModified=2023-03-25 18:03:08.760316000, delta=1326000 ns, racy<=15000 ns 18:03:08.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.761 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.761913000, lastModified=2023-03-25 18:03:08.760316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.760316000 to 2023-03-25 18:03:08.761316000 18:03:08.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.762179000, lastModified=2023-03-25 18:03:08.761316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.762179000, lastModified=2023-03-25 18:03:08.761316000, delta=863000 ns, racy<=15000 ns 18:03:08.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.762443000, lastModified=2023-03-25 18:03:08.761316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.762443000, lastModified=2023-03-25 18:03:08.761316000, delta=1127000 ns, racy<=15000 ns 18:03:08.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.762697000, lastModified=2023-03-25 18:03:08.761316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.762697000, lastModified=2023-03-25 18:03:08.761316000, delta=1381000 ns, racy<=15000 ns 18:03:08.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.762 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.762974000, lastModified=2023-03-25 18:03:08.762316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.762974000, lastModified=2023-03-25 18:03:08.762316000, delta=658000 ns, racy<=15000 ns 18:03:08.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.763248000, lastModified=2023-03-25 18:03:08.762316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.763248000, lastModified=2023-03-25 18:03:08.762316000, delta=932000 ns, racy<=15000 ns 18:03:08.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.763518000, lastModified=2023-03-25 18:03:08.762316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.763518000, lastModified=2023-03-25 18:03:08.762316000, delta=1202000 ns, racy<=15000 ns 18:03:08.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.763786000, lastModified=2023-03-25 18:03:08.762316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.763 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.762316000 to 2023-03-25 18:03:08.763316000 18:03:08.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.764053000, lastModified=2023-03-25 18:03:08.763316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.764053000, lastModified=2023-03-25 18:03:08.763316000, delta=737000 ns, racy<=15000 ns 18:03:08.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.764324000, lastModified=2023-03-25 18:03:08.763316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.764324000, lastModified=2023-03-25 18:03:08.763316000, delta=1008000 ns, racy<=15000 ns 18:03:08.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.764589000, lastModified=2023-03-25 18:03:08.763316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.764589000, lastModified=2023-03-25 18:03:08.763316000, delta=1273000 ns, racy<=15000 ns 18:03:08.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.764 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.764855000, lastModified=2023-03-25 18:03:08.763316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.763316000 to 2023-03-25 18:03:08.764316000 18:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.765121000, lastModified=2023-03-25 18:03:08.764316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.765121000, lastModified=2023-03-25 18:03:08.764316000, delta=805000 ns, racy<=15000 ns 18:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.765392000, lastModified=2023-03-25 18:03:08.764316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.765392000, lastModified=2023-03-25 18:03:08.764316000, delta=1076000 ns, racy<=15000 ns 18:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.765644000, lastModified=2023-03-25 18:03:08.764316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.765644000, lastModified=2023-03-25 18:03:08.764316000, delta=1328000 ns, racy<=15000 ns 18:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.765 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.765904000, lastModified=2023-03-25 18:03:08.764316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.764316000 to 2023-03-25 18:03:08.765316000 18:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.766151000, lastModified=2023-03-25 18:03:08.765316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.766151000, lastModified=2023-03-25 18:03:08.765316000, delta=835000 ns, racy<=15000 ns 18:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.766410000, lastModified=2023-03-25 18:03:08.765316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.766410000, lastModified=2023-03-25 18:03:08.765316000, delta=1094000 ns, racy<=15000 ns 18:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.766659000, lastModified=2023-03-25 18:03:08.765316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.766659000, lastModified=2023-03-25 18:03:08.765316000, delta=1343000 ns, racy<=15000 ns 18:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.766 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.766920000, lastModified=2023-03-25 18:03:08.765316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.765316000 to 2023-03-25 18:03:08.766316000 18:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.767173000, lastModified=2023-03-25 18:03:08.766316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.767173000, lastModified=2023-03-25 18:03:08.766316000, delta=857000 ns, racy<=15000 ns 18:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.767428000, lastModified=2023-03-25 18:03:08.766316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.767428000, lastModified=2023-03-25 18:03:08.766316000, delta=1112000 ns, racy<=15000 ns 18:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.767688000, lastModified=2023-03-25 18:03:08.766316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.767688000, lastModified=2023-03-25 18:03:08.766316000, delta=1372000 ns, racy<=15000 ns 18:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.767 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.767973000, lastModified=2023-03-25 18:03:08.767316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.767973000, lastModified=2023-03-25 18:03:08.767316000, delta=657000 ns, racy<=15000 ns 18:03:08.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.768238000, lastModified=2023-03-25 18:03:08.767316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.768238000, lastModified=2023-03-25 18:03:08.767316000, delta=922000 ns, racy<=15000 ns 18:03:08.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.768495000, lastModified=2023-03-25 18:03:08.767316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.768495000, lastModified=2023-03-25 18:03:08.767316000, delta=1179000 ns, racy<=15000 ns 18:03:08.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.768748000, lastModified=2023-03-25 18:03:08.767316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.768748000, lastModified=2023-03-25 18:03:08.767316000, delta=1432000 ns, racy<=15000 ns 18:03:08.768 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.769014000, lastModified=2023-03-25 18:03:08.768316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.769014000, lastModified=2023-03-25 18:03:08.768316000, delta=698000 ns, racy<=15000 ns 18:03:08.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.769284000, lastModified=2023-03-25 18:03:08.768316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.769284000, lastModified=2023-03-25 18:03:08.768316000, delta=968000 ns, racy<=15000 ns 18:03:08.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.769538000, lastModified=2023-03-25 18:03:08.768316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.769538000, lastModified=2023-03-25 18:03:08.768316000, delta=1222000 ns, racy<=15000 ns 18:03:08.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.769818000, lastModified=2023-03-25 18:03:08.768316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.769 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.768316000 to 2023-03-25 18:03:08.769316000 18:03:08.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.770079000, lastModified=2023-03-25 18:03:08.769316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.770079000, lastModified=2023-03-25 18:03:08.769316000, delta=763000 ns, racy<=15000 ns 18:03:08.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.770372000, lastModified=2023-03-25 18:03:08.769316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.770372000, lastModified=2023-03-25 18:03:08.769316000, delta=1056000 ns, racy<=15000 ns 18:03:08.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.770668000, lastModified=2023-03-25 18:03:08.769316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.770668000, lastModified=2023-03-25 18:03:08.769316000, delta=1352000 ns, racy<=15000 ns 18:03:08.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.770 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.770983000, lastModified=2023-03-25 18:03:08.770316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.770983000, lastModified=2023-03-25 18:03:08.770316000, delta=667000 ns, racy<=15000 ns 18:03:08.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.771283000, lastModified=2023-03-25 18:03:08.770316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.771283000, lastModified=2023-03-25 18:03:08.770316000, delta=967000 ns, racy<=15000 ns 18:03:08.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.771562000, lastModified=2023-03-25 18:03:08.770316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.771562000, lastModified=2023-03-25 18:03:08.770316000, delta=1246000 ns, racy<=15000 ns 18:03:08.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.771 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.771865000, lastModified=2023-03-25 18:03:08.770316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.770316000 to 2023-03-25 18:03:08.771316000 18:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.772121000, lastModified=2023-03-25 18:03:08.771316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.772121000, lastModified=2023-03-25 18:03:08.771316000, delta=805000 ns, racy<=15000 ns 18:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.772371000, lastModified=2023-03-25 18:03:08.771316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.772371000, lastModified=2023-03-25 18:03:08.771316000, delta=1055000 ns, racy<=15000 ns 18:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.772623000, lastModified=2023-03-25 18:03:08.771316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.772623000, lastModified=2023-03-25 18:03:08.771316000, delta=1307000 ns, racy<=15000 ns 18:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.772 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.772875000, lastModified=2023-03-25 18:03:08.771316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.771316000 to 2023-03-25 18:03:08.772316000 18:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.773183000, lastModified=2023-03-25 18:03:08.772316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.773183000, lastModified=2023-03-25 18:03:08.772316000, delta=867000 ns, racy<=15000 ns 18:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.773450000, lastModified=2023-03-25 18:03:08.772316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.773450000, lastModified=2023-03-25 18:03:08.772316000, delta=1134000 ns, racy<=15000 ns 18:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.773721000, lastModified=2023-03-25 18:03:08.772316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.773721000, lastModified=2023-03-25 18:03:08.772316000, delta=1405000 ns, racy<=15000 ns 18:03:08.773 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.777531000, lastModified=2023-03-25 18:03:08.773316000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.773316000 to 2023-03-25 18:03:08.776317000 18:03:08.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.777830000, lastModified=2023-03-25 18:03:08.776317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.777 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.776317000 to 2023-03-25 18:03:08.777317000 18:03:08.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.778100000, lastModified=2023-03-25 18:03:08.777317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.778100000, lastModified=2023-03-25 18:03:08.777317000, delta=783000 ns, racy<=15000 ns 18:03:08.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.778390000, lastModified=2023-03-25 18:03:08.777317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.778390000, lastModified=2023-03-25 18:03:08.777317000, delta=1073000 ns, racy<=15000 ns 18:03:08.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.778665000, lastModified=2023-03-25 18:03:08.777317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.778665000, lastModified=2023-03-25 18:03:08.777317000, delta=1348000 ns, racy<=15000 ns 18:03:08.778 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.779154000, lastModified=2023-03-25 18:03:08.778317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.779154000, lastModified=2023-03-25 18:03:08.778317000, delta=837000 ns, racy<=15000 ns 18:03:08.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.779545000, lastModified=2023-03-25 18:03:08.778317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.779545000, lastModified=2023-03-25 18:03:08.778317000, delta=1228000 ns, racy<=15000 ns 18:03:08.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.779 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.779844000, lastModified=2023-03-25 18:03:08.778317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.778317000 to 2023-03-25 18:03:08.779317000 18:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.780161000, lastModified=2023-03-25 18:03:08.779317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.780161000, lastModified=2023-03-25 18:03:08.779317000, delta=844000 ns, racy<=15000 ns 18:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.780450000, lastModified=2023-03-25 18:03:08.779317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.780450000, lastModified=2023-03-25 18:03:08.779317000, delta=1133000 ns, racy<=15000 ns 18:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.780735000, lastModified=2023-03-25 18:03:08.779317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.780735000, lastModified=2023-03-25 18:03:08.779317000, delta=1418000 ns, racy<=15000 ns 18:03:08.780 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.781033000, lastModified=2023-03-25 18:03:08.780317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.781033000, lastModified=2023-03-25 18:03:08.780317000, delta=716000 ns, racy<=15000 ns 18:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.781325000, lastModified=2023-03-25 18:03:08.780317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.781325000, lastModified=2023-03-25 18:03:08.780317000, delta=1008000 ns, racy<=15000 ns 18:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.781619000, lastModified=2023-03-25 18:03:08.780317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.781619000, lastModified=2023-03-25 18:03:08.780317000, delta=1302000 ns, racy<=15000 ns 18:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.781 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.781906000, lastModified=2023-03-25 18:03:08.780317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.780317000 to 2023-03-25 18:03:08.781317000 18:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.782197000, lastModified=2023-03-25 18:03:08.781317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.782197000, lastModified=2023-03-25 18:03:08.781317000, delta=880000 ns, racy<=15000 ns 18:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.782481000, lastModified=2023-03-25 18:03:08.781317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.782481000, lastModified=2023-03-25 18:03:08.781317000, delta=1164000 ns, racy<=15000 ns 18:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.782760000, lastModified=2023-03-25 18:03:08.781317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.782760000, lastModified=2023-03-25 18:03:08.781317000, delta=1443000 ns, racy<=15000 ns 18:03:08.782 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.783058000, lastModified=2023-03-25 18:03:08.782317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.783058000, lastModified=2023-03-25 18:03:08.782317000, delta=741000 ns, racy<=15000 ns 18:03:08.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.783353000, lastModified=2023-03-25 18:03:08.782317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.783353000, lastModified=2023-03-25 18:03:08.782317000, delta=1036000 ns, racy<=15000 ns 18:03:08.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.783642000, lastModified=2023-03-25 18:03:08.782317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.783642000, lastModified=2023-03-25 18:03:08.782317000, delta=1325000 ns, racy<=15000 ns 18:03:08.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.783 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.783941000, lastModified=2023-03-25 18:03:08.783317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.783941000, lastModified=2023-03-25 18:03:08.783317000, delta=624000 ns, racy<=15000 ns 18:03:08.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.784245000, lastModified=2023-03-25 18:03:08.783317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.784245000, lastModified=2023-03-25 18:03:08.783317000, delta=928000 ns, racy<=15000 ns 18:03:08.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.784524000, lastModified=2023-03-25 18:03:08.783317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.784524000, lastModified=2023-03-25 18:03:08.783317000, delta=1207000 ns, racy<=15000 ns 18:03:08.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.784813000, lastModified=2023-03-25 18:03:08.783317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.784 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.783317000 to 2023-03-25 18:03:08.784317000 18:03:08.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.785088000, lastModified=2023-03-25 18:03:08.784317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.785088000, lastModified=2023-03-25 18:03:08.784317000, delta=771000 ns, racy<=15000 ns 18:03:08.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.785382000, lastModified=2023-03-25 18:03:08.784317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.785382000, lastModified=2023-03-25 18:03:08.784317000, delta=1065000 ns, racy<=15000 ns 18:03:08.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.785667000, lastModified=2023-03-25 18:03:08.784317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.785667000, lastModified=2023-03-25 18:03:08.784317000, delta=1350000 ns, racy<=15000 ns 18:03:08.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.785 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.785980000, lastModified=2023-03-25 18:03:08.785317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.785980000, lastModified=2023-03-25 18:03:08.785317000, delta=663000 ns, racy<=15000 ns 18:03:08.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.786275000, lastModified=2023-03-25 18:03:08.785317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.786275000, lastModified=2023-03-25 18:03:08.785317000, delta=958000 ns, racy<=15000 ns 18:03:08.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.786547000, lastModified=2023-03-25 18:03:08.785317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.786547000, lastModified=2023-03-25 18:03:08.785317000, delta=1230000 ns, racy<=15000 ns 18:03:08.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.786825000, lastModified=2023-03-25 18:03:08.785317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.786 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.785317000 to 2023-03-25 18:03:08.786317000 18:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.787091000, lastModified=2023-03-25 18:03:08.786317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.787091000, lastModified=2023-03-25 18:03:08.786317000, delta=774000 ns, racy<=15000 ns 18:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.787377000, lastModified=2023-03-25 18:03:08.786317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.787377000, lastModified=2023-03-25 18:03:08.786317000, delta=1060000 ns, racy<=15000 ns 18:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.787638000, lastModified=2023-03-25 18:03:08.786317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.787638000, lastModified=2023-03-25 18:03:08.786317000, delta=1321000 ns, racy<=15000 ns 18:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.787 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.787879000, lastModified=2023-03-25 18:03:08.786317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.786317000 to 2023-03-25 18:03:08.787317000 18:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.788128000, lastModified=2023-03-25 18:03:08.787317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.788128000, lastModified=2023-03-25 18:03:08.787317000, delta=811000 ns, racy<=15000 ns 18:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.788365000, lastModified=2023-03-25 18:03:08.787317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.788365000, lastModified=2023-03-25 18:03:08.787317000, delta=1048000 ns, racy<=15000 ns 18:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.788613000, lastModified=2023-03-25 18:03:08.787317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.788613000, lastModified=2023-03-25 18:03:08.787317000, delta=1296000 ns, racy<=15000 ns 18:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.788 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.788901000, lastModified=2023-03-25 18:03:08.787317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.787317000 to 2023-03-25 18:03:08.788317000 18:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.789183000, lastModified=2023-03-25 18:03:08.788317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.789183000, lastModified=2023-03-25 18:03:08.788317000, delta=866000 ns, racy<=15000 ns 18:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.789462000, lastModified=2023-03-25 18:03:08.788317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.789462000, lastModified=2023-03-25 18:03:08.788317000, delta=1145000 ns, racy<=15000 ns 18:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.789734000, lastModified=2023-03-25 18:03:08.788317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.789734000, lastModified=2023-03-25 18:03:08.788317000, delta=1417000 ns, racy<=15000 ns 18:03:08.789 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.790021000, lastModified=2023-03-25 18:03:08.789317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.790021000, lastModified=2023-03-25 18:03:08.789317000, delta=704000 ns, racy<=15000 ns 18:03:08.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.790309000, lastModified=2023-03-25 18:03:08.789317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.790309000, lastModified=2023-03-25 18:03:08.789317000, delta=992000 ns, racy<=15000 ns 18:03:08.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.790582000, lastModified=2023-03-25 18:03:08.789317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.790582000, lastModified=2023-03-25 18:03:08.789317000, delta=1265000 ns, racy<=15000 ns 18:03:08.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.790 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.790860000, lastModified=2023-03-25 18:03:08.789317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.789317000 to 2023-03-25 18:03:08.790317000 18:03:08.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.791133000, lastModified=2023-03-25 18:03:08.790317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.791133000, lastModified=2023-03-25 18:03:08.790317000, delta=816000 ns, racy<=15000 ns 18:03:08.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.791426000, lastModified=2023-03-25 18:03:08.790317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.791426000, lastModified=2023-03-25 18:03:08.790317000, delta=1109000 ns, racy<=15000 ns 18:03:08.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.791708000, lastModified=2023-03-25 18:03:08.790317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.791708000, lastModified=2023-03-25 18:03:08.790317000, delta=1391000 ns, racy<=15000 ns 18:03:08.791 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.791997000, lastModified=2023-03-25 18:03:08.791317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.791997000, lastModified=2023-03-25 18:03:08.791317000, delta=680000 ns, racy<=15000 ns 18:03:08.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.792 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.792286000, lastModified=2023-03-25 18:03:08.791317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.792286000, lastModified=2023-03-25 18:03:08.791317000, delta=969000 ns, racy<=15000 ns 18:03:08.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.797345000, lastModified=2023-03-25 18:03:08.796317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.797345000, lastModified=2023-03-25 18:03:08.796317000, delta=1028000 ns, racy<=15000 ns 18:03:08.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.797637000, lastModified=2023-03-25 18:03:08.796317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.797637000, lastModified=2023-03-25 18:03:08.796317000, delta=1320000 ns, racy<=15000 ns 18:03:08.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.797 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.797914000, lastModified=2023-03-25 18:03:08.796317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.796317000 to 2023-03-25 18:03:08.797317000 18:03:08.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.798194000, lastModified=2023-03-25 18:03:08.797317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.798194000, lastModified=2023-03-25 18:03:08.797317000, delta=877000 ns, racy<=15000 ns 18:03:08.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.798466000, lastModified=2023-03-25 18:03:08.797317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.798466000, lastModified=2023-03-25 18:03:08.797317000, delta=1149000 ns, racy<=15000 ns 18:03:08.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.798742000, lastModified=2023-03-25 18:03:08.797317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.798742000, lastModified=2023-03-25 18:03:08.797317000, delta=1425000 ns, racy<=15000 ns 18:03:08.798 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.799020000, lastModified=2023-03-25 18:03:08.798317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.799020000, lastModified=2023-03-25 18:03:08.798317000, delta=703000 ns, racy<=15000 ns 18:03:08.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.799315000, lastModified=2023-03-25 18:03:08.798317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.799315000, lastModified=2023-03-25 18:03:08.798317000, delta=998000 ns, racy<=15000 ns 18:03:08.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.799584000, lastModified=2023-03-25 18:03:08.798317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.799584000, lastModified=2023-03-25 18:03:08.798317000, delta=1267000 ns, racy<=15000 ns 18:03:08.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.799 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.799855000, lastModified=2023-03-25 18:03:08.798317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.798317000 to 2023-03-25 18:03:08.799317000 18:03:08.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.800193000, lastModified=2023-03-25 18:03:08.799317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.800193000, lastModified=2023-03-25 18:03:08.799317000, delta=876000 ns, racy<=15000 ns 18:03:08.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.800475000, lastModified=2023-03-25 18:03:08.799317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.800475000, lastModified=2023-03-25 18:03:08.799317000, delta=1158000 ns, racy<=15000 ns 18:03:08.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.800757000, lastModified=2023-03-25 18:03:08.799317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.800757000, lastModified=2023-03-25 18:03:08.799317000, delta=1440000 ns, racy<=15000 ns 18:03:08.800 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.801025000, lastModified=2023-03-25 18:03:08.800317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.801025000, lastModified=2023-03-25 18:03:08.800317000, delta=708000 ns, racy<=15000 ns 18:03:08.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.801339000, lastModified=2023-03-25 18:03:08.800317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.801339000, lastModified=2023-03-25 18:03:08.800317000, delta=1022000 ns, racy<=15000 ns 18:03:08.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.801617000, lastModified=2023-03-25 18:03:08.800317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.801617000, lastModified=2023-03-25 18:03:08.800317000, delta=1300000 ns, racy<=15000 ns 18:03:08.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.801 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.801897000, lastModified=2023-03-25 18:03:08.800317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.800317000 to 2023-03-25 18:03:08.801317000 18:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.802179000, lastModified=2023-03-25 18:03:08.801317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.802179000, lastModified=2023-03-25 18:03:08.801317000, delta=862000 ns, racy<=15000 ns 18:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.802498000, lastModified=2023-03-25 18:03:08.801317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.802498000, lastModified=2023-03-25 18:03:08.801317000, delta=1181000 ns, racy<=15000 ns 18:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.802779000, lastModified=2023-03-25 18:03:08.801317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.802779000, lastModified=2023-03-25 18:03:08.801317000, delta=1462000 ns, racy<=15000 ns 18:03:08.802 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.803109000, lastModified=2023-03-25 18:03:08.802317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.803109000, lastModified=2023-03-25 18:03:08.802317000, delta=792000 ns, racy<=15000 ns 18:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.803441000, lastModified=2023-03-25 18:03:08.802317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.803441000, lastModified=2023-03-25 18:03:08.802317000, delta=1124000 ns, racy<=15000 ns 18:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.803715000, lastModified=2023-03-25 18:03:08.802317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.803715000, lastModified=2023-03-25 18:03:08.802317000, delta=1398000 ns, racy<=15000 ns 18:03:08.803 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.804033000, lastModified=2023-03-25 18:03:08.803317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.804033000, lastModified=2023-03-25 18:03:08.803317000, delta=716000 ns, racy<=15000 ns 18:03:08.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.804335000, lastModified=2023-03-25 18:03:08.803317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.804335000, lastModified=2023-03-25 18:03:08.803317000, delta=1018000 ns, racy<=15000 ns 18:03:08.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.804606000, lastModified=2023-03-25 18:03:08.803317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.804606000, lastModified=2023-03-25 18:03:08.803317000, delta=1289000 ns, racy<=15000 ns 18:03:08.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.804 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.804861000, lastModified=2023-03-25 18:03:08.803317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.803317000 to 2023-03-25 18:03:08.804317000 18:03:08.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.805126000, lastModified=2023-03-25 18:03:08.804317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.805126000, lastModified=2023-03-25 18:03:08.804317000, delta=809000 ns, racy<=15000 ns 18:03:08.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.805395000, lastModified=2023-03-25 18:03:08.804317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.805395000, lastModified=2023-03-25 18:03:08.804317000, delta=1078000 ns, racy<=15000 ns 18:03:08.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.805658000, lastModified=2023-03-25 18:03:08.804317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.805658000, lastModified=2023-03-25 18:03:08.804317000, delta=1341000 ns, racy<=15000 ns 18:03:08.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.805 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.805923000, lastModified=2023-03-25 18:03:08.804317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.804317000 to 2023-03-25 18:03:08.805317000 18:03:08.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.806180000, lastModified=2023-03-25 18:03:08.805317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.806180000, lastModified=2023-03-25 18:03:08.805317000, delta=863000 ns, racy<=15000 ns 18:03:08.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.806436000, lastModified=2023-03-25 18:03:08.805317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.806436000, lastModified=2023-03-25 18:03:08.805317000, delta=1119000 ns, racy<=15000 ns 18:03:08.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.806703000, lastModified=2023-03-25 18:03:08.805317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.806703000, lastModified=2023-03-25 18:03:08.805317000, delta=1386000 ns, racy<=15000 ns 18:03:08.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.806 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.806972000, lastModified=2023-03-25 18:03:08.806317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.806972000, lastModified=2023-03-25 18:03:08.806317000, delta=655000 ns, racy<=15000 ns 18:03:08.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.807249000, lastModified=2023-03-25 18:03:08.806317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.807249000, lastModified=2023-03-25 18:03:08.806317000, delta=932000 ns, racy<=15000 ns 18:03:08.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.807504000, lastModified=2023-03-25 18:03:08.806317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.807504000, lastModified=2023-03-25 18:03:08.806317000, delta=1187000 ns, racy<=15000 ns 18:03:08.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.807768000, lastModified=2023-03-25 18:03:08.806317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.807768000, lastModified=2023-03-25 18:03:08.806317000, delta=1451000 ns, racy<=15000 ns 18:03:08.807 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.808060000, lastModified=2023-03-25 18:03:08.807317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.808060000, lastModified=2023-03-25 18:03:08.807317000, delta=743000 ns, racy<=15000 ns 18:03:08.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.808332000, lastModified=2023-03-25 18:03:08.807317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.808332000, lastModified=2023-03-25 18:03:08.807317000, delta=1015000 ns, racy<=15000 ns 18:03:08.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.808603000, lastModified=2023-03-25 18:03:08.807317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.808603000, lastModified=2023-03-25 18:03:08.807317000, delta=1286000 ns, racy<=15000 ns 18:03:08.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.808 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.808862000, lastModified=2023-03-25 18:03:08.807317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.807317000 to 2023-03-25 18:03:08.808317000 18:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.809159000, lastModified=2023-03-25 18:03:08.808317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.809159000, lastModified=2023-03-25 18:03:08.808317000, delta=842000 ns, racy<=15000 ns 18:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.809434000, lastModified=2023-03-25 18:03:08.808317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.809434000, lastModified=2023-03-25 18:03:08.808317000, delta=1117000 ns, racy<=15000 ns 18:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.809711000, lastModified=2023-03-25 18:03:08.808317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.809711000, lastModified=2023-03-25 18:03:08.808317000, delta=1394000 ns, racy<=15000 ns 18:03:08.809 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.809993000, lastModified=2023-03-25 18:03:08.809317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.809993000, lastModified=2023-03-25 18:03:08.809317000, delta=676000 ns, racy<=15000 ns 18:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.810281000, lastModified=2023-03-25 18:03:08.809317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.810281000, lastModified=2023-03-25 18:03:08.809317000, delta=964000 ns, racy<=15000 ns 18:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.810564000, lastModified=2023-03-25 18:03:08.809317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.810564000, lastModified=2023-03-25 18:03:08.809317000, delta=1247000 ns, racy<=15000 ns 18:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.810 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.810862000, lastModified=2023-03-25 18:03:08.809317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.809317000 to 2023-03-25 18:03:08.810317000 18:03:08.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.811149000, lastModified=2023-03-25 18:03:08.810317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.811149000, lastModified=2023-03-25 18:03:08.810317000, delta=832000 ns, racy<=15000 ns 18:03:08.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.811424000, lastModified=2023-03-25 18:03:08.810317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.811424000, lastModified=2023-03-25 18:03:08.810317000, delta=1107000 ns, racy<=15000 ns 18:03:08.811 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.820206000, lastModified=2023-03-25 18:03:08.810317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.810317000 to 2023-03-25 18:03:08.819317000 18:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.820522000, lastModified=2023-03-25 18:03:08.819317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.820522000, lastModified=2023-03-25 18:03:08.819317000, delta=1205000 ns, racy<=15000 ns 18:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.820804000, lastModified=2023-03-25 18:03:08.819317000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.820 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.819317000 to 2023-03-25 18:03:08.820318000 18:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.821095000, lastModified=2023-03-25 18:03:08.820318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.821095000, lastModified=2023-03-25 18:03:08.820318000, delta=777000 ns, racy<=15000 ns 18:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.821390000, lastModified=2023-03-25 18:03:08.820318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.821390000, lastModified=2023-03-25 18:03:08.820318000, delta=1072000 ns, racy<=15000 ns 18:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.821667000, lastModified=2023-03-25 18:03:08.820318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.821667000, lastModified=2023-03-25 18:03:08.820318000, delta=1349000 ns, racy<=15000 ns 18:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.821 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.821944000, lastModified=2023-03-25 18:03:08.821318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.821944000, lastModified=2023-03-25 18:03:08.821318000, delta=626000 ns, racy<=15000 ns 18:03:08.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.822240000, lastModified=2023-03-25 18:03:08.821318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.822240000, lastModified=2023-03-25 18:03:08.821318000, delta=922000 ns, racy<=15000 ns 18:03:08.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.822517000, lastModified=2023-03-25 18:03:08.821318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.822517000, lastModified=2023-03-25 18:03:08.821318000, delta=1199000 ns, racy<=15000 ns 18:03:08.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.822792000, lastModified=2023-03-25 18:03:08.821318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.822 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.821318000 to 2023-03-25 18:03:08.822318000 18:03:08.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.823065000, lastModified=2023-03-25 18:03:08.822318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.823065000, lastModified=2023-03-25 18:03:08.822318000, delta=747000 ns, racy<=15000 ns 18:03:08.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.823409000, lastModified=2023-03-25 18:03:08.822318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.823409000, lastModified=2023-03-25 18:03:08.822318000, delta=1091000 ns, racy<=15000 ns 18:03:08.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.823756000, lastModified=2023-03-25 18:03:08.822318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.823 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.822318000 to 2023-03-25 18:03:08.823318000 18:03:08.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.824141000, lastModified=2023-03-25 18:03:08.823318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.824141000, lastModified=2023-03-25 18:03:08.823318000, delta=823000 ns, racy<=15000 ns 18:03:08.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.824565000, lastModified=2023-03-25 18:03:08.823318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.824565000, lastModified=2023-03-25 18:03:08.823318000, delta=1247000 ns, racy<=15000 ns 18:03:08.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.824 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.824856000, lastModified=2023-03-25 18:03:08.823318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.823318000 to 2023-03-25 18:03:08.824318000 18:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.825142000, lastModified=2023-03-25 18:03:08.824318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.825142000, lastModified=2023-03-25 18:03:08.824318000, delta=824000 ns, racy<=15000 ns 18:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.825426000, lastModified=2023-03-25 18:03:08.824318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.825426000, lastModified=2023-03-25 18:03:08.824318000, delta=1108000 ns, racy<=15000 ns 18:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.825710000, lastModified=2023-03-25 18:03:08.824318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.825710000, lastModified=2023-03-25 18:03:08.824318000, delta=1392000 ns, racy<=15000 ns 18:03:08.825 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.826007000, lastModified=2023-03-25 18:03:08.825318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.826007000, lastModified=2023-03-25 18:03:08.825318000, delta=689000 ns, racy<=15000 ns 18:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.826299000, lastModified=2023-03-25 18:03:08.825318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.826299000, lastModified=2023-03-25 18:03:08.825318000, delta=981000 ns, racy<=15000 ns 18:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.826573000, lastModified=2023-03-25 18:03:08.825318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.826573000, lastModified=2023-03-25 18:03:08.825318000, delta=1255000 ns, racy<=15000 ns 18:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.826 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.826852000, lastModified=2023-03-25 18:03:08.825318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.825318000 to 2023-03-25 18:03:08.826318000 18:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.827128000, lastModified=2023-03-25 18:03:08.826318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.827128000, lastModified=2023-03-25 18:03:08.826318000, delta=810000 ns, racy<=15000 ns 18:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.827403000, lastModified=2023-03-25 18:03:08.826318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.827403000, lastModified=2023-03-25 18:03:08.826318000, delta=1085000 ns, racy<=15000 ns 18:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.827676000, lastModified=2023-03-25 18:03:08.826318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.827676000, lastModified=2023-03-25 18:03:08.826318000, delta=1358000 ns, racy<=15000 ns 18:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.827 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.827969000, lastModified=2023-03-25 18:03:08.827318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.827969000, lastModified=2023-03-25 18:03:08.827318000, delta=651000 ns, racy<=15000 ns 18:03:08.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.828265000, lastModified=2023-03-25 18:03:08.827318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.828265000, lastModified=2023-03-25 18:03:08.827318000, delta=947000 ns, racy<=15000 ns 18:03:08.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.828552000, lastModified=2023-03-25 18:03:08.827318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.828552000, lastModified=2023-03-25 18:03:08.827318000, delta=1234000 ns, racy<=15000 ns 18:03:08.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.828829000, lastModified=2023-03-25 18:03:08.827318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.828 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.827318000 to 2023-03-25 18:03:08.828318000 18:03:08.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.829096000, lastModified=2023-03-25 18:03:08.828318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.829096000, lastModified=2023-03-25 18:03:08.828318000, delta=778000 ns, racy<=15000 ns 18:03:08.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.829392000, lastModified=2023-03-25 18:03:08.828318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.829392000, lastModified=2023-03-25 18:03:08.828318000, delta=1074000 ns, racy<=15000 ns 18:03:08.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.829662000, lastModified=2023-03-25 18:03:08.828318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.829662000, lastModified=2023-03-25 18:03:08.828318000, delta=1344000 ns, racy<=15000 ns 18:03:08.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.829 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.829957000, lastModified=2023-03-25 18:03:08.829318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.829957000, lastModified=2023-03-25 18:03:08.829318000, delta=639000 ns, racy<=15000 ns 18:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.830247000, lastModified=2023-03-25 18:03:08.829318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.830247000, lastModified=2023-03-25 18:03:08.829318000, delta=929000 ns, racy<=15000 ns 18:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.830532000, lastModified=2023-03-25 18:03:08.829318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.830532000, lastModified=2023-03-25 18:03:08.829318000, delta=1214000 ns, racy<=15000 ns 18:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.830803000, lastModified=2023-03-25 18:03:08.829318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.830 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.829318000 to 2023-03-25 18:03:08.830318000 18:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.831070000, lastModified=2023-03-25 18:03:08.830318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.831070000, lastModified=2023-03-25 18:03:08.830318000, delta=752000 ns, racy<=15000 ns 18:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.831366000, lastModified=2023-03-25 18:03:08.830318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.831366000, lastModified=2023-03-25 18:03:08.830318000, delta=1048000 ns, racy<=15000 ns 18:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.831642000, lastModified=2023-03-25 18:03:08.830318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.831642000, lastModified=2023-03-25 18:03:08.830318000, delta=1324000 ns, racy<=15000 ns 18:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.831 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.831928000, lastModified=2023-03-25 18:03:08.830318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.830318000 to 2023-03-25 18:03:08.831318000 18:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.832207000, lastModified=2023-03-25 18:03:08.831318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.832207000, lastModified=2023-03-25 18:03:08.831318000, delta=889000 ns, racy<=15000 ns 18:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.832502000, lastModified=2023-03-25 18:03:08.831318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.832502000, lastModified=2023-03-25 18:03:08.831318000, delta=1184000 ns, racy<=15000 ns 18:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.832792000, lastModified=2023-03-25 18:03:08.831318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.832 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.831318000 to 2023-03-25 18:03:08.832318000 18:03:08.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.833131000, lastModified=2023-03-25 18:03:08.832318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.833131000, lastModified=2023-03-25 18:03:08.832318000, delta=813000 ns, racy<=15000 ns 18:03:08.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.833465000, lastModified=2023-03-25 18:03:08.832318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.833465000, lastModified=2023-03-25 18:03:08.832318000, delta=1147000 ns, racy<=15000 ns 18:03:08.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.833738000, lastModified=2023-03-25 18:03:08.832318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.833738000, lastModified=2023-03-25 18:03:08.832318000, delta=1420000 ns, racy<=15000 ns 18:03:08.833 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.834033000, lastModified=2023-03-25 18:03:08.833318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.834033000, lastModified=2023-03-25 18:03:08.833318000, delta=715000 ns, racy<=15000 ns 18:03:08.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.834339000, lastModified=2023-03-25 18:03:08.833318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.834339000, lastModified=2023-03-25 18:03:08.833318000, delta=1021000 ns, racy<=15000 ns 18:03:08.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.834623000, lastModified=2023-03-25 18:03:08.833318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.834623000, lastModified=2023-03-25 18:03:08.833318000, delta=1305000 ns, racy<=15000 ns 18:03:08.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.834 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.834906000, lastModified=2023-03-25 18:03:08.833318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.833318000 to 2023-03-25 18:03:08.834318000 18:03:08.835 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.835183000, lastModified=2023-03-25 18:03:08.834318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.835183000, lastModified=2023-03-25 18:03:08.834318000, delta=865000 ns, racy<=15000 ns 18:03:08.838 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.839032000, lastModified=2023-03-25 18:03:08.838318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.839032000, lastModified=2023-03-25 18:03:08.838318000, delta=714000 ns, racy<=15000 ns 18:03:08.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.839329000, lastModified=2023-03-25 18:03:08.838318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.839329000, lastModified=2023-03-25 18:03:08.838318000, delta=1011000 ns, racy<=15000 ns 18:03:08.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.839600000, lastModified=2023-03-25 18:03:08.838318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.839600000, lastModified=2023-03-25 18:03:08.838318000, delta=1282000 ns, racy<=15000 ns 18:03:08.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.839 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.839880000, lastModified=2023-03-25 18:03:08.838318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.838318000 to 2023-03-25 18:03:08.839318000 18:03:08.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.840168000, lastModified=2023-03-25 18:03:08.839318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.840168000, lastModified=2023-03-25 18:03:08.839318000, delta=850000 ns, racy<=15000 ns 18:03:08.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.840441000, lastModified=2023-03-25 18:03:08.839318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.840441000, lastModified=2023-03-25 18:03:08.839318000, delta=1123000 ns, racy<=15000 ns 18:03:08.840 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.841241000, lastModified=2023-03-25 18:03:08.840318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.841241000, lastModified=2023-03-25 18:03:08.840318000, delta=923000 ns, racy<=15000 ns 18:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.841571000, lastModified=2023-03-25 18:03:08.840318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.841571000, lastModified=2023-03-25 18:03:08.840318000, delta=1253000 ns, racy<=15000 ns 18:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.841 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.841854000, lastModified=2023-03-25 18:03:08.840318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.840318000 to 2023-03-25 18:03:08.841318000 18:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.842185000, lastModified=2023-03-25 18:03:08.841318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.842185000, lastModified=2023-03-25 18:03:08.841318000, delta=867000 ns, racy<=15000 ns 18:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.842477000, lastModified=2023-03-25 18:03:08.841318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.842477000, lastModified=2023-03-25 18:03:08.841318000, delta=1159000 ns, racy<=15000 ns 18:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.842737000, lastModified=2023-03-25 18:03:08.841318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.842737000, lastModified=2023-03-25 18:03:08.841318000, delta=1419000 ns, racy<=15000 ns 18:03:08.842 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.843020000, lastModified=2023-03-25 18:03:08.842318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.843020000, lastModified=2023-03-25 18:03:08.842318000, delta=702000 ns, racy<=15000 ns 18:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.843302000, lastModified=2023-03-25 18:03:08.842318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.843302000, lastModified=2023-03-25 18:03:08.842318000, delta=984000 ns, racy<=15000 ns 18:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.843571000, lastModified=2023-03-25 18:03:08.842318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.843571000, lastModified=2023-03-25 18:03:08.842318000, delta=1253000 ns, racy<=15000 ns 18:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.843831000, lastModified=2023-03-25 18:03:08.842318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.843 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.842318000 to 2023-03-25 18:03:08.843318000 18:03:08.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.844083000, lastModified=2023-03-25 18:03:08.843318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.844083000, lastModified=2023-03-25 18:03:08.843318000, delta=765000 ns, racy<=15000 ns 18:03:08.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.844372000, lastModified=2023-03-25 18:03:08.843318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.844372000, lastModified=2023-03-25 18:03:08.843318000, delta=1054000 ns, racy<=15000 ns 18:03:08.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.844630000, lastModified=2023-03-25 18:03:08.843318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.844630000, lastModified=2023-03-25 18:03:08.843318000, delta=1312000 ns, racy<=15000 ns 18:03:08.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.844 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.844898000, lastModified=2023-03-25 18:03:08.843318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.843318000 to 2023-03-25 18:03:08.844318000 18:03:08.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.845170000, lastModified=2023-03-25 18:03:08.844318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.845170000, lastModified=2023-03-25 18:03:08.844318000, delta=852000 ns, racy<=15000 ns 18:03:08.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.845440000, lastModified=2023-03-25 18:03:08.844318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.845440000, lastModified=2023-03-25 18:03:08.844318000, delta=1122000 ns, racy<=15000 ns 18:03:08.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.845702000, lastModified=2023-03-25 18:03:08.844318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.845702000, lastModified=2023-03-25 18:03:08.844318000, delta=1384000 ns, racy<=15000 ns 18:03:08.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.845 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.845968000, lastModified=2023-03-25 18:03:08.845318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.845968000, lastModified=2023-03-25 18:03:08.845318000, delta=650000 ns, racy<=15000 ns 18:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.846296000, lastModified=2023-03-25 18:03:08.845318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.846296000, lastModified=2023-03-25 18:03:08.845318000, delta=978000 ns, racy<=15000 ns 18:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.846578000, lastModified=2023-03-25 18:03:08.845318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.846578000, lastModified=2023-03-25 18:03:08.845318000, delta=1260000 ns, racy<=15000 ns 18:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.846 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.846856000, lastModified=2023-03-25 18:03:08.845318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.845318000 to 2023-03-25 18:03:08.846318000 18:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.847158000, lastModified=2023-03-25 18:03:08.846318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.847158000, lastModified=2023-03-25 18:03:08.846318000, delta=840000 ns, racy<=15000 ns 18:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.847441000, lastModified=2023-03-25 18:03:08.846318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.847441000, lastModified=2023-03-25 18:03:08.846318000, delta=1123000 ns, racy<=15000 ns 18:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.847723000, lastModified=2023-03-25 18:03:08.846318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.847723000, lastModified=2023-03-25 18:03:08.846318000, delta=1405000 ns, racy<=15000 ns 18:03:08.847 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.848016000, lastModified=2023-03-25 18:03:08.847318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.848016000, lastModified=2023-03-25 18:03:08.847318000, delta=698000 ns, racy<=15000 ns 18:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.848305000, lastModified=2023-03-25 18:03:08.847318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.848305000, lastModified=2023-03-25 18:03:08.847318000, delta=987000 ns, racy<=15000 ns 18:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.848616000, lastModified=2023-03-25 18:03:08.847318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.848616000, lastModified=2023-03-25 18:03:08.847318000, delta=1298000 ns, racy<=15000 ns 18:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.848 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.848911000, lastModified=2023-03-25 18:03:08.847318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.847318000 to 2023-03-25 18:03:08.848318000 18:03:08.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.849188000, lastModified=2023-03-25 18:03:08.848318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.849188000, lastModified=2023-03-25 18:03:08.848318000, delta=870000 ns, racy<=15000 ns 18:03:08.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.849469000, lastModified=2023-03-25 18:03:08.848318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.849469000, lastModified=2023-03-25 18:03:08.848318000, delta=1151000 ns, racy<=15000 ns 18:03:08.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.849792000, lastModified=2023-03-25 18:03:08.848318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.849 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.848318000 to 2023-03-25 18:03:08.849318000 18:03:08.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.850082000, lastModified=2023-03-25 18:03:08.849318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.850082000, lastModified=2023-03-25 18:03:08.849318000, delta=764000 ns, racy<=15000 ns 18:03:08.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.850395000, lastModified=2023-03-25 18:03:08.849318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.850395000, lastModified=2023-03-25 18:03:08.849318000, delta=1077000 ns, racy<=15000 ns 18:03:08.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.850681000, lastModified=2023-03-25 18:03:08.849318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.850681000, lastModified=2023-03-25 18:03:08.849318000, delta=1363000 ns, racy<=15000 ns 18:03:08.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.850 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.850984000, lastModified=2023-03-25 18:03:08.850318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.850984000, lastModified=2023-03-25 18:03:08.850318000, delta=666000 ns, racy<=15000 ns 18:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.851285000, lastModified=2023-03-25 18:03:08.850318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.851285000, lastModified=2023-03-25 18:03:08.850318000, delta=967000 ns, racy<=15000 ns 18:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.851564000, lastModified=2023-03-25 18:03:08.850318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.851564000, lastModified=2023-03-25 18:03:08.850318000, delta=1246000 ns, racy<=15000 ns 18:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.851 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.851846000, lastModified=2023-03-25 18:03:08.850318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.850318000 to 2023-03-25 18:03:08.851318000 18:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.852136000, lastModified=2023-03-25 18:03:08.851318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.852136000, lastModified=2023-03-25 18:03:08.851318000, delta=818000 ns, racy<=15000 ns 18:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.852413000, lastModified=2023-03-25 18:03:08.851318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.852413000, lastModified=2023-03-25 18:03:08.851318000, delta=1095000 ns, racy<=15000 ns 18:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.852706000, lastModified=2023-03-25 18:03:08.851318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.852706000, lastModified=2023-03-25 18:03:08.851318000, delta=1388000 ns, racy<=15000 ns 18:03:08.852 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.853019000, lastModified=2023-03-25 18:03:08.852318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.853019000, lastModified=2023-03-25 18:03:08.852318000, delta=701000 ns, racy<=15000 ns 18:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.853332000, lastModified=2023-03-25 18:03:08.852318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.853332000, lastModified=2023-03-25 18:03:08.852318000, delta=1014000 ns, racy<=15000 ns 18:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.853618000, lastModified=2023-03-25 18:03:08.852318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.853618000, lastModified=2023-03-25 18:03:08.852318000, delta=1300000 ns, racy<=15000 ns 18:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.853 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.853913000, lastModified=2023-03-25 18:03:08.852318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.854 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.852318000 to 2023-03-25 18:03:08.853318000 18:03:08.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.861599000, lastModified=2023-03-25 18:03:08.853318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.853318000 to 2023-03-25 18:03:08.860318000 18:03:08.861 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.861914000, lastModified=2023-03-25 18:03:08.860318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.860318000 to 2023-03-25 18:03:08.861318000 18:03:08.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.862190000, lastModified=2023-03-25 18:03:08.861318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.862190000, lastModified=2023-03-25 18:03:08.861318000, delta=872000 ns, racy<=15000 ns 18:03:08.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.862473000, lastModified=2023-03-25 18:03:08.861318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.862473000, lastModified=2023-03-25 18:03:08.861318000, delta=1155000 ns, racy<=15000 ns 18:03:08.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.862763000, lastModified=2023-03-25 18:03:08.861318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.862763000, lastModified=2023-03-25 18:03:08.861318000, delta=1445000 ns, racy<=15000 ns 18:03:08.862 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.863063000, lastModified=2023-03-25 18:03:08.862318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.863063000, lastModified=2023-03-25 18:03:08.862318000, delta=745000 ns, racy<=15000 ns 18:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.863354000, lastModified=2023-03-25 18:03:08.862318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.863354000, lastModified=2023-03-25 18:03:08.862318000, delta=1036000 ns, racy<=15000 ns 18:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.863638000, lastModified=2023-03-25 18:03:08.862318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.863638000, lastModified=2023-03-25 18:03:08.862318000, delta=1320000 ns, racy<=15000 ns 18:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.863 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.863925000, lastModified=2023-03-25 18:03:08.862318000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.862318000 to 2023-03-25 18:03:08.863319000 18:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.864197000, lastModified=2023-03-25 18:03:08.863319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.864197000, lastModified=2023-03-25 18:03:08.863319000, delta=878000 ns, racy<=15000 ns 18:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.864505000, lastModified=2023-03-25 18:03:08.863319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.864505000, lastModified=2023-03-25 18:03:08.863319000, delta=1186000 ns, racy<=15000 ns 18:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.864 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.864806000, lastModified=2023-03-25 18:03:08.863319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.863319000 to 2023-03-25 18:03:08.864319000 18:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.865152000, lastModified=2023-03-25 18:03:08.864319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.865152000, lastModified=2023-03-25 18:03:08.864319000, delta=833000 ns, racy<=15000 ns 18:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.865443000, lastModified=2023-03-25 18:03:08.864319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.865443000, lastModified=2023-03-25 18:03:08.864319000, delta=1124000 ns, racy<=15000 ns 18:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.865778000, lastModified=2023-03-25 18:03:08.864319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.865778000, lastModified=2023-03-25 18:03:08.864319000, delta=1459000 ns, racy<=15000 ns 18:03:08.865 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.866111000, lastModified=2023-03-25 18:03:08.865319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.866111000, lastModified=2023-03-25 18:03:08.865319000, delta=792000 ns, racy<=15000 ns 18:03:08.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.866428000, lastModified=2023-03-25 18:03:08.865319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.866428000, lastModified=2023-03-25 18:03:08.865319000, delta=1109000 ns, racy<=15000 ns 18:03:08.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.866764000, lastModified=2023-03-25 18:03:08.865319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.866 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.865319000 to 2023-03-25 18:03:08.866319000 18:03:08.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.867084000, lastModified=2023-03-25 18:03:08.866319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.867084000, lastModified=2023-03-25 18:03:08.866319000, delta=765000 ns, racy<=15000 ns 18:03:08.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.867394000, lastModified=2023-03-25 18:03:08.866319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.867394000, lastModified=2023-03-25 18:03:08.866319000, delta=1075000 ns, racy<=15000 ns 18:03:08.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.867685000, lastModified=2023-03-25 18:03:08.866319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.867685000, lastModified=2023-03-25 18:03:08.866319000, delta=1366000 ns, racy<=15000 ns 18:03:08.867 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.868007000, lastModified=2023-03-25 18:03:08.867319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.868007000, lastModified=2023-03-25 18:03:08.867319000, delta=688000 ns, racy<=15000 ns 18:03:08.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.868404000, lastModified=2023-03-25 18:03:08.867319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.868404000, lastModified=2023-03-25 18:03:08.867319000, delta=1085000 ns, racy<=15000 ns 18:03:08.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.868693000, lastModified=2023-03-25 18:03:08.867319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.868693000, lastModified=2023-03-25 18:03:08.867319000, delta=1374000 ns, racy<=15000 ns 18:03:08.868 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.869030000, lastModified=2023-03-25 18:03:08.868319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.869030000, lastModified=2023-03-25 18:03:08.868319000, delta=711000 ns, racy<=15000 ns 18:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.869328000, lastModified=2023-03-25 18:03:08.868319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.869328000, lastModified=2023-03-25 18:03:08.868319000, delta=1009000 ns, racy<=15000 ns 18:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.869601000, lastModified=2023-03-25 18:03:08.868319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.869601000, lastModified=2023-03-25 18:03:08.868319000, delta=1282000 ns, racy<=15000 ns 18:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.869 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.869880000, lastModified=2023-03-25 18:03:08.868319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.868319000 to 2023-03-25 18:03:08.869319000 18:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.870175000, lastModified=2023-03-25 18:03:08.869319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.870175000, lastModified=2023-03-25 18:03:08.869319000, delta=856000 ns, racy<=15000 ns 18:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.870467000, lastModified=2023-03-25 18:03:08.869319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.870467000, lastModified=2023-03-25 18:03:08.869319000, delta=1148000 ns, racy<=15000 ns 18:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.870758000, lastModified=2023-03-25 18:03:08.869319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.870758000, lastModified=2023-03-25 18:03:08.869319000, delta=1439000 ns, racy<=15000 ns 18:03:08.870 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.871079000, lastModified=2023-03-25 18:03:08.870319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.871079000, lastModified=2023-03-25 18:03:08.870319000, delta=760000 ns, racy<=15000 ns 18:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.871377000, lastModified=2023-03-25 18:03:08.870319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.871377000, lastModified=2023-03-25 18:03:08.870319000, delta=1058000 ns, racy<=15000 ns 18:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.871673000, lastModified=2023-03-25 18:03:08.870319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.871673000, lastModified=2023-03-25 18:03:08.870319000, delta=1354000 ns, racy<=15000 ns 18:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.871 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.871978000, lastModified=2023-03-25 18:03:08.871319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.871978000, lastModified=2023-03-25 18:03:08.871319000, delta=659000 ns, racy<=15000 ns 18:03:08.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.872282000, lastModified=2023-03-25 18:03:08.871319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.872282000, lastModified=2023-03-25 18:03:08.871319000, delta=963000 ns, racy<=15000 ns 18:03:08.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.872572000, lastModified=2023-03-25 18:03:08.871319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.872572000, lastModified=2023-03-25 18:03:08.871319000, delta=1253000 ns, racy<=15000 ns 18:03:08.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.872 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.872861000, lastModified=2023-03-25 18:03:08.871319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.871319000 to 2023-03-25 18:03:08.872319000 18:03:08.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.873172000, lastModified=2023-03-25 18:03:08.872319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.873172000, lastModified=2023-03-25 18:03:08.872319000, delta=853000 ns, racy<=15000 ns 18:03:08.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.873462000, lastModified=2023-03-25 18:03:08.872319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.873462000, lastModified=2023-03-25 18:03:08.872319000, delta=1143000 ns, racy<=15000 ns 18:03:08.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.873757000, lastModified=2023-03-25 18:03:08.872319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.873757000, lastModified=2023-03-25 18:03:08.872319000, delta=1438000 ns, racy<=15000 ns 18:03:08.873 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.874044000, lastModified=2023-03-25 18:03:08.873319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.874044000, lastModified=2023-03-25 18:03:08.873319000, delta=725000 ns, racy<=15000 ns 18:03:08.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.874336000, lastModified=2023-03-25 18:03:08.873319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.874336000, lastModified=2023-03-25 18:03:08.873319000, delta=1017000 ns, racy<=15000 ns 18:03:08.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.874611000, lastModified=2023-03-25 18:03:08.873319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.874611000, lastModified=2023-03-25 18:03:08.873319000, delta=1292000 ns, racy<=15000 ns 18:03:08.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.874 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.874897000, lastModified=2023-03-25 18:03:08.873319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.873319000 to 2023-03-25 18:03:08.874319000 18:03:08.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.875166000, lastModified=2023-03-25 18:03:08.874319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.875166000, lastModified=2023-03-25 18:03:08.874319000, delta=847000 ns, racy<=15000 ns 18:03:08.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.875448000, lastModified=2023-03-25 18:03:08.874319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.875448000, lastModified=2023-03-25 18:03:08.874319000, delta=1129000 ns, racy<=15000 ns 18:03:08.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.875723000, lastModified=2023-03-25 18:03:08.874319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.875723000, lastModified=2023-03-25 18:03:08.874319000, delta=1404000 ns, racy<=15000 ns 18:03:08.875 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.876016000, lastModified=2023-03-25 18:03:08.875319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.876016000, lastModified=2023-03-25 18:03:08.875319000, delta=697000 ns, racy<=15000 ns 18:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.876323000, lastModified=2023-03-25 18:03:08.875319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.876323000, lastModified=2023-03-25 18:03:08.875319000, delta=1004000 ns, racy<=15000 ns 18:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.876598000, lastModified=2023-03-25 18:03:08.875319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.876598000, lastModified=2023-03-25 18:03:08.875319000, delta=1279000 ns, racy<=15000 ns 18:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.876 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.876873000, lastModified=2023-03-25 18:03:08.875319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.881 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.875319000 to 2023-03-25 18:03:08.876319000 18:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.882045000, lastModified=2023-03-25 18:03:08.881319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.882045000, lastModified=2023-03-25 18:03:08.881319000, delta=726000 ns, racy<=15000 ns 18:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.882339000, lastModified=2023-03-25 18:03:08.881319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.882339000, lastModified=2023-03-25 18:03:08.881319000, delta=1020000 ns, racy<=15000 ns 18:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.882622000, lastModified=2023-03-25 18:03:08.881319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.882622000, lastModified=2023-03-25 18:03:08.881319000, delta=1303000 ns, racy<=15000 ns 18:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.882 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.882926000, lastModified=2023-03-25 18:03:08.881319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.881319000 to 2023-03-25 18:03:08.882319000 18:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.883204000, lastModified=2023-03-25 18:03:08.882319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.883204000, lastModified=2023-03-25 18:03:08.882319000, delta=885000 ns, racy<=15000 ns 18:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.883481000, lastModified=2023-03-25 18:03:08.882319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.883481000, lastModified=2023-03-25 18:03:08.882319000, delta=1162000 ns, racy<=15000 ns 18:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.883766000, lastModified=2023-03-25 18:03:08.882319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.883766000, lastModified=2023-03-25 18:03:08.882319000, delta=1447000 ns, racy<=15000 ns 18:03:08.883 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.884061000, lastModified=2023-03-25 18:03:08.883319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.884061000, lastModified=2023-03-25 18:03:08.883319000, delta=742000 ns, racy<=15000 ns 18:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.884355000, lastModified=2023-03-25 18:03:08.883319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.884355000, lastModified=2023-03-25 18:03:08.883319000, delta=1036000 ns, racy<=15000 ns 18:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.884628000, lastModified=2023-03-25 18:03:08.883319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.884628000, lastModified=2023-03-25 18:03:08.883319000, delta=1309000 ns, racy<=15000 ns 18:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.884 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.884914000, lastModified=2023-03-25 18:03:08.883319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.883319000 to 2023-03-25 18:03:08.884319000 18:03:08.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.885183000, lastModified=2023-03-25 18:03:08.884319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.885183000, lastModified=2023-03-25 18:03:08.884319000, delta=864000 ns, racy<=15000 ns 18:03:08.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.885464000, lastModified=2023-03-25 18:03:08.884319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.885464000, lastModified=2023-03-25 18:03:08.884319000, delta=1145000 ns, racy<=15000 ns 18:03:08.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.885746000, lastModified=2023-03-25 18:03:08.884319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.885746000, lastModified=2023-03-25 18:03:08.884319000, delta=1427000 ns, racy<=15000 ns 18:03:08.885 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.886044000, lastModified=2023-03-25 18:03:08.885319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.886044000, lastModified=2023-03-25 18:03:08.885319000, delta=725000 ns, racy<=15000 ns 18:03:08.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.886333000, lastModified=2023-03-25 18:03:08.885319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.886333000, lastModified=2023-03-25 18:03:08.885319000, delta=1014000 ns, racy<=15000 ns 18:03:08.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.886 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.886610000, lastModified=2023-03-25 18:03:08.885319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.886610000, lastModified=2023-03-25 18:03:08.885319000, delta=1291000 ns, racy<=15000 ns 18:03:08.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.887478000, lastModified=2023-03-25 18:03:08.886319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.887478000, lastModified=2023-03-25 18:03:08.886319000, delta=1159000 ns, racy<=15000 ns 18:03:08.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.887762000, lastModified=2023-03-25 18:03:08.886319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.887762000, lastModified=2023-03-25 18:03:08.886319000, delta=1443000 ns, racy<=15000 ns 18:03:08.887 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.888058000, lastModified=2023-03-25 18:03:08.887319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.888058000, lastModified=2023-03-25 18:03:08.887319000, delta=739000 ns, racy<=15000 ns 18:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.888346000, lastModified=2023-03-25 18:03:08.887319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.888346000, lastModified=2023-03-25 18:03:08.887319000, delta=1027000 ns, racy<=15000 ns 18:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.888624000, lastModified=2023-03-25 18:03:08.887319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.888624000, lastModified=2023-03-25 18:03:08.887319000, delta=1305000 ns, racy<=15000 ns 18:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.888 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.888934000, lastModified=2023-03-25 18:03:08.887319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.887319000 to 2023-03-25 18:03:08.888319000 18:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.889215000, lastModified=2023-03-25 18:03:08.888319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.889215000, lastModified=2023-03-25 18:03:08.888319000, delta=896000 ns, racy<=15000 ns 18:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.889507000, lastModified=2023-03-25 18:03:08.888319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.889507000, lastModified=2023-03-25 18:03:08.888319000, delta=1188000 ns, racy<=15000 ns 18:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.889789000, lastModified=2023-03-25 18:03:08.888319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.889 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.888319000 to 2023-03-25 18:03:08.889319000 18:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.890075000, lastModified=2023-03-25 18:03:08.889319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.890075000, lastModified=2023-03-25 18:03:08.889319000, delta=756000 ns, racy<=15000 ns 18:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.890392000, lastModified=2023-03-25 18:03:08.889319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.890392000, lastModified=2023-03-25 18:03:08.889319000, delta=1073000 ns, racy<=15000 ns 18:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.890684000, lastModified=2023-03-25 18:03:08.889319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.890684000, lastModified=2023-03-25 18:03:08.889319000, delta=1365000 ns, racy<=15000 ns 18:03:08.890 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.891034000, lastModified=2023-03-25 18:03:08.890319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.891034000, lastModified=2023-03-25 18:03:08.890319000, delta=715000 ns, racy<=15000 ns 18:03:08.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.891351000, lastModified=2023-03-25 18:03:08.890319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.891351000, lastModified=2023-03-25 18:03:08.890319000, delta=1032000 ns, racy<=15000 ns 18:03:08.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.891623000, lastModified=2023-03-25 18:03:08.890319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.891623000, lastModified=2023-03-25 18:03:08.890319000, delta=1304000 ns, racy<=15000 ns 18:03:08.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.891 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.891901000, lastModified=2023-03-25 18:03:08.890319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.890319000 to 2023-03-25 18:03:08.891319000 18:03:08.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.892174000, lastModified=2023-03-25 18:03:08.891319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.892174000, lastModified=2023-03-25 18:03:08.891319000, delta=855000 ns, racy<=15000 ns 18:03:08.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.892452000, lastModified=2023-03-25 18:03:08.891319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.892452000, lastModified=2023-03-25 18:03:08.891319000, delta=1133000 ns, racy<=15000 ns 18:03:08.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.892730000, lastModified=2023-03-25 18:03:08.891319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.892730000, lastModified=2023-03-25 18:03:08.891319000, delta=1411000 ns, racy<=15000 ns 18:03:08.892 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.893017000, lastModified=2023-03-25 18:03:08.892319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.893017000, lastModified=2023-03-25 18:03:08.892319000, delta=698000 ns, racy<=15000 ns 18:03:08.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.893311000, lastModified=2023-03-25 18:03:08.892319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.893311000, lastModified=2023-03-25 18:03:08.892319000, delta=992000 ns, racy<=15000 ns 18:03:08.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.893591000, lastModified=2023-03-25 18:03:08.892319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.893591000, lastModified=2023-03-25 18:03:08.892319000, delta=1272000 ns, racy<=15000 ns 18:03:08.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.893 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.893871000, lastModified=2023-03-25 18:03:08.892319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.892319000 to 2023-03-25 18:03:08.893319000 18:03:08.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.894147000, lastModified=2023-03-25 18:03:08.893319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.894147000, lastModified=2023-03-25 18:03:08.893319000, delta=828000 ns, racy<=15000 ns 18:03:08.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.894427000, lastModified=2023-03-25 18:03:08.893319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.894427000, lastModified=2023-03-25 18:03:08.893319000, delta=1108000 ns, racy<=15000 ns 18:03:08.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.894699000, lastModified=2023-03-25 18:03:08.893319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.894699000, lastModified=2023-03-25 18:03:08.893319000, delta=1380000 ns, racy<=15000 ns 18:03:08.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.894 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.894988000, lastModified=2023-03-25 18:03:08.894319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.894988000, lastModified=2023-03-25 18:03:08.894319000, delta=669000 ns, racy<=15000 ns 18:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.895283000, lastModified=2023-03-25 18:03:08.894319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.895283000, lastModified=2023-03-25 18:03:08.894319000, delta=964000 ns, racy<=15000 ns 18:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.895560000, lastModified=2023-03-25 18:03:08.894319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.895560000, lastModified=2023-03-25 18:03:08.894319000, delta=1241000 ns, racy<=15000 ns 18:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.895 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.895841000, lastModified=2023-03-25 18:03:08.894319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.894319000 to 2023-03-25 18:03:08.895319000 18:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.896135000, lastModified=2023-03-25 18:03:08.895319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.896135000, lastModified=2023-03-25 18:03:08.895319000, delta=816000 ns, racy<=15000 ns 18:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.896437000, lastModified=2023-03-25 18:03:08.895319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.896437000, lastModified=2023-03-25 18:03:08.895319000, delta=1118000 ns, racy<=15000 ns 18:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.896736000, lastModified=2023-03-25 18:03:08.895319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.896736000, lastModified=2023-03-25 18:03:08.895319000, delta=1417000 ns, racy<=15000 ns 18:03:08.896 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.897044000, lastModified=2023-03-25 18:03:08.896319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.897044000, lastModified=2023-03-25 18:03:08.896319000, delta=725000 ns, racy<=15000 ns 18:03:08.897 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.899657000, lastModified=2023-03-25 18:03:08.896319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.896319000 to 2023-03-25 18:03:08.898319000 18:03:08.899 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.899980000, lastModified=2023-03-25 18:03:08.899319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.899980000, lastModified=2023-03-25 18:03:08.899319000, delta=661000 ns, racy<=15000 ns 18:03:08.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.900278000, lastModified=2023-03-25 18:03:08.899319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.900278000, lastModified=2023-03-25 18:03:08.899319000, delta=959000 ns, racy<=15000 ns 18:03:08.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.900565000, lastModified=2023-03-25 18:03:08.899319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.900565000, lastModified=2023-03-25 18:03:08.899319000, delta=1246000 ns, racy<=15000 ns 18:03:08.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.900 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.900847000, lastModified=2023-03-25 18:03:08.899319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.899319000 to 2023-03-25 18:03:08.900319000 18:03:08.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.901186000, lastModified=2023-03-25 18:03:08.900319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.901186000, lastModified=2023-03-25 18:03:08.900319000, delta=867000 ns, racy<=15000 ns 18:03:08.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.901481000, lastModified=2023-03-25 18:03:08.900319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.901481000, lastModified=2023-03-25 18:03:08.900319000, delta=1162000 ns, racy<=15000 ns 18:03:08.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.901787000, lastModified=2023-03-25 18:03:08.900319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.901 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.900319000 to 2023-03-25 18:03:08.901319000 18:03:08.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.902085000, lastModified=2023-03-25 18:03:08.901319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.902085000, lastModified=2023-03-25 18:03:08.901319000, delta=766000 ns, racy<=15000 ns 18:03:08.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.902381000, lastModified=2023-03-25 18:03:08.901319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.902381000, lastModified=2023-03-25 18:03:08.901319000, delta=1062000 ns, racy<=15000 ns 18:03:08.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.902668000, lastModified=2023-03-25 18:03:08.901319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.902668000, lastModified=2023-03-25 18:03:08.901319000, delta=1349000 ns, racy<=15000 ns 18:03:08.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.902 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.902959000, lastModified=2023-03-25 18:03:08.902319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.902959000, lastModified=2023-03-25 18:03:08.902319000, delta=640000 ns, racy<=15000 ns 18:03:08.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.903253000, lastModified=2023-03-25 18:03:08.902319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.903253000, lastModified=2023-03-25 18:03:08.902319000, delta=934000 ns, racy<=15000 ns 18:03:08.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.903541000, lastModified=2023-03-25 18:03:08.902319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.903541000, lastModified=2023-03-25 18:03:08.902319000, delta=1222000 ns, racy<=15000 ns 18:03:08.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.903 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.903825000, lastModified=2023-03-25 18:03:08.902319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.902319000 to 2023-03-25 18:03:08.903319000 18:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.904159000, lastModified=2023-03-25 18:03:08.903319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.904159000, lastModified=2023-03-25 18:03:08.903319000, delta=840000 ns, racy<=15000 ns 18:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.904446000, lastModified=2023-03-25 18:03:08.903319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.904446000, lastModified=2023-03-25 18:03:08.903319000, delta=1127000 ns, racy<=15000 ns 18:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.904741000, lastModified=2023-03-25 18:03:08.903319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.904741000, lastModified=2023-03-25 18:03:08.903319000, delta=1422000 ns, racy<=15000 ns 18:03:08.904 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.905031000, lastModified=2023-03-25 18:03:08.904319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.905031000, lastModified=2023-03-25 18:03:08.904319000, delta=712000 ns, racy<=15000 ns 18:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.905333000, lastModified=2023-03-25 18:03:08.904319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.905333000, lastModified=2023-03-25 18:03:08.904319000, delta=1014000 ns, racy<=15000 ns 18:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.905615000, lastModified=2023-03-25 18:03:08.904319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.905615000, lastModified=2023-03-25 18:03:08.904319000, delta=1296000 ns, racy<=15000 ns 18:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.905 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.905911000, lastModified=2023-03-25 18:03:08.904319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.904319000 to 2023-03-25 18:03:08.905319000 18:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.906186000, lastModified=2023-03-25 18:03:08.905319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.906186000, lastModified=2023-03-25 18:03:08.905319000, delta=867000 ns, racy<=15000 ns 18:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.906478000, lastModified=2023-03-25 18:03:08.905319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.906478000, lastModified=2023-03-25 18:03:08.905319000, delta=1159000 ns, racy<=15000 ns 18:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.906762000, lastModified=2023-03-25 18:03:08.905319000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.906762000, lastModified=2023-03-25 18:03:08.905319000, delta=1443000 ns, racy<=15000 ns 18:03:08.906 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.907054000, lastModified=2023-03-25 18:03:08.906320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.907054000, lastModified=2023-03-25 18:03:08.906320000, delta=734000 ns, racy<=15000 ns 18:03:08.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.907354000, lastModified=2023-03-25 18:03:08.906320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.907354000, lastModified=2023-03-25 18:03:08.906320000, delta=1034000 ns, racy<=15000 ns 18:03:08.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.907638000, lastModified=2023-03-25 18:03:08.906320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.907638000, lastModified=2023-03-25 18:03:08.906320000, delta=1318000 ns, racy<=15000 ns 18:03:08.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.907 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.907951000, lastModified=2023-03-25 18:03:08.906320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.906320000 to 2023-03-25 18:03:08.907320000 18:03:08.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.908226000, lastModified=2023-03-25 18:03:08.907320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.908226000, lastModified=2023-03-25 18:03:08.907320000, delta=906000 ns, racy<=15000 ns 18:03:08.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.908514000, lastModified=2023-03-25 18:03:08.907320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.908514000, lastModified=2023-03-25 18:03:08.907320000, delta=1194000 ns, racy<=15000 ns 18:03:08.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.908787000, lastModified=2023-03-25 18:03:08.907320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.908 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.907320000 to 2023-03-25 18:03:08.908320000 18:03:08.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.909059000, lastModified=2023-03-25 18:03:08.908320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.909059000, lastModified=2023-03-25 18:03:08.908320000, delta=739000 ns, racy<=15000 ns 18:03:08.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.909348000, lastModified=2023-03-25 18:03:08.908320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.909348000, lastModified=2023-03-25 18:03:08.908320000, delta=1028000 ns, racy<=15000 ns 18:03:08.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.909620000, lastModified=2023-03-25 18:03:08.908320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.909620000, lastModified=2023-03-25 18:03:08.908320000, delta=1300000 ns, racy<=15000 ns 18:03:08.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.909 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.909904000, lastModified=2023-03-25 18:03:08.908320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.908320000 to 2023-03-25 18:03:08.909320000 18:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.910232000, lastModified=2023-03-25 18:03:08.909320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.910232000, lastModified=2023-03-25 18:03:08.909320000, delta=912000 ns, racy<=15000 ns 18:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.910520000, lastModified=2023-03-25 18:03:08.909320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.910520000, lastModified=2023-03-25 18:03:08.909320000, delta=1200000 ns, racy<=15000 ns 18:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.910 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.910846000, lastModified=2023-03-25 18:03:08.909320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.909320000 to 2023-03-25 18:03:08.910320000 18:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.911135000, lastModified=2023-03-25 18:03:08.910320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.911135000, lastModified=2023-03-25 18:03:08.910320000, delta=815000 ns, racy<=15000 ns 18:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.911429000, lastModified=2023-03-25 18:03:08.910320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.911429000, lastModified=2023-03-25 18:03:08.910320000, delta=1109000 ns, racy<=15000 ns 18:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.911721000, lastModified=2023-03-25 18:03:08.910320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.911721000, lastModified=2023-03-25 18:03:08.910320000, delta=1401000 ns, racy<=15000 ns 18:03:08.911 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.912025000, lastModified=2023-03-25 18:03:08.911320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.912025000, lastModified=2023-03-25 18:03:08.911320000, delta=705000 ns, racy<=15000 ns 18:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.912319000, lastModified=2023-03-25 18:03:08.911320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.912319000, lastModified=2023-03-25 18:03:08.911320000, delta=999000 ns, racy<=15000 ns 18:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.912593000, lastModified=2023-03-25 18:03:08.911320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.912593000, lastModified=2023-03-25 18:03:08.911320000, delta=1273000 ns, racy<=15000 ns 18:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.912 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.912880000, lastModified=2023-03-25 18:03:08.911320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.911320000 to 2023-03-25 18:03:08.912320000 18:03:08.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.913164000, lastModified=2023-03-25 18:03:08.912320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.913164000, lastModified=2023-03-25 18:03:08.912320000, delta=844000 ns, racy<=15000 ns 18:03:08.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.913440000, lastModified=2023-03-25 18:03:08.912320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.913440000, lastModified=2023-03-25 18:03:08.912320000, delta=1120000 ns, racy<=15000 ns 18:03:08.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.913730000, lastModified=2023-03-25 18:03:08.912320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.913730000, lastModified=2023-03-25 18:03:08.912320000, delta=1410000 ns, racy<=15000 ns 18:03:08.913 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.914013000, lastModified=2023-03-25 18:03:08.913320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.914013000, lastModified=2023-03-25 18:03:08.913320000, delta=693000 ns, racy<=15000 ns 18:03:08.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.914304000, lastModified=2023-03-25 18:03:08.913320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.914304000, lastModified=2023-03-25 18:03:08.913320000, delta=984000 ns, racy<=15000 ns 18:03:08.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.914 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.914577000, lastModified=2023-03-25 18:03:08.913320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.914577000, lastModified=2023-03-25 18:03:08.913320000, delta=1257000 ns, racy<=15000 ns 18:03:08.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.918799000, lastModified=2023-03-25 18:03:08.917320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.918 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.917320000 to 2023-03-25 18:03:08.918320000 18:03:08.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.919075000, lastModified=2023-03-25 18:03:08.918320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.919075000, lastModified=2023-03-25 18:03:08.918320000, delta=755000 ns, racy<=15000 ns 18:03:08.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.919367000, lastModified=2023-03-25 18:03:08.918320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.919367000, lastModified=2023-03-25 18:03:08.918320000, delta=1047000 ns, racy<=15000 ns 18:03:08.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.919634000, lastModified=2023-03-25 18:03:08.918320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.919634000, lastModified=2023-03-25 18:03:08.918320000, delta=1314000 ns, racy<=15000 ns 18:03:08.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.919 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.919941000, lastModified=2023-03-25 18:03:08.918320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.918320000 to 2023-03-25 18:03:08.919320000 18:03:08.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.920216000, lastModified=2023-03-25 18:03:08.919320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.920216000, lastModified=2023-03-25 18:03:08.919320000, delta=896000 ns, racy<=15000 ns 18:03:08.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.920496000, lastModified=2023-03-25 18:03:08.919320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.920496000, lastModified=2023-03-25 18:03:08.919320000, delta=1176000 ns, racy<=15000 ns 18:03:08.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.920769000, lastModified=2023-03-25 18:03:08.919320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.920769000, lastModified=2023-03-25 18:03:08.919320000, delta=1449000 ns, racy<=15000 ns 18:03:08.920 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.921067000, lastModified=2023-03-25 18:03:08.920320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.921067000, lastModified=2023-03-25 18:03:08.920320000, delta=747000 ns, racy<=15000 ns 18:03:08.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.921354000, lastModified=2023-03-25 18:03:08.920320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.921354000, lastModified=2023-03-25 18:03:08.920320000, delta=1034000 ns, racy<=15000 ns 18:03:08.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.921622000, lastModified=2023-03-25 18:03:08.920320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.921622000, lastModified=2023-03-25 18:03:08.920320000, delta=1302000 ns, racy<=15000 ns 18:03:08.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.921 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.921898000, lastModified=2023-03-25 18:03:08.920320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.920320000 to 2023-03-25 18:03:08.921320000 18:03:08.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.922169000, lastModified=2023-03-25 18:03:08.921320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.922169000, lastModified=2023-03-25 18:03:08.921320000, delta=849000 ns, racy<=15000 ns 18:03:08.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.922445000, lastModified=2023-03-25 18:03:08.921320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.922445000, lastModified=2023-03-25 18:03:08.921320000, delta=1125000 ns, racy<=15000 ns 18:03:08.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.922716000, lastModified=2023-03-25 18:03:08.921320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.922716000, lastModified=2023-03-25 18:03:08.921320000, delta=1396000 ns, racy<=15000 ns 18:03:08.922 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.923009000, lastModified=2023-03-25 18:03:08.922320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.923009000, lastModified=2023-03-25 18:03:08.922320000, delta=689000 ns, racy<=15000 ns 18:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.923305000, lastModified=2023-03-25 18:03:08.922320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.923305000, lastModified=2023-03-25 18:03:08.922320000, delta=985000 ns, racy<=15000 ns 18:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.923586000, lastModified=2023-03-25 18:03:08.922320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.923586000, lastModified=2023-03-25 18:03:08.922320000, delta=1266000 ns, racy<=15000 ns 18:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.923 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.923860000, lastModified=2023-03-25 18:03:08.922320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.922320000 to 2023-03-25 18:03:08.923320000 18:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.924141000, lastModified=2023-03-25 18:03:08.923320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.924141000, lastModified=2023-03-25 18:03:08.923320000, delta=821000 ns, racy<=15000 ns 18:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.924385000, lastModified=2023-03-25 18:03:08.923320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.924385000, lastModified=2023-03-25 18:03:08.923320000, delta=1065000 ns, racy<=15000 ns 18:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.924628000, lastModified=2023-03-25 18:03:08.923320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.924628000, lastModified=2023-03-25 18:03:08.923320000, delta=1308000 ns, racy<=15000 ns 18:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.924 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.924868000, lastModified=2023-03-25 18:03:08.923320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.923320000 to 2023-03-25 18:03:08.924320000 18:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.925123000, lastModified=2023-03-25 18:03:08.924320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.925123000, lastModified=2023-03-25 18:03:08.924320000, delta=803000 ns, racy<=15000 ns 18:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.925350000, lastModified=2023-03-25 18:03:08.924320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.925350000, lastModified=2023-03-25 18:03:08.924320000, delta=1030000 ns, racy<=15000 ns 18:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.925578000, lastModified=2023-03-25 18:03:08.924320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.925578000, lastModified=2023-03-25 18:03:08.924320000, delta=1258000 ns, racy<=15000 ns 18:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.925806000, lastModified=2023-03-25 18:03:08.924320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.925 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.924320000 to 2023-03-25 18:03:08.925320000 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.926038000, lastModified=2023-03-25 18:03:08.925320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.926038000, lastModified=2023-03-25 18:03:08.925320000, delta=718000 ns, racy<=15000 ns 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.926280000, lastModified=2023-03-25 18:03:08.925320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.926280000, lastModified=2023-03-25 18:03:08.925320000, delta=960000 ns, racy<=15000 ns 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.926507000, lastModified=2023-03-25 18:03:08.925320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.926507000, lastModified=2023-03-25 18:03:08.925320000, delta=1187000 ns, racy<=15000 ns 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.926734000, lastModified=2023-03-25 18:03:08.925320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.926734000, lastModified=2023-03-25 18:03:08.925320000, delta=1414000 ns, racy<=15000 ns 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.926 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.926975000, lastModified=2023-03-25 18:03:08.926320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.926975000, lastModified=2023-03-25 18:03:08.926320000, delta=655000 ns, racy<=15000 ns 18:03:08.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.927217000, lastModified=2023-03-25 18:03:08.926320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.927217000, lastModified=2023-03-25 18:03:08.926320000, delta=897000 ns, racy<=15000 ns 18:03:08.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.927475000, lastModified=2023-03-25 18:03:08.926320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.927475000, lastModified=2023-03-25 18:03:08.926320000, delta=1155000 ns, racy<=15000 ns 18:03:08.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.927733000, lastModified=2023-03-25 18:03:08.926320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.927733000, lastModified=2023-03-25 18:03:08.926320000, delta=1413000 ns, racy<=15000 ns 18:03:08.927 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.927998000, lastModified=2023-03-25 18:03:08.927320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.927998000, lastModified=2023-03-25 18:03:08.927320000, delta=678000 ns, racy<=15000 ns 18:03:08.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.928279000, lastModified=2023-03-25 18:03:08.927320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.928279000, lastModified=2023-03-25 18:03:08.927320000, delta=959000 ns, racy<=15000 ns 18:03:08.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.928546000, lastModified=2023-03-25 18:03:08.927320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.928546000, lastModified=2023-03-25 18:03:08.927320000, delta=1226000 ns, racy<=15000 ns 18:03:08.928 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.949581000, lastModified=2023-03-25 18:03:08.927320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.949 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.927320000 to 2023-03-25 18:03:08.948320000 18:03:08.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.950043000, lastModified=2023-03-25 18:03:08.949320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.950043000, lastModified=2023-03-25 18:03:08.949320000, delta=723000 ns, racy<=15000 ns 18:03:08.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.950350000, lastModified=2023-03-25 18:03:08.949320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.950350000, lastModified=2023-03-25 18:03:08.949320000, delta=1030000 ns, racy<=15000 ns 18:03:08.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.950637000, lastModified=2023-03-25 18:03:08.949320000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.950637000, lastModified=2023-03-25 18:03:08.949320000, delta=1317000 ns, racy<=15000 ns 18:03:08.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.950 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.950942000, lastModified=2023-03-25 18:03:08.950321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.950942000, lastModified=2023-03-25 18:03:08.950321000, delta=621000 ns, racy<=15000 ns 18:03:08.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.951238000, lastModified=2023-03-25 18:03:08.950321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.951238000, lastModified=2023-03-25 18:03:08.950321000, delta=917000 ns, racy<=15000 ns 18:03:08.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.951510000, lastModified=2023-03-25 18:03:08.950321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.951510000, lastModified=2023-03-25 18:03:08.950321000, delta=1189000 ns, racy<=15000 ns 18:03:08.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.951778000, lastModified=2023-03-25 18:03:08.950321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.951778000, lastModified=2023-03-25 18:03:08.950321000, delta=1457000 ns, racy<=15000 ns 18:03:08.951 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.952078000, lastModified=2023-03-25 18:03:08.951321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.952078000, lastModified=2023-03-25 18:03:08.951321000, delta=757000 ns, racy<=15000 ns 18:03:08.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.952366000, lastModified=2023-03-25 18:03:08.951321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.952366000, lastModified=2023-03-25 18:03:08.951321000, delta=1045000 ns, racy<=15000 ns 18:03:08.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.952665000, lastModified=2023-03-25 18:03:08.951321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.952665000, lastModified=2023-03-25 18:03:08.951321000, delta=1344000 ns, racy<=15000 ns 18:03:08.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.952 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.952952000, lastModified=2023-03-25 18:03:08.952321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.952952000, lastModified=2023-03-25 18:03:08.952321000, delta=631000 ns, racy<=15000 ns 18:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.953236000, lastModified=2023-03-25 18:03:08.952321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.953236000, lastModified=2023-03-25 18:03:08.952321000, delta=915000 ns, racy<=15000 ns 18:03:08.953 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.958438000, lastModified=2023-03-25 18:03:08.952321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.952321000 to 2023-03-25 18:03:08.957321000 18:03:08.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.958728000, lastModified=2023-03-25 18:03:08.957321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.958728000, lastModified=2023-03-25 18:03:08.957321000, delta=1407000 ns, racy<=15000 ns 18:03:08.958 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.959015000, lastModified=2023-03-25 18:03:08.958321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.959015000, lastModified=2023-03-25 18:03:08.958321000, delta=694000 ns, racy<=15000 ns 18:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.959306000, lastModified=2023-03-25 18:03:08.958321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.959306000, lastModified=2023-03-25 18:03:08.958321000, delta=985000 ns, racy<=15000 ns 18:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.959585000, lastModified=2023-03-25 18:03:08.958321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.959585000, lastModified=2023-03-25 18:03:08.958321000, delta=1264000 ns, racy<=15000 ns 18:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.959 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.959862000, lastModified=2023-03-25 18:03:08.958321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.958321000 to 2023-03-25 18:03:08.959321000 18:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.960138000, lastModified=2023-03-25 18:03:08.959321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.960138000, lastModified=2023-03-25 18:03:08.959321000, delta=817000 ns, racy<=15000 ns 18:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.960430000, lastModified=2023-03-25 18:03:08.959321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.960430000, lastModified=2023-03-25 18:03:08.959321000, delta=1109000 ns, racy<=15000 ns 18:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.960706000, lastModified=2023-03-25 18:03:08.959321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.960706000, lastModified=2023-03-25 18:03:08.959321000, delta=1385000 ns, racy<=15000 ns 18:03:08.960 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.961021000, lastModified=2023-03-25 18:03:08.960321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.961021000, lastModified=2023-03-25 18:03:08.960321000, delta=700000 ns, racy<=15000 ns 18:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.961319000, lastModified=2023-03-25 18:03:08.960321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.961319000, lastModified=2023-03-25 18:03:08.960321000, delta=998000 ns, racy<=15000 ns 18:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.961599000, lastModified=2023-03-25 18:03:08.960321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.961599000, lastModified=2023-03-25 18:03:08.960321000, delta=1278000 ns, racy<=15000 ns 18:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.961 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.961880000, lastModified=2023-03-25 18:03:08.960321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.960321000 to 2023-03-25 18:03:08.961321000 18:03:08.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.962170000, lastModified=2023-03-25 18:03:08.961321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.962170000, lastModified=2023-03-25 18:03:08.961321000, delta=849000 ns, racy<=15000 ns 18:03:08.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.962452000, lastModified=2023-03-25 18:03:08.961321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.962452000, lastModified=2023-03-25 18:03:08.961321000, delta=1131000 ns, racy<=15000 ns 18:03:08.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.962745000, lastModified=2023-03-25 18:03:08.961321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.962745000, lastModified=2023-03-25 18:03:08.961321000, delta=1424000 ns, racy<=15000 ns 18:03:08.962 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.963037000, lastModified=2023-03-25 18:03:08.962321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.963037000, lastModified=2023-03-25 18:03:08.962321000, delta=716000 ns, racy<=15000 ns 18:03:08.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.963333000, lastModified=2023-03-25 18:03:08.962321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.963333000, lastModified=2023-03-25 18:03:08.962321000, delta=1012000 ns, racy<=15000 ns 18:03:08.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.963614000, lastModified=2023-03-25 18:03:08.962321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.963614000, lastModified=2023-03-25 18:03:08.962321000, delta=1293000 ns, racy<=15000 ns 18:03:08.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.963 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.963889000, lastModified=2023-03-25 18:03:08.962321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.962321000 to 2023-03-25 18:03:08.963321000 18:03:08.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.964194000, lastModified=2023-03-25 18:03:08.963321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.964194000, lastModified=2023-03-25 18:03:08.963321000, delta=873000 ns, racy<=15000 ns 18:03:08.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.964471000, lastModified=2023-03-25 18:03:08.963321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.964471000, lastModified=2023-03-25 18:03:08.963321000, delta=1150000 ns, racy<=15000 ns 18:03:08.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.964779000, lastModified=2023-03-25 18:03:08.963321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.964779000, lastModified=2023-03-25 18:03:08.963321000, delta=1458000 ns, racy<=15000 ns 18:03:08.964 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.965067000, lastModified=2023-03-25 18:03:08.964321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.965067000, lastModified=2023-03-25 18:03:08.964321000, delta=746000 ns, racy<=15000 ns 18:03:08.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.965360000, lastModified=2023-03-25 18:03:08.964321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.965360000, lastModified=2023-03-25 18:03:08.964321000, delta=1039000 ns, racy<=15000 ns 18:03:08.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.965636000, lastModified=2023-03-25 18:03:08.964321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.965636000, lastModified=2023-03-25 18:03:08.964321000, delta=1315000 ns, racy<=15000 ns 18:03:08.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.965 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.965936000, lastModified=2023-03-25 18:03:08.965321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.965936000, lastModified=2023-03-25 18:03:08.965321000, delta=615000 ns, racy<=15000 ns 18:03:08.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.966258000, lastModified=2023-03-25 18:03:08.965321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.966258000, lastModified=2023-03-25 18:03:08.965321000, delta=937000 ns, racy<=15000 ns 18:03:08.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.966542000, lastModified=2023-03-25 18:03:08.965321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.966542000, lastModified=2023-03-25 18:03:08.965321000, delta=1221000 ns, racy<=15000 ns 18:03:08.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.966820000, lastModified=2023-03-25 18:03:08.965321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.966 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.965321000 to 2023-03-25 18:03:08.966321000 18:03:08.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.967105000, lastModified=2023-03-25 18:03:08.966321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.967105000, lastModified=2023-03-25 18:03:08.966321000, delta=784000 ns, racy<=15000 ns 18:03:08.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.967409000, lastModified=2023-03-25 18:03:08.966321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.967409000, lastModified=2023-03-25 18:03:08.966321000, delta=1088000 ns, racy<=15000 ns 18:03:08.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.967696000, lastModified=2023-03-25 18:03:08.966321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.967696000, lastModified=2023-03-25 18:03:08.966321000, delta=1375000 ns, racy<=15000 ns 18:03:08.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.967 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.967980000, lastModified=2023-03-25 18:03:08.967321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.967980000, lastModified=2023-03-25 18:03:08.967321000, delta=659000 ns, racy<=15000 ns 18:03:08.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.968277000, lastModified=2023-03-25 18:03:08.967321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.968277000, lastModified=2023-03-25 18:03:08.967321000, delta=956000 ns, racy<=15000 ns 18:03:08.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.968559000, lastModified=2023-03-25 18:03:08.967321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.968559000, lastModified=2023-03-25 18:03:08.967321000, delta=1238000 ns, racy<=15000 ns 18:03:08.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.968 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.968851000, lastModified=2023-03-25 18:03:08.967321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.967321000 to 2023-03-25 18:03:08.968321000 18:03:08.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.969149000, lastModified=2023-03-25 18:03:08.968321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.969149000, lastModified=2023-03-25 18:03:08.968321000, delta=828000 ns, racy<=15000 ns 18:03:08.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.969427000, lastModified=2023-03-25 18:03:08.968321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.969427000, lastModified=2023-03-25 18:03:08.968321000, delta=1106000 ns, racy<=15000 ns 18:03:08.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.969701000, lastModified=2023-03-25 18:03:08.968321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.969701000, lastModified=2023-03-25 18:03:08.968321000, delta=1380000 ns, racy<=15000 ns 18:03:08.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.969 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.969982000, lastModified=2023-03-25 18:03:08.969321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.969982000, lastModified=2023-03-25 18:03:08.969321000, delta=661000 ns, racy<=15000 ns 18:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.970268000, lastModified=2023-03-25 18:03:08.969321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.970268000, lastModified=2023-03-25 18:03:08.969321000, delta=947000 ns, racy<=15000 ns 18:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.970542000, lastModified=2023-03-25 18:03:08.969321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.970542000, lastModified=2023-03-25 18:03:08.969321000, delta=1221000 ns, racy<=15000 ns 18:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.970811000, lastModified=2023-03-25 18:03:08.969321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.970 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.969321000 to 2023-03-25 18:03:08.970321000 18:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.971089000, lastModified=2023-03-25 18:03:08.970321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.971089000, lastModified=2023-03-25 18:03:08.970321000, delta=768000 ns, racy<=15000 ns 18:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.971397000, lastModified=2023-03-25 18:03:08.970321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.971397000, lastModified=2023-03-25 18:03:08.970321000, delta=1076000 ns, racy<=15000 ns 18:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.971681000, lastModified=2023-03-25 18:03:08.970321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.971681000, lastModified=2023-03-25 18:03:08.970321000, delta=1360000 ns, racy<=15000 ns 18:03:08.971 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.971997000, lastModified=2023-03-25 18:03:08.971321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.971997000, lastModified=2023-03-25 18:03:08.971321000, delta=676000 ns, racy<=15000 ns 18:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.972299000, lastModified=2023-03-25 18:03:08.971321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.972299000, lastModified=2023-03-25 18:03:08.971321000, delta=978000 ns, racy<=15000 ns 18:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.972577000, lastModified=2023-03-25 18:03:08.971321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.972577000, lastModified=2023-03-25 18:03:08.971321000, delta=1256000 ns, racy<=15000 ns 18:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.972 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.972883000, lastModified=2023-03-25 18:03:08.971321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.971321000 to 2023-03-25 18:03:08.972321000 18:03:08.973 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.973166000, lastModified=2023-03-25 18:03:08.972321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.973166000, lastModified=2023-03-25 18:03:08.972321000, delta=845000 ns, racy<=15000 ns 18:03:08.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.983551000, lastModified=2023-03-25 18:03:08.982321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.983551000, lastModified=2023-03-25 18:03:08.982321000, delta=1230000 ns, racy<=15000 ns 18:03:08.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.983 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.983841000, lastModified=2023-03-25 18:03:08.982321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.982321000 to 2023-03-25 18:03:08.983321000 18:03:08.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.984302000, lastModified=2023-03-25 18:03:08.983321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.984302000, lastModified=2023-03-25 18:03:08.983321000, delta=981000 ns, racy<=15000 ns 18:03:08.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.984575000, lastModified=2023-03-25 18:03:08.983321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.984575000, lastModified=2023-03-25 18:03:08.983321000, delta=1254000 ns, racy<=15000 ns 18:03:08.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.984 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.984857000, lastModified=2023-03-25 18:03:08.983321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.983321000 to 2023-03-25 18:03:08.984321000 18:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.985144000, lastModified=2023-03-25 18:03:08.984321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.985144000, lastModified=2023-03-25 18:03:08.984321000, delta=823000 ns, racy<=15000 ns 18:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.985438000, lastModified=2023-03-25 18:03:08.984321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.985438000, lastModified=2023-03-25 18:03:08.984321000, delta=1117000 ns, racy<=15000 ns 18:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.985723000, lastModified=2023-03-25 18:03:08.984321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.985723000, lastModified=2023-03-25 18:03:08.984321000, delta=1402000 ns, racy<=15000 ns 18:03:08.985 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.986075000, lastModified=2023-03-25 18:03:08.985321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.986075000, lastModified=2023-03-25 18:03:08.985321000, delta=754000 ns, racy<=15000 ns 18:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.986345000, lastModified=2023-03-25 18:03:08.985321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.986345000, lastModified=2023-03-25 18:03:08.985321000, delta=1024000 ns, racy<=15000 ns 18:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.986602000, lastModified=2023-03-25 18:03:08.985321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.986602000, lastModified=2023-03-25 18:03:08.985321000, delta=1281000 ns, racy<=15000 ns 18:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.986 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.986855000, lastModified=2023-03-25 18:03:08.985321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.985321000 to 2023-03-25 18:03:08.986321000 18:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.987117000, lastModified=2023-03-25 18:03:08.986321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.987117000, lastModified=2023-03-25 18:03:08.986321000, delta=796000 ns, racy<=15000 ns 18:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.987375000, lastModified=2023-03-25 18:03:08.986321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.987375000, lastModified=2023-03-25 18:03:08.986321000, delta=1054000 ns, racy<=15000 ns 18:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.987663000, lastModified=2023-03-25 18:03:08.986321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.987663000, lastModified=2023-03-25 18:03:08.986321000, delta=1342000 ns, racy<=15000 ns 18:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.987 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.987945000, lastModified=2023-03-25 18:03:08.987321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.987945000, lastModified=2023-03-25 18:03:08.987321000, delta=624000 ns, racy<=15000 ns 18:03:08.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.988245000, lastModified=2023-03-25 18:03:08.987321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.988245000, lastModified=2023-03-25 18:03:08.987321000, delta=924000 ns, racy<=15000 ns 18:03:08.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.988517000, lastModified=2023-03-25 18:03:08.987321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.988517000, lastModified=2023-03-25 18:03:08.987321000, delta=1196000 ns, racy<=15000 ns 18:03:08.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.988788000, lastModified=2023-03-25 18:03:08.987321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.988788000, lastModified=2023-03-25 18:03:08.987321000, delta=1467000 ns, racy<=15000 ns 18:03:08.988 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.989060000, lastModified=2023-03-25 18:03:08.988321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.989060000, lastModified=2023-03-25 18:03:08.988321000, delta=739000 ns, racy<=15000 ns 18:03:08.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.989328000, lastModified=2023-03-25 18:03:08.988321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.989328000, lastModified=2023-03-25 18:03:08.988321000, delta=1007000 ns, racy<=15000 ns 18:03:08.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.989587000, lastModified=2023-03-25 18:03:08.988321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.989587000, lastModified=2023-03-25 18:03:08.988321000, delta=1266000 ns, racy<=15000 ns 18:03:08.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.989 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.989852000, lastModified=2023-03-25 18:03:08.988321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.988321000 to 2023-03-25 18:03:08.989321000 18:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.990115000, lastModified=2023-03-25 18:03:08.989321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.990115000, lastModified=2023-03-25 18:03:08.989321000, delta=794000 ns, racy<=15000 ns 18:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.990370000, lastModified=2023-03-25 18:03:08.989321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.990370000, lastModified=2023-03-25 18:03:08.989321000, delta=1049000 ns, racy<=15000 ns 18:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.990626000, lastModified=2023-03-25 18:03:08.989321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.990626000, lastModified=2023-03-25 18:03:08.989321000, delta=1305000 ns, racy<=15000 ns 18:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.990 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.990900000, lastModified=2023-03-25 18:03:08.989321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.989321000 to 2023-03-25 18:03:08.990321000 18:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.991163000, lastModified=2023-03-25 18:03:08.990321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.991163000, lastModified=2023-03-25 18:03:08.990321000, delta=842000 ns, racy<=15000 ns 18:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.991435000, lastModified=2023-03-25 18:03:08.990321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.991435000, lastModified=2023-03-25 18:03:08.990321000, delta=1114000 ns, racy<=15000 ns 18:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.991691000, lastModified=2023-03-25 18:03:08.990321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.991691000, lastModified=2023-03-25 18:03:08.990321000, delta=1370000 ns, racy<=15000 ns 18:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.991 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.991966000, lastModified=2023-03-25 18:03:08.991321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.991966000, lastModified=2023-03-25 18:03:08.991321000, delta=645000 ns, racy<=15000 ns 18:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.992235000, lastModified=2023-03-25 18:03:08.991321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.992235000, lastModified=2023-03-25 18:03:08.991321000, delta=914000 ns, racy<=15000 ns 18:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.992491000, lastModified=2023-03-25 18:03:08.991321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.992491000, lastModified=2023-03-25 18:03:08.991321000, delta=1170000 ns, racy<=15000 ns 18:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.992784000, lastModified=2023-03-25 18:03:08.991321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.992784000, lastModified=2023-03-25 18:03:08.991321000, delta=1463000 ns, racy<=15000 ns 18:03:08.992 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.993070000, lastModified=2023-03-25 18:03:08.992321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.993070000, lastModified=2023-03-25 18:03:08.992321000, delta=749000 ns, racy<=15000 ns 18:03:08.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.993359000, lastModified=2023-03-25 18:03:08.992321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.993359000, lastModified=2023-03-25 18:03:08.992321000, delta=1038000 ns, racy<=15000 ns 18:03:08.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.993633000, lastModified=2023-03-25 18:03:08.992321000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.993633000, lastModified=2023-03-25 18:03:08.992321000, delta=1312000 ns, racy<=15000 ns 18:03:08.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.993 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.993946000, lastModified=2023-03-25 18:03:08.993322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.993946000, lastModified=2023-03-25 18:03:08.993322000, delta=624000 ns, racy<=15000 ns 18:03:08.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.994220000, lastModified=2023-03-25 18:03:08.993322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.994220000, lastModified=2023-03-25 18:03:08.993322000, delta=898000 ns, racy<=15000 ns 18:03:08.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.994479000, lastModified=2023-03-25 18:03:08.993322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.994479000, lastModified=2023-03-25 18:03:08.993322000, delta=1157000 ns, racy<=15000 ns 18:03:08.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.994735000, lastModified=2023-03-25 18:03:08.993322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.994735000, lastModified=2023-03-25 18:03:08.993322000, delta=1413000 ns, racy<=15000 ns 18:03:08.994 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.995002000, lastModified=2023-03-25 18:03:08.994322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.995002000, lastModified=2023-03-25 18:03:08.994322000, delta=680000 ns, racy<=15000 ns 18:03:08.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.995271000, lastModified=2023-03-25 18:03:08.994322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.995271000, lastModified=2023-03-25 18:03:08.994322000, delta=949000 ns, racy<=15000 ns 18:03:08.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.995527000, lastModified=2023-03-25 18:03:08.994322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.995527000, lastModified=2023-03-25 18:03:08.994322000, delta=1205000 ns, racy<=15000 ns 18:03:08.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.995793000, lastModified=2023-03-25 18:03:08.994322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.995793000, lastModified=2023-03-25 18:03:08.994322000, delta=1471000 ns, racy<=15000 ns 18:03:08.995 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.996058000, lastModified=2023-03-25 18:03:08.995322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.996058000, lastModified=2023-03-25 18:03:08.995322000, delta=736000 ns, racy<=15000 ns 18:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.996326000, lastModified=2023-03-25 18:03:08.995322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.996326000, lastModified=2023-03-25 18:03:08.995322000, delta=1004000 ns, racy<=15000 ns 18:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.996590000, lastModified=2023-03-25 18:03:08.995322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.996590000, lastModified=2023-03-25 18:03:08.995322000, delta=1268000 ns, racy<=15000 ns 18:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.996 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.996851000, lastModified=2023-03-25 18:03:08.995322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.995322000 to 2023-03-25 18:03:08.996322000 18:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.997155000, lastModified=2023-03-25 18:03:08.996322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.997155000, lastModified=2023-03-25 18:03:08.996322000, delta=833000 ns, racy<=15000 ns 18:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:08.997433000, lastModified=2023-03-25 18:03:08.996322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:08.997433000, lastModified=2023-03-25 18:03:08.996322000, delta=1111000 ns, racy<=15000 ns 18:03:08.997 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.001227000, lastModified=2023-03-25 18:03:08.996322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:08.996322000 to 2023-03-25 18:03:09.000322000 18:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.001507000, lastModified=2023-03-25 18:03:09.000322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.001507000, lastModified=2023-03-25 18:03:09.000322000, delta=1185000 ns, racy<=15000 ns 18:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.001769000, lastModified=2023-03-25 18:03:09.000322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.001769000, lastModified=2023-03-25 18:03:09.000322000, delta=1447000 ns, racy<=15000 ns 18:03:09.001 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.002039000, lastModified=2023-03-25 18:03:09.001322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.002039000, lastModified=2023-03-25 18:03:09.001322000, delta=717000 ns, racy<=15000 ns 18:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.002313000, lastModified=2023-03-25 18:03:09.001322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.002313000, lastModified=2023-03-25 18:03:09.001322000, delta=991000 ns, racy<=15000 ns 18:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.002569000, lastModified=2023-03-25 18:03:09.001322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.002569000, lastModified=2023-03-25 18:03:09.001322000, delta=1247000 ns, racy<=15000 ns 18:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.002 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.002832000, lastModified=2023-03-25 18:03:09.001322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.001322000 to 2023-03-25 18:03:09.002322000 18:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.003119000, lastModified=2023-03-25 18:03:09.002322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.003119000, lastModified=2023-03-25 18:03:09.002322000, delta=797000 ns, racy<=15000 ns 18:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.003399000, lastModified=2023-03-25 18:03:09.002322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.003399000, lastModified=2023-03-25 18:03:09.002322000, delta=1077000 ns, racy<=15000 ns 18:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.003702000, lastModified=2023-03-25 18:03:09.002322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.003702000, lastModified=2023-03-25 18:03:09.002322000, delta=1380000 ns, racy<=15000 ns 18:03:09.003 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.004001000, lastModified=2023-03-25 18:03:09.003322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.004001000, lastModified=2023-03-25 18:03:09.003322000, delta=679000 ns, racy<=15000 ns 18:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.004286000, lastModified=2023-03-25 18:03:09.003322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.004286000, lastModified=2023-03-25 18:03:09.003322000, delta=964000 ns, racy<=15000 ns 18:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.004559000, lastModified=2023-03-25 18:03:09.003322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.004559000, lastModified=2023-03-25 18:03:09.003322000, delta=1237000 ns, racy<=15000 ns 18:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.004832000, lastModified=2023-03-25 18:03:09.003322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.004 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.003322000 to 2023-03-25 18:03:09.004322000 18:03:09.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.005086000, lastModified=2023-03-25 18:03:09.004322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.005086000, lastModified=2023-03-25 18:03:09.004322000, delta=764000 ns, racy<=15000 ns 18:03:09.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.005353000, lastModified=2023-03-25 18:03:09.004322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.005353000, lastModified=2023-03-25 18:03:09.004322000, delta=1031000 ns, racy<=15000 ns 18:03:09.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.005615000, lastModified=2023-03-25 18:03:09.004322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.005615000, lastModified=2023-03-25 18:03:09.004322000, delta=1293000 ns, racy<=15000 ns 18:03:09.005 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.006591000, lastModified=2023-03-25 18:03:09.005322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.006591000, lastModified=2023-03-25 18:03:09.005322000, delta=1269000 ns, racy<=15000 ns 18:03:09.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.006 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.006888000, lastModified=2023-03-25 18:03:09.005322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.005322000 to 2023-03-25 18:03:09.006322000 18:03:09.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.007156000, lastModified=2023-03-25 18:03:09.006322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.007156000, lastModified=2023-03-25 18:03:09.006322000, delta=834000 ns, racy<=15000 ns 18:03:09.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.007414000, lastModified=2023-03-25 18:03:09.006322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.007414000, lastModified=2023-03-25 18:03:09.006322000, delta=1092000 ns, racy<=15000 ns 18:03:09.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.007670000, lastModified=2023-03-25 18:03:09.006322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.007670000, lastModified=2023-03-25 18:03:09.006322000, delta=1348000 ns, racy<=15000 ns 18:03:09.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.007 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.007931000, lastModified=2023-03-25 18:03:09.007322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.007931000, lastModified=2023-03-25 18:03:09.007322000, delta=609000 ns, racy<=15000 ns 18:03:09.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.008211000, lastModified=2023-03-25 18:03:09.007322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.008211000, lastModified=2023-03-25 18:03:09.007322000, delta=889000 ns, racy<=15000 ns 18:03:09.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.008472000, lastModified=2023-03-25 18:03:09.007322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.008472000, lastModified=2023-03-25 18:03:09.007322000, delta=1150000 ns, racy<=15000 ns 18:03:09.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.008723000, lastModified=2023-03-25 18:03:09.007322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.008723000, lastModified=2023-03-25 18:03:09.007322000, delta=1401000 ns, racy<=15000 ns 18:03:09.008 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.009018000, lastModified=2023-03-25 18:03:09.008322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.009018000, lastModified=2023-03-25 18:03:09.008322000, delta=696000 ns, racy<=15000 ns 18:03:09.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.009307000, lastModified=2023-03-25 18:03:09.008322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.009307000, lastModified=2023-03-25 18:03:09.008322000, delta=985000 ns, racy<=15000 ns 18:03:09.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.009579000, lastModified=2023-03-25 18:03:09.008322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.009579000, lastModified=2023-03-25 18:03:09.008322000, delta=1257000 ns, racy<=15000 ns 18:03:09.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.009 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.009849000, lastModified=2023-03-25 18:03:09.008322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.008322000 to 2023-03-25 18:03:09.009322000 18:03:09.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.010142000, lastModified=2023-03-25 18:03:09.009322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.010142000, lastModified=2023-03-25 18:03:09.009322000, delta=820000 ns, racy<=15000 ns 18:03:09.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.010401000, lastModified=2023-03-25 18:03:09.009322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.010401000, lastModified=2023-03-25 18:03:09.009322000, delta=1079000 ns, racy<=15000 ns 18:03:09.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.010659000, lastModified=2023-03-25 18:03:09.009322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.010659000, lastModified=2023-03-25 18:03:09.009322000, delta=1337000 ns, racy<=15000 ns 18:03:09.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.010 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.010953000, lastModified=2023-03-25 18:03:09.010322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.010953000, lastModified=2023-03-25 18:03:09.010322000, delta=631000 ns, racy<=15000 ns 18:03:09.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.011239000, lastModified=2023-03-25 18:03:09.010322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.011239000, lastModified=2023-03-25 18:03:09.010322000, delta=917000 ns, racy<=15000 ns 18:03:09.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.011514000, lastModified=2023-03-25 18:03:09.010322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.011514000, lastModified=2023-03-25 18:03:09.010322000, delta=1192000 ns, racy<=15000 ns 18:03:09.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.011792000, lastModified=2023-03-25 18:03:09.010322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.011 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.010322000 to 2023-03-25 18:03:09.011322000 18:03:09.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.012057000, lastModified=2023-03-25 18:03:09.011322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.012057000, lastModified=2023-03-25 18:03:09.011322000, delta=735000 ns, racy<=15000 ns 18:03:09.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.012334000, lastModified=2023-03-25 18:03:09.011322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.012334000, lastModified=2023-03-25 18:03:09.011322000, delta=1012000 ns, racy<=15000 ns 18:03:09.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.012593000, lastModified=2023-03-25 18:03:09.011322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.012593000, lastModified=2023-03-25 18:03:09.011322000, delta=1271000 ns, racy<=15000 ns 18:03:09.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.012847000, lastModified=2023-03-25 18:03:09.011322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.012 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.011322000 to 2023-03-25 18:03:09.012322000 18:03:09.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.013098000, lastModified=2023-03-25 18:03:09.012322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.013098000, lastModified=2023-03-25 18:03:09.012322000, delta=776000 ns, racy<=15000 ns 18:03:09.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.013366000, lastModified=2023-03-25 18:03:09.012322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.013366000, lastModified=2023-03-25 18:03:09.012322000, delta=1044000 ns, racy<=15000 ns 18:03:09.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.013622000, lastModified=2023-03-25 18:03:09.012322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.013622000, lastModified=2023-03-25 18:03:09.012322000, delta=1300000 ns, racy<=15000 ns 18:03:09.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.013 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.013881000, lastModified=2023-03-25 18:03:09.012322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.012322000 to 2023-03-25 18:03:09.013322000 18:03:09.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.014173000, lastModified=2023-03-25 18:03:09.013322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.014173000, lastModified=2023-03-25 18:03:09.013322000, delta=851000 ns, racy<=15000 ns 18:03:09.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.014439000, lastModified=2023-03-25 18:03:09.013322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.014439000, lastModified=2023-03-25 18:03:09.013322000, delta=1117000 ns, racy<=15000 ns 18:03:09.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.014708000, lastModified=2023-03-25 18:03:09.013322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.014708000, lastModified=2023-03-25 18:03:09.013322000, delta=1386000 ns, racy<=15000 ns 18:03:09.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.014 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.014975000, lastModified=2023-03-25 18:03:09.014322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.014975000, lastModified=2023-03-25 18:03:09.014322000, delta=653000 ns, racy<=15000 ns 18:03:09.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.015246000, lastModified=2023-03-25 18:03:09.014322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.015246000, lastModified=2023-03-25 18:03:09.014322000, delta=924000 ns, racy<=15000 ns 18:03:09.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.015505000, lastModified=2023-03-25 18:03:09.014322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.015505000, lastModified=2023-03-25 18:03:09.014322000, delta=1183000 ns, racy<=15000 ns 18:03:09.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.015 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.015789000, lastModified=2023-03-25 18:03:09.014322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.014322000 to 2023-03-25 18:03:09.015322000 18:03:09.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.021186000, lastModified=2023-03-25 18:03:09.020322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.021186000, lastModified=2023-03-25 18:03:09.020322000, delta=864000 ns, racy<=15000 ns 18:03:09.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.021466000, lastModified=2023-03-25 18:03:09.020322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.021466000, lastModified=2023-03-25 18:03:09.020322000, delta=1144000 ns, racy<=15000 ns 18:03:09.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.021738000, lastModified=2023-03-25 18:03:09.020322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.021738000, lastModified=2023-03-25 18:03:09.020322000, delta=1416000 ns, racy<=15000 ns 18:03:09.021 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.022018000, lastModified=2023-03-25 18:03:09.021322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.022018000, lastModified=2023-03-25 18:03:09.021322000, delta=696000 ns, racy<=15000 ns 18:03:09.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.022310000, lastModified=2023-03-25 18:03:09.021322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.022310000, lastModified=2023-03-25 18:03:09.021322000, delta=988000 ns, racy<=15000 ns 18:03:09.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.022594000, lastModified=2023-03-25 18:03:09.021322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.022594000, lastModified=2023-03-25 18:03:09.021322000, delta=1272000 ns, racy<=15000 ns 18:03:09.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.022 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.022879000, lastModified=2023-03-25 18:03:09.021322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.021322000 to 2023-03-25 18:03:09.022322000 18:03:09.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.023162000, lastModified=2023-03-25 18:03:09.022322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.023162000, lastModified=2023-03-25 18:03:09.022322000, delta=840000 ns, racy<=15000 ns 18:03:09.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.023436000, lastModified=2023-03-25 18:03:09.022322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.023436000, lastModified=2023-03-25 18:03:09.022322000, delta=1114000 ns, racy<=15000 ns 18:03:09.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.023710000, lastModified=2023-03-25 18:03:09.022322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.023710000, lastModified=2023-03-25 18:03:09.022322000, delta=1388000 ns, racy<=15000 ns 18:03:09.023 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.023986000, lastModified=2023-03-25 18:03:09.023322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.023986000, lastModified=2023-03-25 18:03:09.023322000, delta=664000 ns, racy<=15000 ns 18:03:09.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.024275000, lastModified=2023-03-25 18:03:09.023322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.024275000, lastModified=2023-03-25 18:03:09.023322000, delta=953000 ns, racy<=15000 ns 18:03:09.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.024548000, lastModified=2023-03-25 18:03:09.023322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.024548000, lastModified=2023-03-25 18:03:09.023322000, delta=1226000 ns, racy<=15000 ns 18:03:09.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.024 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.024817000, lastModified=2023-03-25 18:03:09.023322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.023322000 to 2023-03-25 18:03:09.024322000 18:03:09.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.025130000, lastModified=2023-03-25 18:03:09.024322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.025130000, lastModified=2023-03-25 18:03:09.024322000, delta=808000 ns, racy<=15000 ns 18:03:09.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.025414000, lastModified=2023-03-25 18:03:09.024322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.025414000, lastModified=2023-03-25 18:03:09.024322000, delta=1092000 ns, racy<=15000 ns 18:03:09.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.025682000, lastModified=2023-03-25 18:03:09.024322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.025682000, lastModified=2023-03-25 18:03:09.024322000, delta=1360000 ns, racy<=15000 ns 18:03:09.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.025 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.025964000, lastModified=2023-03-25 18:03:09.025322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.025964000, lastModified=2023-03-25 18:03:09.025322000, delta=642000 ns, racy<=15000 ns 18:03:09.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.026245000, lastModified=2023-03-25 18:03:09.025322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.026245000, lastModified=2023-03-25 18:03:09.025322000, delta=923000 ns, racy<=15000 ns 18:03:09.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.026522000, lastModified=2023-03-25 18:03:09.025322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.026522000, lastModified=2023-03-25 18:03:09.025322000, delta=1200000 ns, racy<=15000 ns 18:03:09.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.026795000, lastModified=2023-03-25 18:03:09.025322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.026 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.025322000 to 2023-03-25 18:03:09.026322000 18:03:09.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.027057000, lastModified=2023-03-25 18:03:09.026322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.027057000, lastModified=2023-03-25 18:03:09.026322000, delta=735000 ns, racy<=15000 ns 18:03:09.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.027345000, lastModified=2023-03-25 18:03:09.026322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.027345000, lastModified=2023-03-25 18:03:09.026322000, delta=1023000 ns, racy<=15000 ns 18:03:09.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.027614000, lastModified=2023-03-25 18:03:09.026322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.027614000, lastModified=2023-03-25 18:03:09.026322000, delta=1292000 ns, racy<=15000 ns 18:03:09.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.027 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.027863000, lastModified=2023-03-25 18:03:09.026322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.026322000 to 2023-03-25 18:03:09.027322000 18:03:09.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.028151000, lastModified=2023-03-25 18:03:09.027322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.028151000, lastModified=2023-03-25 18:03:09.027322000, delta=829000 ns, racy<=15000 ns 18:03:09.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.028438000, lastModified=2023-03-25 18:03:09.027322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.028438000, lastModified=2023-03-25 18:03:09.027322000, delta=1116000 ns, racy<=15000 ns 18:03:09.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.028 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.028827000, lastModified=2023-03-25 18:03:09.027322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.027322000 to 2023-03-25 18:03:09.028322000 18:03:09.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.029156000, lastModified=2023-03-25 18:03:09.028322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.029156000, lastModified=2023-03-25 18:03:09.028322000, delta=834000 ns, racy<=15000 ns 18:03:09.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.029443000, lastModified=2023-03-25 18:03:09.028322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.029443000, lastModified=2023-03-25 18:03:09.028322000, delta=1121000 ns, racy<=15000 ns 18:03:09.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.029740000, lastModified=2023-03-25 18:03:09.028322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.029740000, lastModified=2023-03-25 18:03:09.028322000, delta=1418000 ns, racy<=15000 ns 18:03:09.029 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.030044000, lastModified=2023-03-25 18:03:09.029322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.030044000, lastModified=2023-03-25 18:03:09.029322000, delta=722000 ns, racy<=15000 ns 18:03:09.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.030338000, lastModified=2023-03-25 18:03:09.029322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.030338000, lastModified=2023-03-25 18:03:09.029322000, delta=1016000 ns, racy<=15000 ns 18:03:09.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.030625000, lastModified=2023-03-25 18:03:09.029322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.030625000, lastModified=2023-03-25 18:03:09.029322000, delta=1303000 ns, racy<=15000 ns 18:03:09.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.030 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.030920000, lastModified=2023-03-25 18:03:09.029322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.029322000 to 2023-03-25 18:03:09.030322000 18:03:09.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.031251000, lastModified=2023-03-25 18:03:09.030322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.031251000, lastModified=2023-03-25 18:03:09.030322000, delta=929000 ns, racy<=15000 ns 18:03:09.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.031547000, lastModified=2023-03-25 18:03:09.030322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.031547000, lastModified=2023-03-25 18:03:09.030322000, delta=1225000 ns, racy<=15000 ns 18:03:09.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.031 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.031833000, lastModified=2023-03-25 18:03:09.030322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.030322000 to 2023-03-25 18:03:09.031322000 18:03:09.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.032137000, lastModified=2023-03-25 18:03:09.031322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.032137000, lastModified=2023-03-25 18:03:09.031322000, delta=815000 ns, racy<=15000 ns 18:03:09.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.032426000, lastModified=2023-03-25 18:03:09.031322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.032426000, lastModified=2023-03-25 18:03:09.031322000, delta=1104000 ns, racy<=15000 ns 18:03:09.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.032712000, lastModified=2023-03-25 18:03:09.031322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.032712000, lastModified=2023-03-25 18:03:09.031322000, delta=1390000 ns, racy<=15000 ns 18:03:09.032 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.033013000, lastModified=2023-03-25 18:03:09.032322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.033013000, lastModified=2023-03-25 18:03:09.032322000, delta=691000 ns, racy<=15000 ns 18:03:09.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.033311000, lastModified=2023-03-25 18:03:09.032322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.033311000, lastModified=2023-03-25 18:03:09.032322000, delta=989000 ns, racy<=15000 ns 18:03:09.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.033599000, lastModified=2023-03-25 18:03:09.032322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.033599000, lastModified=2023-03-25 18:03:09.032322000, delta=1277000 ns, racy<=15000 ns 18:03:09.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.033 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.033915000, lastModified=2023-03-25 18:03:09.032322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.032322000 to 2023-03-25 18:03:09.033322000 18:03:09.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.034223000, lastModified=2023-03-25 18:03:09.033322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.034223000, lastModified=2023-03-25 18:03:09.033322000, delta=901000 ns, racy<=15000 ns 18:03:09.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.034557000, lastModified=2023-03-25 18:03:09.033322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.034557000, lastModified=2023-03-25 18:03:09.033322000, delta=1235000 ns, racy<=15000 ns 18:03:09.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.034 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.034854000, lastModified=2023-03-25 18:03:09.033322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.033322000 to 2023-03-25 18:03:09.034322000 18:03:09.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.035158000, lastModified=2023-03-25 18:03:09.034322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.035158000, lastModified=2023-03-25 18:03:09.034322000, delta=836000 ns, racy<=15000 ns 18:03:09.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.035455000, lastModified=2023-03-25 18:03:09.034322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.035455000, lastModified=2023-03-25 18:03:09.034322000, delta=1133000 ns, racy<=15000 ns 18:03:09.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.035747000, lastModified=2023-03-25 18:03:09.034322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.035747000, lastModified=2023-03-25 18:03:09.034322000, delta=1425000 ns, racy<=15000 ns 18:03:09.035 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.040688000, lastModified=2023-03-25 18:03:09.035322000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.040 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.035322000 to 2023-03-25 18:03:09.039323000 18:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.041021000, lastModified=2023-03-25 18:03:09.040323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.041021000, lastModified=2023-03-25 18:03:09.040323000, delta=698000 ns, racy<=15000 ns 18:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.041339000, lastModified=2023-03-25 18:03:09.040323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.041339000, lastModified=2023-03-25 18:03:09.040323000, delta=1016000 ns, racy<=15000 ns 18:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.041640000, lastModified=2023-03-25 18:03:09.040323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.041640000, lastModified=2023-03-25 18:03:09.040323000, delta=1317000 ns, racy<=15000 ns 18:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.041 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.041962000, lastModified=2023-03-25 18:03:09.040323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.040323000 to 2023-03-25 18:03:09.041323000 18:03:09.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.042269000, lastModified=2023-03-25 18:03:09.041323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.042269000, lastModified=2023-03-25 18:03:09.041323000, delta=946000 ns, racy<=15000 ns 18:03:09.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.042555000, lastModified=2023-03-25 18:03:09.041323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.042555000, lastModified=2023-03-25 18:03:09.041323000, delta=1232000 ns, racy<=15000 ns 18:03:09.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.042 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.042835000, lastModified=2023-03-25 18:03:09.041323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.041323000 to 2023-03-25 18:03:09.042323000 18:03:09.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.043129000, lastModified=2023-03-25 18:03:09.042323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.043129000, lastModified=2023-03-25 18:03:09.042323000, delta=806000 ns, racy<=15000 ns 18:03:09.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.043410000, lastModified=2023-03-25 18:03:09.042323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.043410000, lastModified=2023-03-25 18:03:09.042323000, delta=1087000 ns, racy<=15000 ns 18:03:09.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.043687000, lastModified=2023-03-25 18:03:09.042323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.043687000, lastModified=2023-03-25 18:03:09.042323000, delta=1364000 ns, racy<=15000 ns 18:03:09.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.043 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.043982000, lastModified=2023-03-25 18:03:09.043323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.043982000, lastModified=2023-03-25 18:03:09.043323000, delta=659000 ns, racy<=15000 ns 18:03:09.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.044280000, lastModified=2023-03-25 18:03:09.043323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.044280000, lastModified=2023-03-25 18:03:09.043323000, delta=957000 ns, racy<=15000 ns 18:03:09.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.044564000, lastModified=2023-03-25 18:03:09.043323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.044564000, lastModified=2023-03-25 18:03:09.043323000, delta=1241000 ns, racy<=15000 ns 18:03:09.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.044 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.044842000, lastModified=2023-03-25 18:03:09.043323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.043323000 to 2023-03-25 18:03:09.044323000 18:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.045137000, lastModified=2023-03-25 18:03:09.044323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.045137000, lastModified=2023-03-25 18:03:09.044323000, delta=814000 ns, racy<=15000 ns 18:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.045418000, lastModified=2023-03-25 18:03:09.044323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.045418000, lastModified=2023-03-25 18:03:09.044323000, delta=1095000 ns, racy<=15000 ns 18:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.045694000, lastModified=2023-03-25 18:03:09.044323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.045694000, lastModified=2023-03-25 18:03:09.044323000, delta=1371000 ns, racy<=15000 ns 18:03:09.045 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.046008000, lastModified=2023-03-25 18:03:09.045323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.046008000, lastModified=2023-03-25 18:03:09.045323000, delta=685000 ns, racy<=15000 ns 18:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.046310000, lastModified=2023-03-25 18:03:09.045323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.046310000, lastModified=2023-03-25 18:03:09.045323000, delta=987000 ns, racy<=15000 ns 18:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.046593000, lastModified=2023-03-25 18:03:09.045323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.046593000, lastModified=2023-03-25 18:03:09.045323000, delta=1270000 ns, racy<=15000 ns 18:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.046 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.046864000, lastModified=2023-03-25 18:03:09.045323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.045323000 to 2023-03-25 18:03:09.046323000 18:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.047148000, lastModified=2023-03-25 18:03:09.046323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.047148000, lastModified=2023-03-25 18:03:09.046323000, delta=825000 ns, racy<=15000 ns 18:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.047417000, lastModified=2023-03-25 18:03:09.046323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.047417000, lastModified=2023-03-25 18:03:09.046323000, delta=1094000 ns, racy<=15000 ns 18:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.047687000, lastModified=2023-03-25 18:03:09.046323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.047687000, lastModified=2023-03-25 18:03:09.046323000, delta=1364000 ns, racy<=15000 ns 18:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.047 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.047974000, lastModified=2023-03-25 18:03:09.047323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.047974000, lastModified=2023-03-25 18:03:09.047323000, delta=651000 ns, racy<=15000 ns 18:03:09.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.048270000, lastModified=2023-03-25 18:03:09.047323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.048270000, lastModified=2023-03-25 18:03:09.047323000, delta=947000 ns, racy<=15000 ns 18:03:09.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.048548000, lastModified=2023-03-25 18:03:09.047323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.048548000, lastModified=2023-03-25 18:03:09.047323000, delta=1225000 ns, racy<=15000 ns 18:03:09.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.048820000, lastModified=2023-03-25 18:03:09.047323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.048 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.047323000 to 2023-03-25 18:03:09.048323000 18:03:09.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.049089000, lastModified=2023-03-25 18:03:09.048323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.049089000, lastModified=2023-03-25 18:03:09.048323000, delta=766000 ns, racy<=15000 ns 18:03:09.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.049376000, lastModified=2023-03-25 18:03:09.048323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.049376000, lastModified=2023-03-25 18:03:09.048323000, delta=1053000 ns, racy<=15000 ns 18:03:09.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.049666000, lastModified=2023-03-25 18:03:09.048323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.049666000, lastModified=2023-03-25 18:03:09.048323000, delta=1343000 ns, racy<=15000 ns 18:03:09.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.049 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.049967000, lastModified=2023-03-25 18:03:09.049323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.049967000, lastModified=2023-03-25 18:03:09.049323000, delta=644000 ns, racy<=15000 ns 18:03:09.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.050272000, lastModified=2023-03-25 18:03:09.049323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.050272000, lastModified=2023-03-25 18:03:09.049323000, delta=949000 ns, racy<=15000 ns 18:03:09.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.050548000, lastModified=2023-03-25 18:03:09.049323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.050548000, lastModified=2023-03-25 18:03:09.049323000, delta=1225000 ns, racy<=15000 ns 18:03:09.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.050 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.050854000, lastModified=2023-03-25 18:03:09.049323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.049323000 to 2023-03-25 18:03:09.050323000 18:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.051161000, lastModified=2023-03-25 18:03:09.050323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.051161000, lastModified=2023-03-25 18:03:09.050323000, delta=838000 ns, racy<=15000 ns 18:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.051443000, lastModified=2023-03-25 18:03:09.050323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.051443000, lastModified=2023-03-25 18:03:09.050323000, delta=1120000 ns, racy<=15000 ns 18:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.051698000, lastModified=2023-03-25 18:03:09.050323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.051698000, lastModified=2023-03-25 18:03:09.050323000, delta=1375000 ns, racy<=15000 ns 18:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.051 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.051970000, lastModified=2023-03-25 18:03:09.051323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.051970000, lastModified=2023-03-25 18:03:09.051323000, delta=647000 ns, racy<=15000 ns 18:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.052245000, lastModified=2023-03-25 18:03:09.051323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.052245000, lastModified=2023-03-25 18:03:09.051323000, delta=922000 ns, racy<=15000 ns 18:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.052504000, lastModified=2023-03-25 18:03:09.051323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.052504000, lastModified=2023-03-25 18:03:09.051323000, delta=1181000 ns, racy<=15000 ns 18:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.052804000, lastModified=2023-03-25 18:03:09.051323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.052 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.051323000 to 2023-03-25 18:03:09.052323000 18:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.053075000, lastModified=2023-03-25 18:03:09.052323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.053075000, lastModified=2023-03-25 18:03:09.052323000, delta=752000 ns, racy<=15000 ns 18:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.053363000, lastModified=2023-03-25 18:03:09.052323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.053363000, lastModified=2023-03-25 18:03:09.052323000, delta=1040000 ns, racy<=15000 ns 18:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.053644000, lastModified=2023-03-25 18:03:09.052323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.053644000, lastModified=2023-03-25 18:03:09.052323000, delta=1321000 ns, racy<=15000 ns 18:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.053 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.053962000, lastModified=2023-03-25 18:03:09.053323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.053962000, lastModified=2023-03-25 18:03:09.053323000, delta=639000 ns, racy<=15000 ns 18:03:09.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.054260000, lastModified=2023-03-25 18:03:09.053323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.054260000, lastModified=2023-03-25 18:03:09.053323000, delta=937000 ns, racy<=15000 ns 18:03:09.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.054545000, lastModified=2023-03-25 18:03:09.053323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.054545000, lastModified=2023-03-25 18:03:09.053323000, delta=1222000 ns, racy<=15000 ns 18:03:09.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.054 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.054845000, lastModified=2023-03-25 18:03:09.053323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.053323000 to 2023-03-25 18:03:09.054323000 18:03:09.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.055125000, lastModified=2023-03-25 18:03:09.054323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.055125000, lastModified=2023-03-25 18:03:09.054323000, delta=802000 ns, racy<=15000 ns 18:03:09.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.055 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.055402000, lastModified=2023-03-25 18:03:09.054323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.055402000, lastModified=2023-03-25 18:03:09.054323000, delta=1079000 ns, racy<=15000 ns 18:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.058360000, lastModified=2023-03-25 18:03:09.057323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.058360000, lastModified=2023-03-25 18:03:09.057323000, delta=1037000 ns, racy<=15000 ns 18:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.058627000, lastModified=2023-03-25 18:03:09.057323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.058627000, lastModified=2023-03-25 18:03:09.057323000, delta=1304000 ns, racy<=15000 ns 18:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.058 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.058883000, lastModified=2023-03-25 18:03:09.057323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.057323000 to 2023-03-25 18:03:09.058323000 18:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.059147000, lastModified=2023-03-25 18:03:09.058323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.059147000, lastModified=2023-03-25 18:03:09.058323000, delta=824000 ns, racy<=15000 ns 18:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.059405000, lastModified=2023-03-25 18:03:09.058323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.059405000, lastModified=2023-03-25 18:03:09.058323000, delta=1082000 ns, racy<=15000 ns 18:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.059696000, lastModified=2023-03-25 18:03:09.058323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.059696000, lastModified=2023-03-25 18:03:09.058323000, delta=1373000 ns, racy<=15000 ns 18:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.059 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.059982000, lastModified=2023-03-25 18:03:09.059323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.059982000, lastModified=2023-03-25 18:03:09.059323000, delta=659000 ns, racy<=15000 ns 18:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.060273000, lastModified=2023-03-25 18:03:09.059323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.060273000, lastModified=2023-03-25 18:03:09.059323000, delta=950000 ns, racy<=15000 ns 18:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.060546000, lastModified=2023-03-25 18:03:09.059323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.060546000, lastModified=2023-03-25 18:03:09.059323000, delta=1223000 ns, racy<=15000 ns 18:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.060815000, lastModified=2023-03-25 18:03:09.059323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.060 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.059323000 to 2023-03-25 18:03:09.060323000 18:03:09.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.061085000, lastModified=2023-03-25 18:03:09.060323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.061085000, lastModified=2023-03-25 18:03:09.060323000, delta=762000 ns, racy<=15000 ns 18:03:09.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.061367000, lastModified=2023-03-25 18:03:09.060323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.061367000, lastModified=2023-03-25 18:03:09.060323000, delta=1044000 ns, racy<=15000 ns 18:03:09.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.061649000, lastModified=2023-03-25 18:03:09.060323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.061649000, lastModified=2023-03-25 18:03:09.060323000, delta=1326000 ns, racy<=15000 ns 18:03:09.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.061 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.061945000, lastModified=2023-03-25 18:03:09.060323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.060323000 to 2023-03-25 18:03:09.061323000 18:03:09.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.062225000, lastModified=2023-03-25 18:03:09.061323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.062225000, lastModified=2023-03-25 18:03:09.061323000, delta=902000 ns, racy<=15000 ns 18:03:09.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.062510000, lastModified=2023-03-25 18:03:09.061323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.062510000, lastModified=2023-03-25 18:03:09.061323000, delta=1187000 ns, racy<=15000 ns 18:03:09.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.062779000, lastModified=2023-03-25 18:03:09.061323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.062779000, lastModified=2023-03-25 18:03:09.061323000, delta=1456000 ns, racy<=15000 ns 18:03:09.062 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.063065000, lastModified=2023-03-25 18:03:09.062323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.063065000, lastModified=2023-03-25 18:03:09.062323000, delta=742000 ns, racy<=15000 ns 18:03:09.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.063347000, lastModified=2023-03-25 18:03:09.062323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.063347000, lastModified=2023-03-25 18:03:09.062323000, delta=1024000 ns, racy<=15000 ns 18:03:09.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.063617000, lastModified=2023-03-25 18:03:09.062323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.063617000, lastModified=2023-03-25 18:03:09.062323000, delta=1294000 ns, racy<=15000 ns 18:03:09.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.063 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.063902000, lastModified=2023-03-25 18:03:09.062323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.062323000 to 2023-03-25 18:03:09.063323000 18:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.064168000, lastModified=2023-03-25 18:03:09.063323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.064168000, lastModified=2023-03-25 18:03:09.063323000, delta=845000 ns, racy<=15000 ns 18:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.064447000, lastModified=2023-03-25 18:03:09.063323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.064447000, lastModified=2023-03-25 18:03:09.063323000, delta=1124000 ns, racy<=15000 ns 18:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.064717000, lastModified=2023-03-25 18:03:09.063323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.064717000, lastModified=2023-03-25 18:03:09.063323000, delta=1394000 ns, racy<=15000 ns 18:03:09.064 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.064996000, lastModified=2023-03-25 18:03:09.064323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.064996000, lastModified=2023-03-25 18:03:09.064323000, delta=673000 ns, racy<=15000 ns 18:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.065290000, lastModified=2023-03-25 18:03:09.064323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.065290000, lastModified=2023-03-25 18:03:09.064323000, delta=967000 ns, racy<=15000 ns 18:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.065569000, lastModified=2023-03-25 18:03:09.064323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.065569000, lastModified=2023-03-25 18:03:09.064323000, delta=1246000 ns, racy<=15000 ns 18:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.065 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.065845000, lastModified=2023-03-25 18:03:09.064323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.064323000 to 2023-03-25 18:03:09.065323000 18:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.066147000, lastModified=2023-03-25 18:03:09.065323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.066147000, lastModified=2023-03-25 18:03:09.065323000, delta=824000 ns, racy<=15000 ns 18:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.066423000, lastModified=2023-03-25 18:03:09.065323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.066423000, lastModified=2023-03-25 18:03:09.065323000, delta=1100000 ns, racy<=15000 ns 18:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.066695000, lastModified=2023-03-25 18:03:09.065323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.066695000, lastModified=2023-03-25 18:03:09.065323000, delta=1372000 ns, racy<=15000 ns 18:03:09.066 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.067001000, lastModified=2023-03-25 18:03:09.066323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.067001000, lastModified=2023-03-25 18:03:09.066323000, delta=678000 ns, racy<=15000 ns 18:03:09.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.067291000, lastModified=2023-03-25 18:03:09.066323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.067291000, lastModified=2023-03-25 18:03:09.066323000, delta=968000 ns, racy<=15000 ns 18:03:09.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.067574000, lastModified=2023-03-25 18:03:09.066323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.067574000, lastModified=2023-03-25 18:03:09.066323000, delta=1251000 ns, racy<=15000 ns 18:03:09.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.067 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.067986000, lastModified=2023-03-25 18:03:09.067323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.067986000, lastModified=2023-03-25 18:03:09.067323000, delta=663000 ns, racy<=15000 ns 18:03:09.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.068283000, lastModified=2023-03-25 18:03:09.067323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.068283000, lastModified=2023-03-25 18:03:09.067323000, delta=960000 ns, racy<=15000 ns 18:03:09.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.068567000, lastModified=2023-03-25 18:03:09.067323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.068567000, lastModified=2023-03-25 18:03:09.067323000, delta=1244000 ns, racy<=15000 ns 18:03:09.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.068 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.068847000, lastModified=2023-03-25 18:03:09.067323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.067323000 to 2023-03-25 18:03:09.068323000 18:03:09.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.069132000, lastModified=2023-03-25 18:03:09.068323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.069132000, lastModified=2023-03-25 18:03:09.068323000, delta=809000 ns, racy<=15000 ns 18:03:09.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.069408000, lastModified=2023-03-25 18:03:09.068323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.069408000, lastModified=2023-03-25 18:03:09.068323000, delta=1085000 ns, racy<=15000 ns 18:03:09.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.069694000, lastModified=2023-03-25 18:03:09.068323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.069694000, lastModified=2023-03-25 18:03:09.068323000, delta=1371000 ns, racy<=15000 ns 18:03:09.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.069 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.069980000, lastModified=2023-03-25 18:03:09.069323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.069980000, lastModified=2023-03-25 18:03:09.069323000, delta=657000 ns, racy<=15000 ns 18:03:09.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.070283000, lastModified=2023-03-25 18:03:09.069323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.070283000, lastModified=2023-03-25 18:03:09.069323000, delta=960000 ns, racy<=15000 ns 18:03:09.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.070560000, lastModified=2023-03-25 18:03:09.069323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.070560000, lastModified=2023-03-25 18:03:09.069323000, delta=1237000 ns, racy<=15000 ns 18:03:09.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.070 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.070845000, lastModified=2023-03-25 18:03:09.069323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.069323000 to 2023-03-25 18:03:09.070323000 18:03:09.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.071182000, lastModified=2023-03-25 18:03:09.070323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.071182000, lastModified=2023-03-25 18:03:09.070323000, delta=859000 ns, racy<=15000 ns 18:03:09.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.071499000, lastModified=2023-03-25 18:03:09.070323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.071499000, lastModified=2023-03-25 18:03:09.070323000, delta=1176000 ns, racy<=15000 ns 18:03:09.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.071780000, lastModified=2023-03-25 18:03:09.070323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.071 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.070323000 to 2023-03-25 18:03:09.071323000 18:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.072061000, lastModified=2023-03-25 18:03:09.071323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.072061000, lastModified=2023-03-25 18:03:09.071323000, delta=738000 ns, racy<=15000 ns 18:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.072374000, lastModified=2023-03-25 18:03:09.071323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.072374000, lastModified=2023-03-25 18:03:09.071323000, delta=1051000 ns, racy<=15000 ns 18:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.072666000, lastModified=2023-03-25 18:03:09.071323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, isRacyClean=false, read=2023-03-25 18:03:09.072666000, lastModified=2023-03-25 18:03:09.071323000, delta=1343000 ns, racy<=15000 ns 18:03:09.072 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, is unmodified 18:03:09.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, create new FileSnapshot: lastRead=2023-03-25 18:03:09.076771000, lastModified=2023-03-25 18:03:09.072323000, size=1, fileKey=(dev=200051,ino=1876236000) 18:03:09.076 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/.probe-e0c91fa5-595c-4a2c-994b-4394567944e7, lastModified changed from 2023-03-25 18:03:09.072323000 to 2023-03-25 18:03:09.076323000 18:03:09.078 [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] 5108, 4293, 15000, 609000.0, 1522000.0, 1068386.6759841563, 244784.8438632395 18:03:09.079 [JGit-FileStoreAttributeReader-1] DEBUG org.eclipse.jgit.util.FS - FileStoreAttributes[fsTimestampResolution=6 µs, minimalRacyInterval=1,522 µs] 18:03:09.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, delta=181572000 ns, racy<=3805000 ns 18:03:09.080 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, isRacyClean=false, read=2023-03-25 18:03:05.782772000, lastModified=2023-03-25 17:58:49.083319000, delta=256699453000 ns, racy<=2500000000 ns 18:03:09.080 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.080 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, is unmodified 18:03:09.081 [JGit-FileStoreAttributeWriter-2] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.081154000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.081 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:03:09.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.081400000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389081400000 ns, racy<=3805000 ns 18:03:09.082 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, is unmodified 18:03:09.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, delta=181572000 ns, racy<=3805000 ns 18:03:09.087 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.081400000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389081400000 ns, racy<=3805000 ns 18:03:09.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, is unmodified 18:03:09.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.081154000, lastModified=2023-03-25 18:03:09.080324000, delta=830000 ns, racy<=2500000000 ns 18:03:09.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.088 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.088 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.088952000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.088952000, lastModified=2023-03-25 18:03:09.080324000, delta=8628000 ns, racy<=2500000000 ns 18:03:09.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=true, read=2023-03-25 18:03:06.066220000, lastModified=2023-03-25 18:03:05.965252000, delta=100968000 ns, racy<=2500000000 ns 18:03:09.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is racily clean 18:03:09.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.089278000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:09.089 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.089278000, lastModified=2023-03-25 18:03:05.965252000, delta=3124026000 ns, racy<=2500000000 ns 18:03:09.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.090187000, lastModified=2023-03-25 18:03:06.049254000, size=0, fileKey=(dev=200051,ino=1868638957) 18:03:09.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.088952000, lastModified=2023-03-25 18:03:09.080324000, delta=8628000 ns, racy<=2500000000 ns 18:03:09.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.090 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.090370000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.090370000, lastModified=2023-03-25 18:03:09.080324000, delta=10046000 ns, racy<=2500000000 ns 18:03:09.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.090 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.090960000, lastModified=2023-03-25 18:03:09.090324000, size=104, fileKey=(dev=200051,ino=1868638957) 18:03:09.091 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.091100000, lastModified=2023-03-25 18:03:09.090324000, size=104, fileKey=(dev=200051,ino=1868638957) 18:03:09.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.090370000, lastModified=2023-03-25 18:03:09.080324000, delta=10046000 ns, racy<=2500000000 ns 18:03:09.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.103 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.103192000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.103192000, lastModified=2023-03-25 18:03:09.080324000, delta=22868000 ns, racy<=2500000000 ns 18:03:09.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.103 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.103192000, lastModified=2023-03-25 18:03:09.080324000, delta=22868000 ns, racy<=2500000000 ns 18:03:09.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.104 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.104284000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.104284000, lastModified=2023-03-25 18:03:09.080324000, delta=23960000 ns, racy<=2500000000 ns 18:03:09.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.104 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.104284000, lastModified=2023-03-25 18:03:09.080324000, delta=23960000 ns, racy<=2500000000 ns 18:03:09.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.108 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.108117000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.108117000, lastModified=2023-03-25 18:03:09.080324000, delta=27793000 ns, racy<=2500000000 ns 18:03:09.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.108 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.108117000, lastModified=2023-03-25 18:03:09.080324000, delta=27793000 ns, racy<=2500000000 ns 18:03:09.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.109 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.109197000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.109197000, lastModified=2023-03-25 18:03:09.080324000, delta=28873000 ns, racy<=2500000000 ns 18:03:09.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD, create new FileSnapshot: lastRead=2023-03-25 18:03:09.109481000, lastModified=2023-03-25 18:03:05.958251000, size=23, fileKey=(dev=200051,ino=1868639961) 18:03:09.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.109197000, lastModified=2023-03-25 18:03:09.080324000, delta=28873000 ns, racy<=2500000000 ns 18:03:09.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.109 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.109 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.109967000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.109967000, lastModified=2023-03-25 18:03:09.080324000, delta=29643000 ns, racy<=2500000000 ns 18:03:09.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.109481000, lastModified=2023-03-25 18:03:05.958251000, delta=3151230000 ns, racy<=3805000 ns 18:03:09.110 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD, is unmodified 18:03:09.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.109967000, lastModified=2023-03-25 18:03:09.080324000, delta=29643000 ns, racy<=2500000000 ns 18:03:09.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.111 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.111322000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.111322000, lastModified=2023-03-25 18:03:09.080324000, delta=30998000 ns, racy<=2500000000 ns 18:03:09.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.111 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.112538000, lastModified=2023-03-25 18:03:09.090324000, size=104, fileKey=(dev=200051,ino=1868638957) 18:03:09.112 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.112670000, lastModified=2023-03-25 18:03:09.090324000, size=104, fileKey=(dev=200051,ino=1868638957) 18:03:09.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, delta=181572000 ns, racy<=3805000 ns 18:03:09.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.081400000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389081400000 ns, racy<=3805000 ns 18:03:09.113 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, is unmodified 18:03:09.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, delta=181572000 ns, racy<=3805000 ns 18:03:09.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.081400000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389081400000 ns, racy<=3805000 ns 18:03:09.115 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, is unmodified 18:03:09.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, delta=181572000 ns, racy<=3805000 ns 18:03:09.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.081400000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389081400000 ns, racy<=3805000 ns 18:03:09.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, is unmodified 18:03:09.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, delta=181572000 ns, racy<=3805000 ns 18:03:09.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.081400000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389081400000 ns, racy<=3805000 ns 18:03:09.116 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, is unmodified 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.111322000, lastModified=2023-03-25 18:03:09.080324000, delta=30998000 ns, racy<=2500000000 ns 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.119 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.119241000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.119241000, lastModified=2023-03-25 18:03:09.080324000, delta=38917000 ns, racy<=2500000000 ns 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.109481000, lastModified=2023-03-25 18:03:05.958251000, delta=3151230000 ns, racy<=3805000 ns 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD, is unmodified 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.119241000, lastModified=2023-03-25 18:03:09.080324000, delta=38917000 ns, racy<=2500000000 ns 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.119 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.119855000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.119 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.119855000, lastModified=2023-03-25 18:03:09.080324000, delta=39531000 ns, racy<=2500000000 ns 18:03:09.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.119855000, lastModified=2023-03-25 18:03:09.080324000, delta=39531000 ns, racy<=2500000000 ns 18:03:09.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.120 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.120386000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.120386000, lastModified=2023-03-25 18:03:09.080324000, delta=40062000 ns, racy<=2500000000 ns 18:03:09.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.120 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.120386000, lastModified=2023-03-25 18:03:09.080324000, delta=40062000 ns, racy<=2500000000 ns 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.121 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.121146000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.121146000, lastModified=2023-03-25 18:03:09.080324000, delta=40822000 ns, racy<=2500000000 ns 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.121146000, lastModified=2023-03-25 18:03:09.080324000, delta=40822000 ns, racy<=2500000000 ns 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.121 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.121497000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.121497000, lastModified=2023-03-25 18:03:09.080324000, delta=41173000 ns, racy<=2500000000 ns 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.121497000, lastModified=2023-03-25 18:03:09.080324000, delta=41173000 ns, racy<=2500000000 ns 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.121 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.121 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.121850000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.121850000, lastModified=2023-03-25 18:03:09.080324000, delta=41526000 ns, racy<=2500000000 ns 18:03:09.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.149 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.121850000, lastModified=2023-03-25 18:03:09.080324000, delta=41526000 ns, racy<=2500000000 ns 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.150 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.150071000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.150071000, lastModified=2023-03-25 18:03:09.080324000, delta=69747000 ns, racy<=2500000000 ns 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.150071000, lastModified=2023-03-25 18:03:09.080324000, delta=69747000 ns, racy<=2500000000 ns 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.150 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.150465000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.150465000, lastModified=2023-03-25 18:03:09.080324000, delta=70141000 ns, racy<=2500000000 ns 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.150465000, lastModified=2023-03-25 18:03:09.080324000, delta=70141000 ns, racy<=2500000000 ns 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.150 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.150737000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.150737000, lastModified=2023-03-25 18:03:09.080324000, delta=70413000 ns, racy<=2500000000 ns 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.150 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.151015000, lastModified=2023-03-25 18:03:09.120324000, size=41, fileKey=(dev=200051,ino=1870954727) 18:03:09.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.150737000, lastModified=2023-03-25 18:03:09.080324000, delta=70413000 ns, racy<=2500000000 ns 18:03:09.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.151 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.151864000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.151 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.151864000, lastModified=2023-03-25 18:03:09.080324000, delta=71540000 ns, racy<=2500000000 ns 18:03:09.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.152 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.151864000, lastModified=2023-03-25 18:03:09.080324000, delta=71540000 ns, racy<=2500000000 ns 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.153229000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.153229000, lastModified=2023-03-25 18:03:09.080324000, delta=72905000 ns, racy<=2500000000 ns 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.153229000, lastModified=2023-03-25 18:03:09.080324000, delta=72905000 ns, racy<=2500000000 ns 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.153491000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.153491000, lastModified=2023-03-25 18:03:09.080324000, delta=73167000 ns, racy<=2500000000 ns 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.153491000, lastModified=2023-03-25 18:03:09.080324000, delta=73167000 ns, racy<=2500000000 ns 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.153 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.153728000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.153728000, lastModified=2023-03-25 18:03:09.080324000, delta=73404000 ns, racy<=2500000000 ns 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.153 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.153728000, lastModified=2023-03-25 18:03:09.080324000, delta=73404000 ns, racy<=2500000000 ns 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.154050000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.154050000, lastModified=2023-03-25 18:03:09.080324000, delta=73726000 ns, racy<=2500000000 ns 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.154393000, lastModified=2023-03-25 18:03:09.090324000, size=104, fileKey=(dev=200051,ino=1868638957) 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.154455000, lastModified=2023-03-25 18:03:09.090324000, size=104, fileKey=(dev=200051,ino=1868638957) 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.154050000, lastModified=2023-03-25 18:03:09.080324000, delta=73726000 ns, racy<=2500000000 ns 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.154581000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.154581000, lastModified=2023-03-25 18:03:09.080324000, delta=74257000 ns, racy<=2500000000 ns 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.154581000, lastModified=2023-03-25 18:03:09.080324000, delta=74257000 ns, racy<=2500000000 ns 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.154 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.154891000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.154 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.154891000, lastModified=2023-03-25 18:03:09.080324000, delta=74567000 ns, racy<=2500000000 ns 18:03:09.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.154891000, lastModified=2023-03-25 18:03:09.080324000, delta=74567000 ns, racy<=2500000000 ns 18:03:09.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.155 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.155611000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.155611000, lastModified=2023-03-25 18:03:09.080324000, delta=75287000 ns, racy<=2500000000 ns 18:03:09.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.155 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, delta=181572000 ns, racy<=3805000 ns 18:03:09.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.081400000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389081400000 ns, racy<=3805000 ns 18:03:09.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, is unmodified 18:03:09.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, delta=181572000 ns, racy<=3805000 ns 18:03:09.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.081400000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389081400000 ns, racy<=3805000 ns 18:03:09.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, is unmodified 18:03:09.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.156833000, lastModified=2023-03-25 18:03:09.153325000, size=0, fileKey=(dev=200051,ino=1868638959) 18:03:09.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.155611000, lastModified=2023-03-25 18:03:09.080324000, delta=75287000 ns, racy<=2500000000 ns 18:03:09.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.156 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.156 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.156951000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.156951000, lastModified=2023-03-25 18:03:09.080324000, delta=76627000 ns, racy<=2500000000 ns 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.157212000, lastModified=2023-03-25 18:03:09.156325000, size=104, fileKey=(dev=200051,ino=1868638959) 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.157329000, lastModified=2023-03-25 18:03:09.156325000, size=104, fileKey=(dev=200051,ino=1868638959) 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.156951000, lastModified=2023-03-25 18:03:09.080324000, delta=76627000 ns, racy<=2500000000 ns 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.157 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.157437000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.157437000, lastModified=2023-03-25 18:03:09.080324000, delta=77113000 ns, racy<=2500000000 ns 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.109481000, lastModified=2023-03-25 18:03:05.958251000, delta=3151230000 ns, racy<=3805000 ns 18:03:09.157 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD, is unmodified 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master.lock, isRacyClean=false, read=2023-03-25 18:03:09.151015000, lastModified=2023-03-25 18:03:09.120324000, delta=30691000 ns, racy<=3805000 ns 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master.lock, is unmodified 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.157437000, lastModified=2023-03-25 18:03:09.080324000, delta=77113000 ns, racy<=2500000000 ns 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.158 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.158362000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.158362000, lastModified=2023-03-25 18:03:09.080324000, delta=78038000 ns, racy<=2500000000 ns 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.109481000, lastModified=2023-03-25 18:03:05.958251000, delta=3151230000 ns, racy<=3805000 ns 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD, is unmodified 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master.lock, isRacyClean=false, read=2023-03-25 18:03:09.151015000, lastModified=2023-03-25 18:03:09.120324000, delta=30691000 ns, racy<=3805000 ns 18:03:09.158 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master.lock, is unmodified 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.158362000, lastModified=2023-03-25 18:03:09.080324000, delta=78038000 ns, racy<=2500000000 ns 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.159 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.159173000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.159173000, lastModified=2023-03-25 18:03:09.080324000, delta=78849000 ns, racy<=2500000000 ns 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.159574000, lastModified=2023-03-25 18:03:09.156325000, size=104, fileKey=(dev=200051,ino=1868638959) 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.159652000, lastModified=2023-03-25 18:03:09.156325000, size=104, fileKey=(dev=200051,ino=1868638959) 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, delta=181572000 ns, racy<=3805000 ns 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.081400000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389081400000 ns, racy<=3805000 ns 18:03:09.159 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, is unmodified 18:03:09.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, delta=181572000 ns, racy<=3805000 ns 18:03:09.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.081400000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389081400000 ns, racy<=3805000 ns 18:03:09.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, is unmodified 18:03:09.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, delta=181572000 ns, racy<=3805000 ns 18:03:09.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.081400000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389081400000 ns, racy<=3805000 ns 18:03:09.160 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, is unmodified 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:06.069822000, lastModified=2023-03-25 18:03:05.888250000, delta=181572000 ns, racy<=3805000 ns 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.081400000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389081400000 ns, racy<=3805000 ns 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack/preserved, is unmodified 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.159173000, lastModified=2023-03-25 18:03:09.080324000, delta=78849000 ns, racy<=2500000000 ns 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.161 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.161645000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.161645000, lastModified=2023-03-25 18:03:09.080324000, delta=81321000 ns, racy<=2500000000 ns 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.109481000, lastModified=2023-03-25 18:03:05.958251000, delta=3151230000 ns, racy<=3805000 ns 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD, is unmodified 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master.lock, isRacyClean=false, read=2023-03-25 18:03:09.151015000, lastModified=2023-03-25 18:03:09.120324000, delta=30691000 ns, racy<=3805000 ns 18:03:09.161 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master.lock, is unmodified 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.161645000, lastModified=2023-03-25 18:03:09.080324000, delta=81321000 ns, racy<=2500000000 ns 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.162193000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.162193000, lastModified=2023-03-25 18:03:09.080324000, delta=81869000 ns, racy<=2500000000 ns 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master.lock, isRacyClean=false, read=2023-03-25 18:03:09.151015000, lastModified=2023-03-25 18:03:09.120324000, delta=30691000 ns, racy<=3805000 ns 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master.lock, is unmodified 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.162193000, lastModified=2023-03-25 18:03:09.080324000, delta=81869000 ns, racy<=2500000000 ns 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.162 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.162743000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.162743000, lastModified=2023-03-25 18:03:09.080324000, delta=82419000 ns, racy<=2500000000 ns 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.162 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.162743000, lastModified=2023-03-25 18:03:09.080324000, delta=82419000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.163042000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.163042000, lastModified=2023-03-25 18:03:09.080324000, delta=82718000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.163042000, lastModified=2023-03-25 18:03:09.080324000, delta=82718000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.163308000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.163308000, lastModified=2023-03-25 18:03:09.080324000, delta=82984000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.163308000, lastModified=2023-03-25 18:03:09.080324000, delta=82984000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.163541000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.163541000, lastModified=2023-03-25 18:03:09.080324000, delta=83217000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.163541000, lastModified=2023-03-25 18:03:09.080324000, delta=83217000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.163765000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.163765000, lastModified=2023-03-25 18:03:09.080324000, delta=83441000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.163765000, lastModified=2023-03-25 18:03:09.080324000, delta=83441000 ns, racy<=2500000000 ns 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.163 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.163 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.163979000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.163979000, lastModified=2023-03-25 18:03:09.080324000, delta=83655000 ns, racy<=2500000000 ns 18:03:09.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.164163000, lastModified=2023-03-25 18:03:09.162325000, size=41, fileKey=(dev=200051,ino=1870954728) 18:03:09.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.163979000, lastModified=2023-03-25 18:03:09.080324000, delta=83655000 ns, racy<=2500000000 ns 18:03:09.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.164 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.164351000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.164351000, lastModified=2023-03-25 18:03:09.080324000, delta=84027000 ns, racy<=2500000000 ns 18:03:09.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.164 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, cannot be racily clean 18:03:09.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.169588000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:09.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.164351000, lastModified=2023-03-25 18:03:09.080324000, delta=84027000 ns, racy<=2500000000 ns 18:03:09.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.169 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.169863000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.169 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.169863000, lastModified=2023-03-25 18:03:09.080324000, delta=89539000 ns, racy<=2500000000 ns 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.169863000, lastModified=2023-03-25 18:03:09.080324000, delta=89539000 ns, racy<=2500000000 ns 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.170 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.170229000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.170229000, lastModified=2023-03-25 18:03:09.080324000, delta=89905000 ns, racy<=2500000000 ns 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, delta=3204811000 ns, racy<=2500000000 ns 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.170477000, lastModified=2023-03-25 18:03:09.156325000, size=104, fileKey=(dev=200051,ino=1868638959) 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.170229000, lastModified=2023-03-25 18:03:09.080324000, delta=89905000 ns, racy<=2500000000 ns 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.170 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.170608000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.170608000, lastModified=2023-03-25 18:03:09.080324000, delta=90284000 ns, racy<=2500000000 ns 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, delta=3204811000 ns, racy<=2500000000 ns 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/HEAD, create new FileSnapshot: lastRead=2023-03-25 18:03:09.170840000, lastModified=2023-03-25 18:03:05.958251000, size=23, fileKey=(dev=200051,ino=1868639961) 18:03:09.170 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-03-25 18:03:09.170963000, lastModified=2023-03-25 18:03:09.162325000, size=41, fileKey=(dev=200051,ino=1870954728) 18:03:09.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit13489071046579725140:org.eclipse.hawk.git.JGitRepository:false 18:03:09.173 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:09.173 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.170608000, lastModified=2023-03-25 18:03:09.080324000, delta=90284000 ns, racy<=2500000000 ns 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.183606000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.183606000, lastModified=2023-03-25 18:03:09.080324000, delta=103282000 ns, racy<=2500000000 ns 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, delta=3204811000 ns, racy<=2500000000 ns 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master, isRacyClean=false, read=2023-03-25 18:03:09.170963000, lastModified=2023-03-25 18:03:09.162325000, delta=8638000 ns, racy<=3805000 ns 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master, is unmodified 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.183606000, lastModified=2023-03-25 18:03:09.080324000, delta=103282000 ns, racy<=2500000000 ns 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.183 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.184008000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.184008000, lastModified=2023-03-25 18:03:09.080324000, delta=103684000 ns, racy<=2500000000 ns 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, delta=3204811000 ns, racy<=2500000000 ns 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master, isRacyClean=false, read=2023-03-25 18:03:09.170963000, lastModified=2023-03-25 18:03:09.162325000, delta=8638000 ns, racy<=3805000 ns 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/refs/heads/master, is unmodified 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.184625000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.184008000, lastModified=2023-03-25 18:03:09.080324000, delta=103684000 ns, racy<=2500000000 ns 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.184831000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.184831000, lastModified=2023-03-25 18:03:09.080324000, delta=104507000 ns, racy<=2500000000 ns 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.184 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.185 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.185003000, lastModified=2023-03-25 18:03:05.965252000, size=78, fileKey=(dev=200051,ino=1868639999) 18:03:09.185 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.184831000, lastModified=2023-03-25 18:03:09.080324000, delta=104507000 ns, racy<=2500000000 ns 18:03:09.185 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.185 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.185 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.185158000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.185 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.185158000, lastModified=2023-03-25 18:03:09.080324000, delta=104834000 ns, racy<=2500000000 ns 18:03:09.185 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.185 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.185 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.185003000, lastModified=2023-03-25 18:03:05.965252000, delta=3219751000 ns, racy<=2500000000 ns 18:03:09.185 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.185 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.185379000, lastModified=2023-03-25 18:03:09.156325000, size=104, fileKey=(dev=200051,ino=1868638959) 18:03:09.186 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:03:09.186 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-25 18:03:09.186087000, lastModified=2023-03-25 18:03:05.888250000, size=6, fileKey=(dev=200051,ino=1878030673) 18:03:09.186 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.186087000, lastModified=2023-03-25 18:03:05.888250000, delta=3297837000 ns, racy<=3805000 ns 18:03:09.186 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.186 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.186087000, lastModified=2023-03-25 18:03:05.888250000, delta=3297837000 ns, racy<=3805000 ns 18:03:09.186 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.190 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.185158000, lastModified=2023-03-25 18:03:09.080324000, delta=104834000 ns, racy<=2500000000 ns 18:03:09.190 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.190 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.190 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.190559000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.190 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.190559000, lastModified=2023-03-25 18:03:09.080324000, delta=110235000 ns, racy<=2500000000 ns 18:03:09.190 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.190 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.190 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, delta=3204811000 ns, racy<=2500000000 ns 18:03:09.190 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.251 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:03:09.251 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-25 18:03:09.251530000, lastModified=2023-03-25 18:03:05.888250000, size=6, fileKey=(dev=200051,ino=1878030673) 18:03:09.251 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.251530000, lastModified=2023-03-25 18:03:05.888250000, delta=3363280000 ns, racy<=3805000 ns 18:03:09.251 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.251 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.251530000, lastModified=2023-03-25 18:03:05.888250000, delta=3363280000 ns, racy<=3805000 ns 18:03:09.251 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.251530000, lastModified=2023-03-25 18:03:05.888250000, delta=3363280000 ns, racy<=3805000 ns 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.251530000, lastModified=2023-03-25 18:03:05.888250000, delta=3363280000 ns, racy<=3805000 ns 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.190559000, lastModified=2023-03-25 18:03:09.080324000, delta=110235000 ns, racy<=2500000000 ns 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.252762000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.252762000, lastModified=2023-03-25 18:03:09.080324000, delta=172438000 ns, racy<=2500000000 ns 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, delta=3204811000 ns, racy<=2500000000 ns 18:03:09.252 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.254 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.252762000, lastModified=2023-03-25 18:03:09.080324000, delta=172438000 ns, racy<=2500000000 ns 18:03:09.254 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.254 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.254 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.254492000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.254 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.254492000, lastModified=2023-03-25 18:03:09.080324000, delta=174168000 ns, racy<=2500000000 ns 18:03:09.254 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.254 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.254 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, delta=3204811000 ns, racy<=2500000000 ns 18:03:09.254 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.256 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.254492000, lastModified=2023-03-25 18:03:09.080324000, delta=174168000 ns, racy<=2500000000 ns 18:03:09.256 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.256 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.256 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.256743000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.256 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.256743000, lastModified=2023-03-25 18:03:09.080324000, delta=176419000 ns, racy<=2500000000 ns 18:03:09.256 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.256 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.256 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, delta=3204811000 ns, racy<=2500000000 ns 18:03:09.256 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.256743000, lastModified=2023-03-25 18:03:09.080324000, delta=176419000 ns, racy<=2500000000 ns 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.257197000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.257197000, lastModified=2023-03-25 18:03:09.080324000, delta=176873000 ns, racy<=2500000000 ns 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, delta=3204811000 ns, racy<=2500000000 ns 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.257197000, lastModified=2023-03-25 18:03:09.080324000, delta=176873000 ns, racy<=2500000000 ns 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.257436000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.257436000, lastModified=2023-03-25 18:03:09.080324000, delta=177112000 ns, racy<=2500000000 ns 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, delta=3204811000 ns, racy<=2500000000 ns 18:03:09.257 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.257 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:09.261 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.257436000, lastModified=2023-03-25 18:03:09.080324000, delta=177112000 ns, racy<=2500000000 ns 18:03:09.261 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.261 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.261 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.261103000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.261 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.261103000, lastModified=2023-03-25 18:03:09.080324000, delta=180779000 ns, racy<=2500000000 ns 18:03:09.261 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.261 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.261 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, delta=3204811000 ns, racy<=2500000000 ns 18:03:09.261 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.261 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.251530000, lastModified=2023-03-25 18:03:05.888250000, delta=3363280000 ns, racy<=3805000 ns 18:03:09.261 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.261 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:09.261 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:09.273 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:03:09.273 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:09.273 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:03:09.273 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:03:09.358 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:03:09.362 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:03:09.362 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:03:09.362 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:03:09.362 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s89ms [pure insertion] marking any relevant derived attributes for update...18:03:09.362 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:03:09.364 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:03:09.364 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:09.364 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:09.364 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:09.364 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:09.364 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:09.364 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:09.364 [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... 18:03:09.364 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:09.365 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision cf2589f6c95e308b188d6b84e324d49857c76277 (timepoint 1679767389000) of /tmp/junit13489071046579725140 18:03:09.365 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:09.366 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.261103000, lastModified=2023-03-25 18:03:09.080324000, delta=180779000 ns, racy<=2500000000 ns 18:03:09.366 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.366 [pool-64-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.366 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.366750000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.366 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.366750000, lastModified=2023-03-25 18:03:09.080324000, delta=286426000 ns, racy<=2500000000 ns 18:03:09.366 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.366 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.366 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.170063000, lastModified=2023-03-25 18:03:05.965252000, delta=3204811000 ns, racy<=2500000000 ns 18:03:09.366 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/config, is unmodified 18:03:09.367 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.251530000, lastModified=2023-03-25 18:03:05.888250000, delta=3363280000 ns, racy<=3805000 ns 18:03:09.367 [pool-64-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit13489071046579725140/.git/objects/pack, is unmodified 18:03:09.367 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:09.367 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:09.375 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:03:09.375 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:09.376 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:03:09.376 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:03:09.376 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:09.376 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:03:09.376 [pool-64-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:09.384 [pool-64-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...18:03:09.384 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:09.384 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:09.384 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:09.384 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:09.384 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:09.384 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:09.384 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:09.384 [pool-64-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:09.384 [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... 18:03:09.384 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:09.385 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision c774afa605d8aefb580d5abd6eae49c8a669f279 (timepoint 1679767389002) of /tmp/junit13489071046579725140 18:03:09.385 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:09.385 [pool-64-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 212 ms 18:03:09.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:03:09.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit13489071046579725140:org.eclipse.hawk.git.JGitRepository:false 18:03:09.452 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:09.452 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:03:09.453 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:03:09.454 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2068227669421428894/test_defaultBranch[LevelDB GreyCat] 18:03:09.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:03:09.710 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:03:09.712 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:09.712 [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 18:03:09.712 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:09.712 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:09.751 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:03:09.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:03:09.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:03:09.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:03:09.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:03:09.752 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:09.752 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:09.752 [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 18:03:09.758 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:09.758 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:09.763 [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 18:03:09.763 [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 18:03:09.763 [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 18:03:09.763 [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 18:03:09.763 [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 18:03:09.763 [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 18:03:09.763 [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 18:03:09.763 [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 18:03:09.763 [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 18:03:09.764 [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 18:03:09.764 [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 18:03:09.764 [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 18:03:09.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 18:03:09.765 [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[] 18:03:09.765 [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 18:03:09.765 [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 18:03:09.765 [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 18:03:09.765 [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 18:03:09.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 18:03:09.765 [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 18:03:09.765 [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 18:03:09.766 [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 18:03:09.766 [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 18:03:09.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 18:03:09.767 [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 18:03:09.768 [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 18:03:09.768 [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 18:03:09.768 [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 18:03:09.768 [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 18:03:09.768 [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 18:03:09.769 [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 18:03:09.772 [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 18:03:09.772 [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 18:03:09.776 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:03:09.776 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:09.776 [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 18:03:09.780 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:09.780 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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[] 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.785 [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 18:03:09.786 [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 18:03:09.786 [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 18:03:09.786 [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 18:03:09.786 [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 18:03:09.786 [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 18:03:09.786 [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 18:03:09.786 [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 18:03:09.786 [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 18:03:09.787 [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 18:03:09.787 [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 18:03:09.787 [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 18:03:09.787 [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 18:03:09.787 [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 18:03:09.787 [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 18:03:09.787 [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 18:03:09.787 [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[] 18:03:09.787 [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 18:03:09.787 [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 18:03:09.787 [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 18:03:09.788 [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 18:03:09.788 [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 18:03:09.788 [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 18:03:09.788 [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 18:03:09.788 [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 18:03:09.788 [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 18:03:09.788 [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 18:03:09.788 [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 18:03:09.788 [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 18:03:09.788 [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 18:03:09.791 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:03:09.791 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:09.791 [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 18:03:09.792 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:09.792 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:09.853 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:03:09.854 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:03:09.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.366750000, lastModified=2023-03-25 18:03:09.080324000, delta=286426000 ns, racy<=2500000000 ns 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.855134000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.855134000, lastModified=2023-03-25 18:03:09.080324000, delta=774810000 ns, racy<=2500000000 ns 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.855134000, lastModified=2023-03-25 18:03:09.080324000, delta=774810000 ns, racy<=2500000000 ns 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.855425000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.855425000, lastModified=2023-03-25 18:03:09.080324000, delta=775101000 ns, racy<=2500000000 ns 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.855425000, lastModified=2023-03-25 18:03:09.080324000, delta=775101000 ns, racy<=2500000000 ns 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.855 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.855784000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.855784000, lastModified=2023-03-25 18:03:09.080324000, delta=775460000 ns, racy<=2500000000 ns 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.855617000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389855617000 ns, racy<=2500000000 ns 18:03:09.855 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is unmodified 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.855784000, lastModified=2023-03-25 18:03:09.080324000, delta=775460000 ns, racy<=2500000000 ns 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.856148000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.856148000, lastModified=2023-03-25 18:03:09.080324000, delta=775824000 ns, racy<=2500000000 ns 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.855617000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389855617000 ns, racy<=2500000000 ns 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is unmodified 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.856148000, lastModified=2023-03-25 18:03:09.080324000, delta=775824000 ns, racy<=2500000000 ns 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.856 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.856486000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.856486000, lastModified=2023-03-25 18:03:09.080324000, delta=776162000 ns, racy<=2500000000 ns 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.855617000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389855617000 ns, racy<=2500000000 ns 18:03:09.856 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is unmodified 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.856486000, lastModified=2023-03-25 18:03:09.080324000, delta=776162000 ns, racy<=2500000000 ns 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.857134000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.857134000, lastModified=2023-03-25 18:03:09.080324000, delta=776810000 ns, racy<=2500000000 ns 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.855617000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389855617000 ns, racy<=2500000000 ns 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is unmodified 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.857134000, lastModified=2023-03-25 18:03:09.080324000, delta=776810000 ns, racy<=2500000000 ns 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.857499000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.857499000, lastModified=2023-03-25 18:03:09.080324000, delta=777175000 ns, racy<=2500000000 ns 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.855617000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389855617000 ns, racy<=2500000000 ns 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is unmodified 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.857499000, lastModified=2023-03-25 18:03:09.080324000, delta=777175000 ns, racy<=2500000000 ns 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.857 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.857868000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.857 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.857868000, lastModified=2023-03-25 18:03:09.080324000, delta=777544000 ns, racy<=2500000000 ns 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.855617000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389855617000 ns, racy<=2500000000 ns 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is unmodified 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.857868000, lastModified=2023-03-25 18:03:09.080324000, delta=777544000 ns, racy<=2500000000 ns 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.858 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.858484000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.858484000, lastModified=2023-03-25 18:03:09.080324000, delta=778160000 ns, racy<=2500000000 ns 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.855617000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389855617000 ns, racy<=2500000000 ns 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is unmodified 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.858484000, lastModified=2023-03-25 18:03:09.080324000, delta=778160000 ns, racy<=2500000000 ns 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.858 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.858798000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.858798000, lastModified=2023-03-25 18:03:09.080324000, delta=778474000 ns, racy<=2500000000 ns 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.855617000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389855617000 ns, racy<=2500000000 ns 18:03:09.858 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is unmodified 18:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.858798000, lastModified=2023-03-25 18:03:09.080324000, delta=778474000 ns, racy<=2500000000 ns 18:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.859 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.859145000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.859145000, lastModified=2023-03-25 18:03:09.080324000, delta=778821000 ns, racy<=2500000000 ns 18:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=false, read=2023-03-25 18:03:09.855617000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389855617000 ns, racy<=2500000000 ns 18:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is unmodified 18:03:09.859 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.859436000, lastModified=2023-03-25 18:03:09.858341000, size=23, fileKey=(dev=200051,ino=1915055496) 18:03:09.869 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.869598000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.870207000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.859145000, lastModified=2023-03-25 18:03:09.080324000, delta=778821000 ns, racy<=2500000000 ns 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.870400000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.870400000, lastModified=2023-03-25 18:03:09.080324000, delta=790076000 ns, racy<=2500000000 ns 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.870545000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.870400000, lastModified=2023-03-25 18:03:09.080324000, delta=790076000 ns, racy<=2500000000 ns 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.870 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.870674000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.870674000, lastModified=2023-03-25 18:03:09.080324000, delta=790350000 ns, racy<=2500000000 ns 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.870545000, lastModified=2023-03-25 18:03:09.868342000, delta=2203000 ns, racy<=2500000000 ns 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.870821000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.870 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.870821000, lastModified=2023-03-25 18:03:09.868342000, delta=2479000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.870674000, lastModified=2023-03-25 18:03:09.080324000, delta=790350000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.871129000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.871129000, lastModified=2023-03-25 18:03:09.080324000, delta=790805000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.870821000, lastModified=2023-03-25 18:03:09.868342000, delta=2479000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.871289000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.871289000, lastModified=2023-03-25 18:03:09.868342000, delta=2947000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.871129000, lastModified=2023-03-25 18:03:09.080324000, delta=790805000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.871502000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.871502000, lastModified=2023-03-25 18:03:09.080324000, delta=791178000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.871289000, lastModified=2023-03-25 18:03:09.868342000, delta=2947000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.871672000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.871672000, lastModified=2023-03-25 18:03:09.868342000, delta=3330000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.871502000, lastModified=2023-03-25 18:03:09.080324000, delta=791178000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.871 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.871859000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.871859000, lastModified=2023-03-25 18:03:09.080324000, delta=791535000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.871 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.871672000, lastModified=2023-03-25 18:03:09.868342000, delta=3330000 ns, racy<=2500000000 ns 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.872035000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.872035000, lastModified=2023-03-25 18:03:09.868342000, delta=3693000 ns, racy<=2500000000 ns 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.871859000, lastModified=2023-03-25 18:03:09.080324000, delta=791535000 ns, racy<=2500000000 ns 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.872 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.872306000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.872306000, lastModified=2023-03-25 18:03:09.080324000, delta=791982000 ns, racy<=2500000000 ns 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.872035000, lastModified=2023-03-25 18:03:09.868342000, delta=3693000 ns, racy<=2500000000 ns 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.872467000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.872467000, lastModified=2023-03-25 18:03:09.868342000, delta=4125000 ns, racy<=2500000000 ns 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.872306000, lastModified=2023-03-25 18:03:09.080324000, delta=791982000 ns, racy<=2500000000 ns 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.872 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.872667000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.872667000, lastModified=2023-03-25 18:03:09.080324000, delta=792343000 ns, racy<=2500000000 ns 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.872467000, lastModified=2023-03-25 18:03:09.868342000, delta=4125000 ns, racy<=2500000000 ns 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.872811000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.872 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.872811000, lastModified=2023-03-25 18:03:09.868342000, delta=4469000 ns, racy<=2500000000 ns 18:03:09.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:03:09.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, size=6, fileKey=(dev=200051,ino=1924177817) 18:03:09.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.873 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 0 bytes 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.872667000, lastModified=2023-03-25 18:03:09.080324000, delta=792343000 ns, racy<=2500000000 ns 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.874 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.874804000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.874804000, lastModified=2023-03-25 18:03:09.080324000, delta=794480000 ns, racy<=2500000000 ns 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.872811000, lastModified=2023-03-25 18:03:09.868342000, delta=4469000 ns, racy<=2500000000 ns 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.874 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.874984000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.874984000, lastModified=2023-03-25 18:03:09.868342000, delta=6642000 ns, racy<=2500000000 ns 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.875082000, lastModified=2023-03-25 18:03:09.870342000, size=0, fileKey=(dev=200051,ino=1915055542) 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.874804000, lastModified=2023-03-25 18:03:09.080324000, delta=794480000 ns, racy<=2500000000 ns 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.875146000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.875146000, lastModified=2023-03-25 18:03:09.080324000, delta=794822000 ns, racy<=2500000000 ns 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.874984000, lastModified=2023-03-25 18:03:09.868342000, delta=6642000 ns, racy<=2500000000 ns 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.875295000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.875295000, lastModified=2023-03-25 18:03:09.868342000, delta=6953000 ns, racy<=2500000000 ns 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.875426000, lastModified=2023-03-25 18:03:09.874342000, size=104, fileKey=(dev=200051,ino=1915055542) 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.875485000, lastModified=2023-03-25 18:03:09.874342000, size=104, fileKey=(dev=200051,ino=1915055542) 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.875146000, lastModified=2023-03-25 18:03:09.080324000, delta=794822000 ns, racy<=2500000000 ns 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.875657000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.875657000, lastModified=2023-03-25 18:03:09.080324000, delta=795333000 ns, racy<=2500000000 ns 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.875295000, lastModified=2023-03-25 18:03:09.868342000, delta=6953000 ns, racy<=2500000000 ns 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.875817000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.875817000, lastModified=2023-03-25 18:03:09.868342000, delta=7475000 ns, racy<=2500000000 ns 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.875657000, lastModified=2023-03-25 18:03:09.080324000, delta=795333000 ns, racy<=2500000000 ns 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.875 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.875 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.875958000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.875958000, lastModified=2023-03-25 18:03:09.080324000, delta=795634000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.875817000, lastModified=2023-03-25 18:03:09.868342000, delta=7475000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.876113000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.876113000, lastModified=2023-03-25 18:03:09.868342000, delta=7771000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.875958000, lastModified=2023-03-25 18:03:09.080324000, delta=795634000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.876 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.876269000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.876269000, lastModified=2023-03-25 18:03:09.080324000, delta=795945000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.876113000, lastModified=2023-03-25 18:03:09.868342000, delta=7771000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.876415000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.876415000, lastModified=2023-03-25 18:03:09.868342000, delta=8073000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.876269000, lastModified=2023-03-25 18:03:09.080324000, delta=795945000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.876 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.876528000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.876528000, lastModified=2023-03-25 18:03:09.080324000, delta=796204000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.876415000, lastModified=2023-03-25 18:03:09.868342000, delta=8073000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.876664000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.876664000, lastModified=2023-03-25 18:03:09.868342000, delta=8322000 ns, racy<=2500000000 ns 18:03:09.876 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, create new FileSnapshot: lastRead=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, size=23, fileKey=(dev=200051,ino=1915055496) 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.876528000, lastModified=2023-03-25 18:03:09.080324000, delta=796204000 ns, racy<=2500000000 ns 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.877049000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.877049000, lastModified=2023-03-25 18:03:09.080324000, delta=796725000 ns, racy<=2500000000 ns 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.876664000, lastModified=2023-03-25 18:03:09.868342000, delta=8322000 ns, racy<=2500000000 ns 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.877213000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.877213000, lastModified=2023-03-25 18:03:09.868342000, delta=8871000 ns, racy<=2500000000 ns 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.877049000, lastModified=2023-03-25 18:03:09.080324000, delta=796725000 ns, racy<=2500000000 ns 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.877 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.877883000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.877 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.877883000, lastModified=2023-03-25 18:03:09.080324000, delta=797559000 ns, racy<=2500000000 ns 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.877213000, lastModified=2023-03-25 18:03:09.868342000, delta=8871000 ns, racy<=2500000000 ns 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.878070000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.878070000, lastModified=2023-03-25 18:03:09.868342000, delta=9728000 ns, racy<=2500000000 ns 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.878291000, lastModified=2023-03-25 18:03:09.874342000, size=104, fileKey=(dev=200051,ino=1915055542) 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.878343000, lastModified=2023-03-25 18:03:09.874342000, size=104, fileKey=(dev=200051,ino=1915055542) 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.878 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.877883000, lastModified=2023-03-25 18:03:09.080324000, delta=797559000 ns, racy<=2500000000 ns 18:03:09.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.879 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.879864000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.879 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.879864000, lastModified=2023-03-25 18:03:09.080324000, delta=799540000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.878070000, lastModified=2023-03-25 18:03:09.868342000, delta=9728000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.880058000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.880058000, lastModified=2023-03-25 18:03:09.868342000, delta=11716000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.879864000, lastModified=2023-03-25 18:03:09.080324000, delta=799540000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.880 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.880364000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.880364000, lastModified=2023-03-25 18:03:09.080324000, delta=800040000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.880058000, lastModified=2023-03-25 18:03:09.868342000, delta=11716000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.880521000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.880521000, lastModified=2023-03-25 18:03:09.868342000, delta=12179000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.880364000, lastModified=2023-03-25 18:03:09.080324000, delta=800040000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.880 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.880796000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.880796000, lastModified=2023-03-25 18:03:09.080324000, delta=800472000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.880521000, lastModified=2023-03-25 18:03:09.868342000, delta=12179000 ns, racy<=2500000000 ns 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.880 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.880976000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.880976000, lastModified=2023-03-25 18:03:09.868342000, delta=12634000 ns, racy<=2500000000 ns 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.880796000, lastModified=2023-03-25 18:03:09.080324000, delta=800472000 ns, racy<=2500000000 ns 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.881 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.881537000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.881537000, lastModified=2023-03-25 18:03:09.080324000, delta=801213000 ns, racy<=2500000000 ns 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.880976000, lastModified=2023-03-25 18:03:09.868342000, delta=12634000 ns, racy<=2500000000 ns 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.881695000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.881695000, lastModified=2023-03-25 18:03:09.868342000, delta=13353000 ns, racy<=2500000000 ns 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.881537000, lastModified=2023-03-25 18:03:09.080324000, delta=801213000 ns, racy<=2500000000 ns 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.881 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.881857000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.881857000, lastModified=2023-03-25 18:03:09.080324000, delta=801533000 ns, racy<=2500000000 ns 18:03:09.881 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.881695000, lastModified=2023-03-25 18:03:09.868342000, delta=13353000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.882047000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.882047000, lastModified=2023-03-25 18:03:09.868342000, delta=13705000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.881857000, lastModified=2023-03-25 18:03:09.080324000, delta=801533000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.882217000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.882217000, lastModified=2023-03-25 18:03:09.080324000, delta=801893000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.882047000, lastModified=2023-03-25 18:03:09.868342000, delta=13705000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.882367000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.882367000, lastModified=2023-03-25 18:03:09.868342000, delta=14025000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.882217000, lastModified=2023-03-25 18:03:09.080324000, delta=801893000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.882497000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.882497000, lastModified=2023-03-25 18:03:09.080324000, delta=802173000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.882367000, lastModified=2023-03-25 18:03:09.868342000, delta=14025000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.882656000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.882656000, lastModified=2023-03-25 18:03:09.868342000, delta=14314000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.882497000, lastModified=2023-03-25 18:03:09.080324000, delta=802173000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.882 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.882843000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.882843000, lastModified=2023-03-25 18:03:09.080324000, delta=802519000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.882 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.882656000, lastModified=2023-03-25 18:03:09.868342000, delta=14314000 ns, racy<=2500000000 ns 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.883026000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.883026000, lastModified=2023-03-25 18:03:09.868342000, delta=14684000 ns, racy<=2500000000 ns 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.882843000, lastModified=2023-03-25 18:03:09.080324000, delta=802519000 ns, racy<=2500000000 ns 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.883 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.883159000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.883159000, lastModified=2023-03-25 18:03:09.080324000, delta=802835000 ns, racy<=2500000000 ns 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.883026000, lastModified=2023-03-25 18:03:09.868342000, delta=14684000 ns, racy<=2500000000 ns 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.883315000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.883315000, lastModified=2023-03-25 18:03:09.868342000, delta=14973000 ns, racy<=2500000000 ns 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.883466000, lastModified=2023-03-25 18:03:09.880342000, size=41, fileKey=(dev=200051,ino=1916806443) 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.883159000, lastModified=2023-03-25 18:03:09.080324000, delta=802835000 ns, racy<=2500000000 ns 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.883 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.883629000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.883629000, lastModified=2023-03-25 18:03:09.080324000, delta=803305000 ns, racy<=2500000000 ns 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.883315000, lastModified=2023-03-25 18:03:09.868342000, delta=14973000 ns, racy<=2500000000 ns 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.883804000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.883 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.883804000, lastModified=2023-03-25 18:03:09.868342000, delta=15462000 ns, racy<=2500000000 ns 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.883629000, lastModified=2023-03-25 18:03:09.080324000, delta=803305000 ns, racy<=2500000000 ns 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.884 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.884555000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.884555000, lastModified=2023-03-25 18:03:09.080324000, delta=804231000 ns, racy<=2500000000 ns 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.883804000, lastModified=2023-03-25 18:03:09.868342000, delta=15462000 ns, racy<=2500000000 ns 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.884728000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.884728000, lastModified=2023-03-25 18:03:09.868342000, delta=16386000 ns, racy<=2500000000 ns 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.884555000, lastModified=2023-03-25 18:03:09.080324000, delta=804231000 ns, racy<=2500000000 ns 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.884 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.884846000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.884 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.884846000, lastModified=2023-03-25 18:03:09.080324000, delta=804522000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.884728000, lastModified=2023-03-25 18:03:09.868342000, delta=16386000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.885058000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.885058000, lastModified=2023-03-25 18:03:09.868342000, delta=16716000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.884846000, lastModified=2023-03-25 18:03:09.080324000, delta=804522000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.885 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.885184000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.885184000, lastModified=2023-03-25 18:03:09.080324000, delta=804860000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.885058000, lastModified=2023-03-25 18:03:09.868342000, delta=16716000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.885327000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.885327000, lastModified=2023-03-25 18:03:09.868342000, delta=16985000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.885184000, lastModified=2023-03-25 18:03:09.080324000, delta=804860000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.885 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.885458000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.885458000, lastModified=2023-03-25 18:03:09.080324000, delta=805134000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.885327000, lastModified=2023-03-25 18:03:09.868342000, delta=16985000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.885599000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.885599000, lastModified=2023-03-25 18:03:09.868342000, delta=17257000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.885780000, lastModified=2023-03-25 18:03:09.874342000, size=104, fileKey=(dev=200051,ino=1915055542) 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.885831000, lastModified=2023-03-25 18:03:09.874342000, size=104, fileKey=(dev=200051,ino=1915055542) 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.885458000, lastModified=2023-03-25 18:03:09.080324000, delta=805134000 ns, racy<=2500000000 ns 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.885 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.885937000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.885 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.885937000, lastModified=2023-03-25 18:03:09.080324000, delta=805613000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.885599000, lastModified=2023-03-25 18:03:09.868342000, delta=17257000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.886107000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.886107000, lastModified=2023-03-25 18:03:09.868342000, delta=17765000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.885937000, lastModified=2023-03-25 18:03:09.080324000, delta=805613000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.886 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.886216000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.886216000, lastModified=2023-03-25 18:03:09.080324000, delta=805892000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.886107000, lastModified=2023-03-25 18:03:09.868342000, delta=17765000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.886356000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.886356000, lastModified=2023-03-25 18:03:09.868342000, delta=18014000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.886216000, lastModified=2023-03-25 18:03:09.080324000, delta=805892000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.886 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.886631000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.886631000, lastModified=2023-03-25 18:03:09.080324000, delta=806307000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.886356000, lastModified=2023-03-25 18:03:09.868342000, delta=18014000 ns, racy<=2500000000 ns 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.886797000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.886 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.886797000, lastModified=2023-03-25 18:03:09.868342000, delta=18455000 ns, racy<=2500000000 ns 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.887714000, lastModified=2023-03-25 18:03:09.884342000, size=0, fileKey=(dev=200051,ino=1915055543) 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.886631000, lastModified=2023-03-25 18:03:09.080324000, delta=806307000 ns, racy<=2500000000 ns 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.887 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.887794000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.887794000, lastModified=2023-03-25 18:03:09.080324000, delta=807470000 ns, racy<=2500000000 ns 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.886797000, lastModified=2023-03-25 18:03:09.868342000, delta=18455000 ns, racy<=2500000000 ns 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.887 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.887982000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.887982000, lastModified=2023-03-25 18:03:09.868342000, delta=19640000 ns, racy<=2500000000 ns 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.888122000, lastModified=2023-03-25 18:03:09.887342000, size=104, fileKey=(dev=200051,ino=1915055543) 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.888190000, lastModified=2023-03-25 18:03:09.887342000, size=104, fileKey=(dev=200051,ino=1915055543) 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.887794000, lastModified=2023-03-25 18:03:09.080324000, delta=807470000 ns, racy<=2500000000 ns 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.888 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.888264000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.888264000, lastModified=2023-03-25 18:03:09.080324000, delta=807940000 ns, racy<=2500000000 ns 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.887982000, lastModified=2023-03-25 18:03:09.868342000, delta=19640000 ns, racy<=2500000000 ns 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.888422000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.888422000, lastModified=2023-03-25 18:03:09.868342000, delta=20080000 ns, racy<=2500000000 ns 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, isRacyClean=true, read=2023-03-25 18:03:09.883466000, lastModified=2023-03-25 18:03:09.880342000, delta=3124000 ns, racy<=3805000 ns 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, is racily clean 18:03:09.888 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-03-25 18:03:09.888969000, lastModified=2023-03-25 18:03:09.880342000, size=41, fileKey=(dev=200051,ino=1916806443) 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, isRacyClean=false, read=2023-03-25 18:03:09.888969000, lastModified=2023-03-25 18:03:09.880342000, delta=8627000 ns, racy<=3805000 ns 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.888264000, lastModified=2023-03-25 18:03:09.080324000, delta=807940000 ns, racy<=2500000000 ns 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.889 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.889154000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.889154000, lastModified=2023-03-25 18:03:09.080324000, delta=808830000 ns, racy<=2500000000 ns 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.888422000, lastModified=2023-03-25 18:03:09.868342000, delta=20080000 ns, racy<=2500000000 ns 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.889320000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.889320000, lastModified=2023-03-25 18:03:09.868342000, delta=20978000 ns, racy<=2500000000 ns 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.889154000, lastModified=2023-03-25 18:03:09.080324000, delta=808830000 ns, racy<=2500000000 ns 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.889 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.889855000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.889 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.889855000, lastModified=2023-03-25 18:03:09.080324000, delta=809531000 ns, racy<=2500000000 ns 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.889320000, lastModified=2023-03-25 18:03:09.868342000, delta=20978000 ns, racy<=2500000000 ns 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.890063000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.890063000, lastModified=2023-03-25 18:03:09.868342000, delta=21721000 ns, racy<=2500000000 ns 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.890277000, lastModified=2023-03-25 18:03:09.887342000, size=104, fileKey=(dev=200051,ino=1915055543) 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.890327000, lastModified=2023-03-25 18:03:09.887342000, size=104, fileKey=(dev=200051,ino=1915055543) 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.890 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.889855000, lastModified=2023-03-25 18:03:09.080324000, delta=809531000 ns, racy<=2500000000 ns 18:03:09.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.891 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.891 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.891936000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.891936000, lastModified=2023-03-25 18:03:09.080324000, delta=811612000 ns, racy<=2500000000 ns 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.890063000, lastModified=2023-03-25 18:03:09.868342000, delta=21721000 ns, racy<=2500000000 ns 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.892115000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.892115000, lastModified=2023-03-25 18:03:09.868342000, delta=23773000 ns, racy<=2500000000 ns 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.891936000, lastModified=2023-03-25 18:03:09.080324000, delta=811612000 ns, racy<=2500000000 ns 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.892 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.892457000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.892457000, lastModified=2023-03-25 18:03:09.080324000, delta=812133000 ns, racy<=2500000000 ns 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.892115000, lastModified=2023-03-25 18:03:09.868342000, delta=23773000 ns, racy<=2500000000 ns 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.892621000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.892621000, lastModified=2023-03-25 18:03:09.868342000, delta=24279000 ns, racy<=2500000000 ns 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.892457000, lastModified=2023-03-25 18:03:09.080324000, delta=812133000 ns, racy<=2500000000 ns 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.892 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.892 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.892954000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.892954000, lastModified=2023-03-25 18:03:09.080324000, delta=812630000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.892621000, lastModified=2023-03-25 18:03:09.868342000, delta=24279000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.893123000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.893123000, lastModified=2023-03-25 18:03:09.868342000, delta=24781000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.892954000, lastModified=2023-03-25 18:03:09.080324000, delta=812630000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.893 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.893283000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.893283000, lastModified=2023-03-25 18:03:09.080324000, delta=812959000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.893123000, lastModified=2023-03-25 18:03:09.868342000, delta=24781000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.893435000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.893435000, lastModified=2023-03-25 18:03:09.868342000, delta=25093000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.893283000, lastModified=2023-03-25 18:03:09.080324000, delta=812959000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.893 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.893593000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.893593000, lastModified=2023-03-25 18:03:09.080324000, delta=813269000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.893435000, lastModified=2023-03-25 18:03:09.868342000, delta=25093000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.893742000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.893742000, lastModified=2023-03-25 18:03:09.868342000, delta=25400000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.893593000, lastModified=2023-03-25 18:03:09.080324000, delta=813269000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.893 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.893866000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.893866000, lastModified=2023-03-25 18:03:09.080324000, delta=813542000 ns, racy<=2500000000 ns 18:03:09.893 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.893742000, lastModified=2023-03-25 18:03:09.868342000, delta=25400000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.894054000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.894054000, lastModified=2023-03-25 18:03:09.868342000, delta=25712000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.893866000, lastModified=2023-03-25 18:03:09.080324000, delta=813542000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.894 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.894190000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.894190000, lastModified=2023-03-25 18:03:09.080324000, delta=813866000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.894054000, lastModified=2023-03-25 18:03:09.868342000, delta=25712000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.894346000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.894346000, lastModified=2023-03-25 18:03:09.868342000, delta=26004000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.894190000, lastModified=2023-03-25 18:03:09.080324000, delta=813866000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.894 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.894470000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.894470000, lastModified=2023-03-25 18:03:09.080324000, delta=814146000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.894346000, lastModified=2023-03-25 18:03:09.868342000, delta=26004000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.894614000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.894614000, lastModified=2023-03-25 18:03:09.868342000, delta=26272000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.894705000, lastModified=2023-03-25 18:03:09.892342000, size=41, fileKey=(dev=200051,ino=1916806863) 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.894470000, lastModified=2023-03-25 18:03:09.080324000, delta=814146000 ns, racy<=2500000000 ns 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.894 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.894875000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.894 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.894875000, lastModified=2023-03-25 18:03:09.080324000, delta=814551000 ns, racy<=2500000000 ns 18:03:09.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.894614000, lastModified=2023-03-25 18:03:09.868342000, delta=26272000 ns, racy<=2500000000 ns 18:03:09.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.895058000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.895 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.895058000, lastModified=2023-03-25 18:03:09.868342000, delta=26716000 ns, racy<=2500000000 ns 18:03:09.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.894875000, lastModified=2023-03-25 18:03:09.080324000, delta=814551000 ns, racy<=2500000000 ns 18:03:09.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.898 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.898379000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.898379000, lastModified=2023-03-25 18:03:09.080324000, delta=818055000 ns, racy<=2500000000 ns 18:03:09.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.895058000, lastModified=2023-03-25 18:03:09.868342000, delta=26716000 ns, racy<=2500000000 ns 18:03:09.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.898566000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.898 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.898566000, lastModified=2023-03-25 18:03:09.868342000, delta=30224000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.898379000, lastModified=2023-03-25 18:03:09.080324000, delta=818055000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.899 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.899102000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.899102000, lastModified=2023-03-25 18:03:09.080324000, delta=818778000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.898566000, lastModified=2023-03-25 18:03:09.868342000, delta=30224000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.899254000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.899254000, lastModified=2023-03-25 18:03:09.868342000, delta=30912000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, isRacyClean=true, read=2023-03-25 18:03:09.894705000, lastModified=2023-03-25 18:03:09.892342000, delta=2363000 ns, racy<=3805000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, is racily clean 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master, create new FileSnapshot: lastRead=2023-03-25 18:03:09.899420000, lastModified=2023-03-25 18:03:09.892342000, size=41, fileKey=(dev=200051,ino=1916806863) 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, isRacyClean=false, read=2023-03-25 18:03:09.899420000, lastModified=2023-03-25 18:03:09.892342000, delta=7078000 ns, racy<=3805000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.899102000, lastModified=2023-03-25 18:03:09.080324000, delta=818778000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.899 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.899531000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.899531000, lastModified=2023-03-25 18:03:09.080324000, delta=819207000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.899254000, lastModified=2023-03-25 18:03:09.868342000, delta=30912000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.899666000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.899666000, lastModified=2023-03-25 18:03:09.868342000, delta=31324000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.899531000, lastModified=2023-03-25 18:03:09.080324000, delta=819207000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.899 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.899879000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.899879000, lastModified=2023-03-25 18:03:09.080324000, delta=819555000 ns, racy<=2500000000 ns 18:03:09.899 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.899666000, lastModified=2023-03-25 18:03:09.868342000, delta=31324000 ns, racy<=2500000000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.900040000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.900040000, lastModified=2023-03-25 18:03:09.868342000, delta=31698000 ns, racy<=2500000000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.899879000, lastModified=2023-03-25 18:03:09.080324000, delta=819555000 ns, racy<=2500000000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.900 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.900218000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.900218000, lastModified=2023-03-25 18:03:09.080324000, delta=819894000 ns, racy<=2500000000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.900040000, lastModified=2023-03-25 18:03:09.868342000, delta=31698000 ns, racy<=2500000000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.900343000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.900343000, lastModified=2023-03-25 18:03:09.868342000, delta=32001000 ns, racy<=2500000000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.900218000, lastModified=2023-03-25 18:03:09.080324000, delta=819894000 ns, racy<=2500000000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.900 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.900642000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.900642000, lastModified=2023-03-25 18:03:09.080324000, delta=820318000 ns, racy<=2500000000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.900343000, lastModified=2023-03-25 18:03:09.868342000, delta=32001000 ns, racy<=2500000000 ns 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.900786000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.900 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.900786000, lastModified=2023-03-25 18:03:09.868342000, delta=32444000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.900642000, lastModified=2023-03-25 18:03:09.080324000, delta=820318000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.901 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.901064000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.901064000, lastModified=2023-03-25 18:03:09.080324000, delta=820740000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.900786000, lastModified=2023-03-25 18:03:09.868342000, delta=32444000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.901199000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.901199000, lastModified=2023-03-25 18:03:09.868342000, delta=32857000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads, create new FileSnapshot: lastRead=2023-03-25 18:03:09.901320000, lastModified=2023-03-25 18:03:09.893342000, size=20, fileKey=(dev=200051,ino=1916806429) 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.901064000, lastModified=2023-03-25 18:03:09.080324000, delta=820740000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.901 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.901424000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.901424000, lastModified=2023-03-25 18:03:09.080324000, delta=821100000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.901199000, lastModified=2023-03-25 18:03:09.868342000, delta=32857000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.901560000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.901560000, lastModified=2023-03-25 18:03:09.868342000, delta=33218000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs, create new FileSnapshot: lastRead=2023-03-25 18:03:09.901657000, lastModified=2023-03-25 18:03:09.855341000, size=31, fileKey=(dev=200051,ino=1915761885) 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.901424000, lastModified=2023-03-25 18:03:09.080324000, delta=821100000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.901 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.901807000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.901807000, lastModified=2023-03-25 18:03:09.080324000, delta=821483000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.901560000, lastModified=2023-03-25 18:03:09.868342000, delta=33218000 ns, racy<=2500000000 ns 18:03:09.901 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.901996000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.901996000, lastModified=2023-03-25 18:03:09.868342000, delta=33654000 ns, racy<=2500000000 ns 18:03:09.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.901807000, lastModified=2023-03-25 18:03:09.080324000, delta=821483000 ns, racy<=2500000000 ns 18:03:09.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.902 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.902279000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.902279000, lastModified=2023-03-25 18:03:09.080324000, delta=821955000 ns, racy<=2500000000 ns 18:03:09.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.901996000, lastModified=2023-03-25 18:03:09.868342000, delta=33654000 ns, racy<=2500000000 ns 18:03:09.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.902424000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.902 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.902424000, lastModified=2023-03-25 18:03:09.868342000, delta=34082000 ns, racy<=2500000000 ns 18:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.902279000, lastModified=2023-03-25 18:03:09.080324000, delta=821955000 ns, racy<=2500000000 ns 18:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.949 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.949 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.949950000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.949950000, lastModified=2023-03-25 18:03:09.080324000, delta=869626000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.902424000, lastModified=2023-03-25 18:03:09.868342000, delta=34082000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.950255000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.950255000, lastModified=2023-03-25 18:03:09.868342000, delta=81913000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.949950000, lastModified=2023-03-25 18:03:09.080324000, delta=869626000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.950459000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.950459000, lastModified=2023-03-25 18:03:09.080324000, delta=870135000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.950255000, lastModified=2023-03-25 18:03:09.868342000, delta=81913000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.950620000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.950620000, lastModified=2023-03-25 18:03:09.868342000, delta=82278000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.950459000, lastModified=2023-03-25 18:03:09.080324000, delta=870135000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.950 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.950779000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.950779000, lastModified=2023-03-25 18:03:09.080324000, delta=870455000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.950620000, lastModified=2023-03-25 18:03:09.868342000, delta=82278000 ns, racy<=2500000000 ns 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.950933000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.950 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.950933000, lastModified=2023-03-25 18:03:09.868342000, delta=82591000 ns, racy<=2500000000 ns 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.950779000, lastModified=2023-03-25 18:03:09.080324000, delta=870455000 ns, racy<=2500000000 ns 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.951072000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.951072000, lastModified=2023-03-25 18:03:09.080324000, delta=870748000 ns, racy<=2500000000 ns 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.950933000, lastModified=2023-03-25 18:03:09.868342000, delta=82591000 ns, racy<=2500000000 ns 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.951212000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.951212000, lastModified=2023-03-25 18:03:09.868342000, delta=82870000 ns, racy<=2500000000 ns 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.951359000, lastModified=2023-03-25 18:03:09.949344000, size=41, fileKey=(dev=200051,ino=1916806864) 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.951072000, lastModified=2023-03-25 18:03:09.080324000, delta=870748000 ns, racy<=2500000000 ns 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.951 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.951509000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.951509000, lastModified=2023-03-25 18:03:09.080324000, delta=871185000 ns, racy<=2500000000 ns 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.951212000, lastModified=2023-03-25 18:03:09.868342000, delta=82870000 ns, racy<=2500000000 ns 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.951666000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.951666000, lastModified=2023-03-25 18:03:09.868342000, delta=83324000 ns, racy<=2500000000 ns 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 18:03:09.951359000, lastModified=2023-03-25 18:03:09.949344000, delta=2015000 ns, racy<=3805000 ns 18:03:09.951 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, is racily clean 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 18:03:09.951999000, lastModified=2023-03-25 18:03:09.949344000, size=41, fileKey=(dev=200051,ino=1916806864) 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 18:03:09.951999000, lastModified=2023-03-25 18:03:09.949344000, delta=2655000 ns, racy<=3805000 ns 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.951509000, lastModified=2023-03-25 18:03:09.080324000, delta=871185000 ns, racy<=2500000000 ns 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.952132000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.952132000, lastModified=2023-03-25 18:03:09.080324000, delta=871808000 ns, racy<=2500000000 ns 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.951666000, lastModified=2023-03-25 18:03:09.868342000, delta=83324000 ns, racy<=2500000000 ns 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.952295000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.952295000, lastModified=2023-03-25 18:03:09.868342000, delta=83953000 ns, racy<=2500000000 ns 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.952132000, lastModified=2023-03-25 18:03:09.080324000, delta=871808000 ns, racy<=2500000000 ns 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.952 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.952547000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.952547000, lastModified=2023-03-25 18:03:09.080324000, delta=872223000 ns, racy<=2500000000 ns 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.952295000, lastModified=2023-03-25 18:03:09.868342000, delta=83953000 ns, racy<=2500000000 ns 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.952696000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.952696000, lastModified=2023-03-25 18:03:09.868342000, delta=84354000 ns, racy<=2500000000 ns 18:03:09.952 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 18:03:09.951999000, lastModified=2023-03-25 18:03:09.949344000, delta=2655000 ns, racy<=3805000 ns 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, is racily clean 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 18:03:09.953021000, lastModified=2023-03-25 18:03:09.949344000, size=41, fileKey=(dev=200051,ino=1916806864) 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 18:03:09.953021000, lastModified=2023-03-25 18:03:09.949344000, delta=3677000 ns, racy<=3805000 ns 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.952547000, lastModified=2023-03-25 18:03:09.080324000, delta=872223000 ns, racy<=2500000000 ns 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.953 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.953125000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.953125000, lastModified=2023-03-25 18:03:09.080324000, delta=872801000 ns, racy<=2500000000 ns 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.952696000, lastModified=2023-03-25 18:03:09.868342000, delta=84354000 ns, racy<=2500000000 ns 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.953280000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.953280000, lastModified=2023-03-25 18:03:09.868342000, delta=84938000 ns, racy<=2500000000 ns 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 18:03:09.953021000, lastModified=2023-03-25 18:03:09.949344000, delta=3677000 ns, racy<=3805000 ns 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, is racily clean 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 18:03:09.953595000, lastModified=2023-03-25 18:03:09.949344000, size=41, fileKey=(dev=200051,ino=1916806864) 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-03-25 18:03:09.953595000, lastModified=2023-03-25 18:03:09.949344000, delta=4251000 ns, racy<=3805000 ns 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.953888000, lastModified=2023-03-25 18:03:09.887342000, size=104, fileKey=(dev=200051,ino=1915055543) 18:03:09.953 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.953952000, lastModified=2023-03-25 18:03:09.887342000, size=104, fileKey=(dev=200051,ino=1915055543) 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.953125000, lastModified=2023-03-25 18:03:09.080324000, delta=872801000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.956059000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.956059000, lastModified=2023-03-25 18:03:09.080324000, delta=875735000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.953280000, lastModified=2023-03-25 18:03:09.868342000, delta=84938000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.956272000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.956272000, lastModified=2023-03-25 18:03:09.868342000, delta=87930000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.956059000, lastModified=2023-03-25 18:03:09.080324000, delta=875735000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.956384000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.956384000, lastModified=2023-03-25 18:03:09.080324000, delta=876060000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.956272000, lastModified=2023-03-25 18:03:09.868342000, delta=87930000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.956521000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.956521000, lastModified=2023-03-25 18:03:09.868342000, delta=88179000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.956384000, lastModified=2023-03-25 18:03:09.080324000, delta=876060000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.956 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.956792000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.956792000, lastModified=2023-03-25 18:03:09.080324000, delta=876468000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.956521000, lastModified=2023-03-25 18:03:09.868342000, delta=88179000 ns, racy<=2500000000 ns 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.956 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.956960000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.956960000, lastModified=2023-03-25 18:03:09.868342000, delta=88618000 ns, racy<=2500000000 ns 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.957551000, lastModified=2023-03-25 18:03:09.952344000, size=0, fileKey=(dev=200051,ino=1915055540) 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.956792000, lastModified=2023-03-25 18:03:09.080324000, delta=876468000 ns, racy<=2500000000 ns 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.957 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.957649000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.957649000, lastModified=2023-03-25 18:03:09.080324000, delta=877325000 ns, racy<=2500000000 ns 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.956960000, lastModified=2023-03-25 18:03:09.868342000, delta=88618000 ns, racy<=2500000000 ns 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.957813000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.957813000, lastModified=2023-03-25 18:03:09.868342000, delta=89471000 ns, racy<=2500000000 ns 18:03:09.957 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.957951000, lastModified=2023-03-25 18:03:09.957344000, size=104, fileKey=(dev=200051,ino=1915055540) 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.957649000, lastModified=2023-03-25 18:03:09.080324000, delta=877325000 ns, racy<=2500000000 ns 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.958167000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.958167000, lastModified=2023-03-25 18:03:09.080324000, delta=877843000 ns, racy<=2500000000 ns 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.957813000, lastModified=2023-03-25 18:03:09.868342000, delta=89471000 ns, racy<=2500000000 ns 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.958329000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.958329000, lastModified=2023-03-25 18:03:09.868342000, delta=89987000 ns, racy<=2500000000 ns 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, cannot be racily clean 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.958167000, lastModified=2023-03-25 18:03:09.080324000, delta=877843000 ns, racy<=2500000000 ns 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.958 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.958696000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.958696000, lastModified=2023-03-25 18:03:09.080324000, delta=878372000 ns, racy<=2500000000 ns 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.958329000, lastModified=2023-03-25 18:03:09.868342000, delta=89987000 ns, racy<=2500000000 ns 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.958843000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.958843000, lastModified=2023-03-25 18:03:09.868342000, delta=90501000 ns, racy<=2500000000 ns 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.958 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.958696000, lastModified=2023-03-25 18:03:09.080324000, delta=878372000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.959080000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.959080000, lastModified=2023-03-25 18:03:09.080324000, delta=878756000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.958843000, lastModified=2023-03-25 18:03:09.868342000, delta=90501000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.959227000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.959227000, lastModified=2023-03-25 18:03:09.868342000, delta=90885000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.959080000, lastModified=2023-03-25 18:03:09.080324000, delta=878756000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.959504000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.959504000, lastModified=2023-03-25 18:03:09.080324000, delta=879180000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.959227000, lastModified=2023-03-25 18:03:09.868342000, delta=90885000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.959660000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.959660000, lastModified=2023-03-25 18:03:09.868342000, delta=91318000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.959504000, lastModified=2023-03-25 18:03:09.080324000, delta=879180000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.959 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.959867000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.959867000, lastModified=2023-03-25 18:03:09.080324000, delta=879543000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.959 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.959660000, lastModified=2023-03-25 18:03:09.868342000, delta=91318000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.960029000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.960029000, lastModified=2023-03-25 18:03:09.868342000, delta=91687000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, isRacyClean=false, read=2023-03-25 18:03:09.876767000, lastModified=2023-03-25 18:03:09.858341000, delta=18426000 ns, racy<=3805000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, is unmodified 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.959867000, lastModified=2023-03-25 18:03:09.080324000, delta=879543000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.960 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.960232000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.960232000, lastModified=2023-03-25 18:03:09.080324000, delta=879908000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.960029000, lastModified=2023-03-25 18:03:09.868342000, delta=91687000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.960370000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.960370000, lastModified=2023-03-25 18:03:09.868342000, delta=92028000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, cannot be racily clean 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.960232000, lastModified=2023-03-25 18:03:09.080324000, delta=879908000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.960 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.960528000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.960528000, lastModified=2023-03-25 18:03:09.080324000, delta=880204000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.960370000, lastModified=2023-03-25 18:03:09.868342000, delta=92028000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.960662000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.960662000, lastModified=2023-03-25 18:03:09.868342000, delta=92320000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.960528000, lastModified=2023-03-25 18:03:09.080324000, delta=880204000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.960 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.960835000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.960835000, lastModified=2023-03-25 18:03:09.080324000, delta=880511000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.960662000, lastModified=2023-03-25 18:03:09.868342000, delta=92320000 ns, racy<=2500000000 ns 18:03:09.960 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.961003000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.961003000, lastModified=2023-03-25 18:03:09.868342000, delta=92661000 ns, racy<=2500000000 ns 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.960835000, lastModified=2023-03-25 18:03:09.080324000, delta=880511000 ns, racy<=2500000000 ns 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.961165000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.961165000, lastModified=2023-03-25 18:03:09.080324000, delta=880841000 ns, racy<=2500000000 ns 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.961003000, lastModified=2023-03-25 18:03:09.868342000, delta=92661000 ns, racy<=2500000000 ns 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.961303000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.961303000, lastModified=2023-03-25 18:03:09.868342000, delta=92961000 ns, racy<=2500000000 ns 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.961165000, lastModified=2023-03-25 18:03:09.080324000, delta=880841000 ns, racy<=2500000000 ns 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.961 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.961726000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.961726000, lastModified=2023-03-25 18:03:09.080324000, delta=881402000 ns, racy<=2500000000 ns 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.961303000, lastModified=2023-03-25 18:03:09.868342000, delta=92961000 ns, racy<=2500000000 ns 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.961884000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.961 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.961884000, lastModified=2023-03-25 18:03:09.868342000, delta=93542000 ns, racy<=2500000000 ns 18:03:09.962 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.962038000, lastModified=2023-03-25 18:03:09.959344000, size=26, fileKey=(dev=200051,ino=1915055542) 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.961726000, lastModified=2023-03-25 18:03:09.080324000, delta=881402000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.963112000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.963112000, lastModified=2023-03-25 18:03:09.080324000, delta=882788000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.961884000, lastModified=2023-03-25 18:03:09.868342000, delta=93542000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.963280000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.963280000, lastModified=2023-03-25 18:03:09.868342000, delta=94938000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.963112000, lastModified=2023-03-25 18:03:09.080324000, delta=882788000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.963396000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.963396000, lastModified=2023-03-25 18:03:09.080324000, delta=883072000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.963280000, lastModified=2023-03-25 18:03:09.868342000, delta=94938000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.963529000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.963529000, lastModified=2023-03-25 18:03:09.868342000, delta=95187000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.963396000, lastModified=2023-03-25 18:03:09.080324000, delta=883072000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.963 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.963644000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.963644000, lastModified=2023-03-25 18:03:09.080324000, delta=883320000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.963529000, lastModified=2023-03-25 18:03:09.868342000, delta=95187000 ns, racy<=2500000000 ns 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.963787000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.963 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.963787000, lastModified=2023-03-25 18:03:09.868342000, delta=95445000 ns, racy<=2500000000 ns 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.963644000, lastModified=2023-03-25 18:03:09.080324000, delta=883320000 ns, racy<=2500000000 ns 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.964203000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.964203000, lastModified=2023-03-25 18:03:09.080324000, delta=883879000 ns, racy<=2500000000 ns 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.963787000, lastModified=2023-03-25 18:03:09.868342000, delta=95445000 ns, racy<=2500000000 ns 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.964394000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.964394000, lastModified=2023-03-25 18:03:09.868342000, delta=96052000 ns, racy<=2500000000 ns 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.964607000, lastModified=2023-03-25 18:03:09.957344000, size=104, fileKey=(dev=200051,ino=1915055540) 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.964661000, lastModified=2023-03-25 18:03:09.957344000, size=104, fileKey=(dev=200051,ino=1915055540) 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.964203000, lastModified=2023-03-25 18:03:09.080324000, delta=883879000 ns, racy<=2500000000 ns 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.964736000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.964736000, lastModified=2023-03-25 18:03:09.080324000, delta=884412000 ns, racy<=2500000000 ns 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.964394000, lastModified=2023-03-25 18:03:09.868342000, delta=96052000 ns, racy<=2500000000 ns 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.964890000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.964890000, lastModified=2023-03-25 18:03:09.868342000, delta=96548000 ns, racy<=2500000000 ns 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.964736000, lastModified=2023-03-25 18:03:09.080324000, delta=884412000 ns, racy<=2500000000 ns 18:03:09.964 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.964 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.965008000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.965008000, lastModified=2023-03-25 18:03:09.080324000, delta=884684000 ns, racy<=2500000000 ns 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.964890000, lastModified=2023-03-25 18:03:09.868342000, delta=96548000 ns, racy<=2500000000 ns 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.965152000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.965152000, lastModified=2023-03-25 18:03:09.868342000, delta=96810000 ns, racy<=2500000000 ns 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.965008000, lastModified=2023-03-25 18:03:09.080324000, delta=884684000 ns, racy<=2500000000 ns 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.965 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.965416000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.965416000, lastModified=2023-03-25 18:03:09.080324000, delta=885092000 ns, racy<=2500000000 ns 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.965152000, lastModified=2023-03-25 18:03:09.868342000, delta=96810000 ns, racy<=2500000000 ns 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.965574000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.965574000, lastModified=2023-03-25 18:03:09.868342000, delta=97232000 ns, racy<=2500000000 ns 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.965 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.966596000, lastModified=2023-03-25 18:03:09.963344000, size=0, fileKey=(dev=200051,ino=1915055544) 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.965416000, lastModified=2023-03-25 18:03:09.080324000, delta=885092000 ns, racy<=2500000000 ns 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.966 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.966674000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.966674000, lastModified=2023-03-25 18:03:09.080324000, delta=886350000 ns, racy<=2500000000 ns 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.965574000, lastModified=2023-03-25 18:03:09.868342000, delta=97232000 ns, racy<=2500000000 ns 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.966835000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.966835000, lastModified=2023-03-25 18:03:09.868342000, delta=98493000 ns, racy<=2500000000 ns 18:03:09.966 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.966972000, lastModified=2023-03-25 18:03:09.966344000, size=104, fileKey=(dev=200051,ino=1915055544) 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.967040000, lastModified=2023-03-25 18:03:09.966344000, size=104, fileKey=(dev=200051,ino=1915055544) 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.966674000, lastModified=2023-03-25 18:03:09.080324000, delta=886350000 ns, racy<=2500000000 ns 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.967133000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.967133000, lastModified=2023-03-25 18:03:09.080324000, delta=886809000 ns, racy<=2500000000 ns 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.966835000, lastModified=2023-03-25 18:03:09.868342000, delta=98493000 ns, racy<=2500000000 ns 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.967300000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.967300000, lastModified=2023-03-25 18:03:09.868342000, delta=98958000 ns, racy<=2500000000 ns 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD.lock, isRacyClean=true, read=2023-03-25 18:03:09.962038000, lastModified=2023-03-25 18:03:09.959344000, delta=2694000 ns, racy<=3805000 ns 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD.lock, is racily clean 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD, create new FileSnapshot: lastRead=2023-03-25 18:03:09.967450000, lastModified=2023-03-25 18:03:09.959344000, size=26, fileKey=(dev=200051,ino=1915055542) 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD.lock, isRacyClean=false, read=2023-03-25 18:03:09.967450000, lastModified=2023-03-25 18:03:09.959344000, delta=8106000 ns, racy<=3805000 ns 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, cannot be racily clean 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.967133000, lastModified=2023-03-25 18:03:09.080324000, delta=886809000 ns, racy<=2500000000 ns 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.967 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.967608000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.967608000, lastModified=2023-03-25 18:03:09.080324000, delta=887284000 ns, racy<=2500000000 ns 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.967300000, lastModified=2023-03-25 18:03:09.868342000, delta=98958000 ns, racy<=2500000000 ns 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.967770000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.967770000, lastModified=2023-03-25 18:03:09.868342000, delta=99428000 ns, racy<=2500000000 ns 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD.lock, cannot be racily clean 18:03:09.967 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, cannot be racily clean 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.967608000, lastModified=2023-03-25 18:03:09.080324000, delta=887284000 ns, racy<=2500000000 ns 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.968 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.968235000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.968235000, lastModified=2023-03-25 18:03:09.080324000, delta=887911000 ns, racy<=2500000000 ns 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.967770000, lastModified=2023-03-25 18:03:09.868342000, delta=99428000 ns, racy<=2500000000 ns 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.968425000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.968425000, lastModified=2023-03-25 18:03:09.868342000, delta=100083000 ns, racy<=2500000000 ns 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.968649000, lastModified=2023-03-25 18:03:09.966344000, size=104, fileKey=(dev=200051,ino=1915055544) 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.968698000, lastModified=2023-03-25 18:03:09.966344000, size=104, fileKey=(dev=200051,ino=1915055544) 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.968 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:09.873069000, lastModified=2023-03-25 18:03:09.856341000, delta=16728000 ns, racy<=3805000 ns 18:03:09.979 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, isRacyClean=false, read=2023-03-25 18:03:09.873704000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767389873704000 ns, racy<=3805000 ns 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack/preserved, is unmodified 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.968235000, lastModified=2023-03-25 18:03:09.080324000, delta=887911000 ns, racy<=2500000000 ns 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.980 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.980390000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.980390000, lastModified=2023-03-25 18:03:09.080324000, delta=900066000 ns, racy<=2500000000 ns 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.968425000, lastModified=2023-03-25 18:03:09.868342000, delta=100083000 ns, racy<=2500000000 ns 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.980587000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.980587000, lastModified=2023-03-25 18:03:09.868342000, delta=112245000 ns, racy<=2500000000 ns 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD.lock, cannot be racily clean 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, cannot be racily clean 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.980390000, lastModified=2023-03-25 18:03:09.080324000, delta=900066000 ns, racy<=2500000000 ns 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.980 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.980933000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.980 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.980933000, lastModified=2023-03-25 18:03:09.080324000, delta=900609000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.980587000, lastModified=2023-03-25 18:03:09.868342000, delta=112245000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.981099000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.981099000, lastModified=2023-03-25 18:03:09.868342000, delta=112757000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, cannot be racily clean 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.980933000, lastModified=2023-03-25 18:03:09.080324000, delta=900609000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.981 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.981444000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.981444000, lastModified=2023-03-25 18:03:09.080324000, delta=901120000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.981099000, lastModified=2023-03-25 18:03:09.868342000, delta=112757000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.981595000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.981595000, lastModified=2023-03-25 18:03:09.868342000, delta=113253000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.981444000, lastModified=2023-03-25 18:03:09.080324000, delta=901120000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.981 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.981763000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.981763000, lastModified=2023-03-25 18:03:09.080324000, delta=901439000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.981595000, lastModified=2023-03-25 18:03:09.868342000, delta=113253000 ns, racy<=2500000000 ns 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.981918000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.981 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.981918000, lastModified=2023-03-25 18:03:09.868342000, delta=113576000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.981763000, lastModified=2023-03-25 18:03:09.080324000, delta=901439000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.982 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.982093000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.982093000, lastModified=2023-03-25 18:03:09.080324000, delta=901769000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.981918000, lastModified=2023-03-25 18:03:09.868342000, delta=113576000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.982236000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.982236000, lastModified=2023-03-25 18:03:09.868342000, delta=113894000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.982093000, lastModified=2023-03-25 18:03:09.080324000, delta=901769000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.982 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.982383000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.982383000, lastModified=2023-03-25 18:03:09.080324000, delta=902059000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.982236000, lastModified=2023-03-25 18:03:09.868342000, delta=113894000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.982521000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.982521000, lastModified=2023-03-25 18:03:09.868342000, delta=114179000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.982383000, lastModified=2023-03-25 18:03:09.080324000, delta=902059000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.982 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.982659000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.982659000, lastModified=2023-03-25 18:03:09.080324000, delta=902335000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.982521000, lastModified=2023-03-25 18:03:09.868342000, delta=114179000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.982799000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.982799000, lastModified=2023-03-25 18:03:09.868342000, delta=114457000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.982659000, lastModified=2023-03-25 18:03:09.080324000, delta=902335000 ns, racy<=2500000000 ns 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.982 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.982942000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.982 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.982942000, lastModified=2023-03-25 18:03:09.080324000, delta=902618000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.982799000, lastModified=2023-03-25 18:03:09.868342000, delta=114457000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.983098000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.983098000, lastModified=2023-03-25 18:03:09.868342000, delta=114756000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.983186000, lastModified=2023-03-25 18:03:09.980344000, size=41, fileKey=(dev=200051,ino=1916806443) 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.982942000, lastModified=2023-03-25 18:03:09.080324000, delta=902618000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.983 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.983360000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.983360000, lastModified=2023-03-25 18:03:09.080324000, delta=903036000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.983098000, lastModified=2023-03-25 18:03:09.868342000, delta=114756000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.983506000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.983506000, lastModified=2023-03-25 18:03:09.868342000, delta=115164000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.983360000, lastModified=2023-03-25 18:03:09.080324000, delta=903036000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.983 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.983655000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.983655000, lastModified=2023-03-25 18:03:09.080324000, delta=903331000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.983506000, lastModified=2023-03-25 18:03:09.868342000, delta=115164000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.983788000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.983788000, lastModified=2023-03-25 18:03:09.868342000, delta=115446000 ns, racy<=2500000000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD.lock, cannot be racily clean 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 18:03:09.983186000, lastModified=2023-03-25 18:03:09.980344000, delta=2842000 ns, racy<=3805000 ns 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, is racily clean 18:03:09.983 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 18:03:09.983968000, lastModified=2023-03-25 18:03:09.980344000, size=41, fileKey=(dev=200051,ino=1916806443) 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 18:03:09.983968000, lastModified=2023-03-25 18:03:09.980344000, delta=3624000 ns, racy<=3805000 ns 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.983655000, lastModified=2023-03-25 18:03:09.080324000, delta=903331000 ns, racy<=2500000000 ns 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.984 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.984113000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.984113000, lastModified=2023-03-25 18:03:09.080324000, delta=903789000 ns, racy<=2500000000 ns 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.983788000, lastModified=2023-03-25 18:03:09.868342000, delta=115446000 ns, racy<=2500000000 ns 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.984257000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.984257000, lastModified=2023-03-25 18:03:09.868342000, delta=115915000 ns, racy<=2500000000 ns 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.984113000, lastModified=2023-03-25 18:03:09.080324000, delta=903789000 ns, racy<=2500000000 ns 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.984 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.984613000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.984613000, lastModified=2023-03-25 18:03:09.080324000, delta=904289000 ns, racy<=2500000000 ns 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.984257000, lastModified=2023-03-25 18:03:09.868342000, delta=115915000 ns, racy<=2500000000 ns 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.984747000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.984 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.984747000, lastModified=2023-03-25 18:03:09.868342000, delta=116405000 ns, racy<=2500000000 ns 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.985323000, lastModified=2023-03-25 18:03:09.966344000, size=104, fileKey=(dev=200051,ino=1915055544) 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.985380000, lastModified=2023-03-25 18:03:09.966344000, size=104, fileKey=(dev=200051,ino=1915055544) 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.984613000, lastModified=2023-03-25 18:03:09.080324000, delta=904289000 ns, racy<=2500000000 ns 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.985 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.985445000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.985445000, lastModified=2023-03-25 18:03:09.080324000, delta=905121000 ns, racy<=2500000000 ns 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.984747000, lastModified=2023-03-25 18:03:09.868342000, delta=116405000 ns, racy<=2500000000 ns 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.985593000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.985593000, lastModified=2023-03-25 18:03:09.868342000, delta=117251000 ns, racy<=2500000000 ns 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.985445000, lastModified=2023-03-25 18:03:09.080324000, delta=905121000 ns, racy<=2500000000 ns 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.985 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.985691000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.985691000, lastModified=2023-03-25 18:03:09.080324000, delta=905367000 ns, racy<=2500000000 ns 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.985593000, lastModified=2023-03-25 18:03:09.868342000, delta=117251000 ns, racy<=2500000000 ns 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.985830000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.985 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.985830000, lastModified=2023-03-25 18:03:09.868342000, delta=117488000 ns, racy<=2500000000 ns 18:03:09.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.985691000, lastModified=2023-03-25 18:03:09.080324000, delta=905367000 ns, racy<=2500000000 ns 18:03:09.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.986 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.986064000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.986064000, lastModified=2023-03-25 18:03:09.080324000, delta=905740000 ns, racy<=2500000000 ns 18:03:09.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.985830000, lastModified=2023-03-25 18:03:09.868342000, delta=117488000 ns, racy<=2500000000 ns 18:03:09.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.986220000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.986 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.986220000, lastModified=2023-03-25 18:03:09.868342000, delta=117878000 ns, racy<=2500000000 ns 18:03:09.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.986064000, lastModified=2023-03-25 18:03:09.080324000, delta=905740000 ns, racy<=2500000000 ns 18:03:09.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.987 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.987785000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.987785000, lastModified=2023-03-25 18:03:09.080324000, delta=907461000 ns, racy<=2500000000 ns 18:03:09.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.986220000, lastModified=2023-03-25 18:03:09.868342000, delta=117878000 ns, racy<=2500000000 ns 18:03:09.987 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.987999000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.987999000, lastModified=2023-03-25 18:03:09.868342000, delta=119657000 ns, racy<=2500000000 ns 18:03:09.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.987785000, lastModified=2023-03-25 18:03:09.080324000, delta=907461000 ns, racy<=2500000000 ns 18:03:09.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.988 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.988450000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.988450000, lastModified=2023-03-25 18:03:09.080324000, delta=908126000 ns, racy<=2500000000 ns 18:03:09.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.987999000, lastModified=2023-03-25 18:03:09.868342000, delta=119657000 ns, racy<=2500000000 ns 18:03:09.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.988609000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.988 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.988609000, lastModified=2023-03-25 18:03:09.868342000, delta=120267000 ns, racy<=2500000000 ns 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.989148000, lastModified=2023-03-25 18:03:09.984344000, size=0, fileKey=(dev=200051,ino=1915055540) 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.988450000, lastModified=2023-03-25 18:03:09.080324000, delta=908126000 ns, racy<=2500000000 ns 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.989241000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.989241000, lastModified=2023-03-25 18:03:09.080324000, delta=908917000 ns, racy<=2500000000 ns 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.988609000, lastModified=2023-03-25 18:03:09.868342000, delta=120267000 ns, racy<=2500000000 ns 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.989394000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.989394000, lastModified=2023-03-25 18:03:09.868342000, delta=121052000 ns, racy<=2500000000 ns 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.989527000, lastModified=2023-03-25 18:03:09.988344000, size=104, fileKey=(dev=200051,ino=1915055540) 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:09.989591000, lastModified=2023-03-25 18:03:09.988344000, size=104, fileKey=(dev=200051,ino=1915055540) 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.989241000, lastModified=2023-03-25 18:03:09.080324000, delta=908917000 ns, racy<=2500000000 ns 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.989 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.989810000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.989810000, lastModified=2023-03-25 18:03:09.080324000, delta=909486000 ns, racy<=2500000000 ns 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.989394000, lastModified=2023-03-25 18:03:09.868342000, delta=121052000 ns, racy<=2500000000 ns 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.989 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.989974000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.989974000, lastModified=2023-03-25 18:03:09.868342000, delta=121632000 ns, racy<=2500000000 ns 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.989810000, lastModified=2023-03-25 18:03:09.080324000, delta=909486000 ns, racy<=2500000000 ns 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.990 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.990312000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.990312000, lastModified=2023-03-25 18:03:09.080324000, delta=909988000 ns, racy<=2500000000 ns 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.989974000, lastModified=2023-03-25 18:03:09.868342000, delta=121632000 ns, racy<=2500000000 ns 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.990444000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.990444000, lastModified=2023-03-25 18:03:09.868342000, delta=122102000 ns, racy<=2500000000 ns 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD.lock, cannot be racily clean 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, isRacyClean=true, read=2023-03-25 18:03:09.983968000, lastModified=2023-03-25 18:03:09.980344000, delta=3624000 ns, racy<=3805000 ns 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, is racily clean 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 18:03:09.990583000, lastModified=2023-03-25 18:03:09.980344000, size=41, fileKey=(dev=200051,ino=1916806443) 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, isRacyClean=false, read=2023-03-25 18:03:09.990583000, lastModified=2023-03-25 18:03:09.980344000, delta=10239000 ns, racy<=3805000 ns 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.990312000, lastModified=2023-03-25 18:03:09.080324000, delta=909988000 ns, racy<=2500000000 ns 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.990 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.990687000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.990687000, lastModified=2023-03-25 18:03:09.080324000, delta=910363000 ns, racy<=2500000000 ns 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.990444000, lastModified=2023-03-25 18:03:09.868342000, delta=122102000 ns, racy<=2500000000 ns 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.990822000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.990 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.990822000, lastModified=2023-03-25 18:03:09.868342000, delta=122480000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.990687000, lastModified=2023-03-25 18:03:09.080324000, delta=910363000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.991 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.991088000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.991088000, lastModified=2023-03-25 18:03:09.080324000, delta=910764000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.990822000, lastModified=2023-03-25 18:03:09.868342000, delta=122480000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.991236000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.991236000, lastModified=2023-03-25 18:03:09.868342000, delta=122894000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD.lock, cannot be racily clean 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, cannot be racily clean 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.991088000, lastModified=2023-03-25 18:03:09.080324000, delta=910764000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.991 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.991412000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.991412000, lastModified=2023-03-25 18:03:09.080324000, delta=911088000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.991236000, lastModified=2023-03-25 18:03:09.868342000, delta=122894000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.991543000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.991543000, lastModified=2023-03-25 18:03:09.868342000, delta=123201000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD.lock, cannot be racily clean 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch.lock, cannot be racily clean 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.991412000, lastModified=2023-03-25 18:03:09.080324000, delta=911088000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.991 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.991715000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.991715000, lastModified=2023-03-25 18:03:09.080324000, delta=911391000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.991543000, lastModified=2023-03-25 18:03:09.868342000, delta=123201000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.991841000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.991841000, lastModified=2023-03-25 18:03:09.868342000, delta=123499000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/master.lock, cannot be racily clean 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.991715000, lastModified=2023-03-25 18:03:09.080324000, delta=911391000 ns, racy<=2500000000 ns 18:03:09.991 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.991 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.991998000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.991998000, lastModified=2023-03-25 18:03:09.080324000, delta=911674000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.991841000, lastModified=2023-03-25 18:03:09.868342000, delta=123499000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.992134000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.992134000, lastModified=2023-03-25 18:03:09.868342000, delta=123792000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.991998000, lastModified=2023-03-25 18:03:09.080324000, delta=911674000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.992 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.992294000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.992294000, lastModified=2023-03-25 18:03:09.080324000, delta=911970000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.992134000, lastModified=2023-03-25 18:03:09.868342000, delta=123792000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.992431000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.992431000, lastModified=2023-03-25 18:03:09.868342000, delta=124089000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.992294000, lastModified=2023-03-25 18:03:09.080324000, delta=911970000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.992 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.992570000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.992570000, lastModified=2023-03-25 18:03:09.080324000, delta=912246000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.992431000, lastModified=2023-03-25 18:03:09.868342000, delta=124089000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.992689000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.992689000, lastModified=2023-03-25 18:03:09.868342000, delta=124347000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.992570000, lastModified=2023-03-25 18:03:09.080324000, delta=912246000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:09.992 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.992794000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.992794000, lastModified=2023-03-25 18:03:09.080324000, delta=912470000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.992689000, lastModified=2023-03-25 18:03:09.868342000, delta=124347000 ns, racy<=2500000000 ns 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:09.992945000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:09.992 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:09.992945000, lastModified=2023-03-25 18:03:09.868342000, delta=124603000 ns, racy<=2500000000 ns 18:03:09.993 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/HEAD.lock, create new FileSnapshot: lastRead=2023-03-25 18:03:09.993025000, lastModified=2023-03-25 18:03:09.991345000, size=23, fileKey=(dev=200051,ino=1915055496) 18:03:10.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.053423000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:09.992794000, lastModified=2023-03-25 18:03:09.080324000, delta=912470000 ns, racy<=2500000000 ns 18:03:10.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.053649000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.053649000, lastModified=2023-03-25 18:03:09.080324000, delta=973325000 ns, racy<=2500000000 ns 18:03:10.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.053794000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.053649000, lastModified=2023-03-25 18:03:09.080324000, delta=973325000 ns, racy<=2500000000 ns 18:03:10.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.053 [main] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.053937000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.053 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.053937000, lastModified=2023-03-25 18:03:09.080324000, delta=973613000 ns, racy<=2500000000 ns 18:03:10.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.053794000, lastModified=2023-03-25 18:03:09.868342000, delta=185452000 ns, racy<=2500000000 ns 18:03:10.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.054093000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.054093000, lastModified=2023-03-25 18:03:09.868342000, delta=185751000 ns, racy<=2500000000 ns 18:03:10.054 [main] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:10.054225000, lastModified=2023-03-25 18:03:09.988344000, size=104, fileKey=(dev=200051,ino=1915055540) 18:03:10.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit11999986979111866037:org.eclipse.hawk.git.JGitRepository:false 18:03:10.056 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:10.056 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.053937000, lastModified=2023-03-25 18:03:09.080324000, delta=973613000 ns, racy<=2500000000 ns 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.064184000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.064184000, lastModified=2023-03-25 18:03:09.080324000, delta=983860000 ns, racy<=2500000000 ns 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.054093000, lastModified=2023-03-25 18:03:09.868342000, delta=185751000 ns, racy<=2500000000 ns 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.064359000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.064359000, lastModified=2023-03-25 18:03:09.868342000, delta=196017000 ns, racy<=2500000000 ns 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch, create new FileSnapshot: lastRead=2023-03-25 18:03:10.064593000, lastModified=2023-03-25 18:03:09.980344000, size=41, fileKey=(dev=200051,ino=1916806443) 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.064184000, lastModified=2023-03-25 18:03:09.080324000, delta=983860000 ns, racy<=2500000000 ns 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.064697000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.064697000, lastModified=2023-03-25 18:03:09.080324000, delta=984373000 ns, racy<=2500000000 ns 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.064359000, lastModified=2023-03-25 18:03:09.868342000, delta=196017000 ns, racy<=2500000000 ns 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.064813000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.064 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.064813000, lastModified=2023-03-25 18:03:09.868342000, delta=196471000 ns, racy<=2500000000 ns 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch, isRacyClean=false, read=2023-03-25 18:03:10.064593000, lastModified=2023-03-25 18:03:09.980344000, delta=84249000 ns, racy<=3805000 ns 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/refs/heads/newbranch, is unmodified 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.065155000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.064697000, lastModified=2023-03-25 18:03:09.080324000, delta=984373000 ns, racy<=2500000000 ns 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.065283000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.065283000, lastModified=2023-03-25 18:03:09.080324000, delta=984959000 ns, racy<=2500000000 ns 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.065385000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.065283000, lastModified=2023-03-25 18:03:09.080324000, delta=984959000 ns, racy<=2500000000 ns 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.065485000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.065485000, lastModified=2023-03-25 18:03:09.080324000, delta=985161000 ns, racy<=2500000000 ns 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.065385000, lastModified=2023-03-25 18:03:09.868342000, delta=197043000 ns, racy<=2500000000 ns 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.065593000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.065593000, lastModified=2023-03-25 18:03:09.868342000, delta=197251000 ns, racy<=2500000000 ns 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/index, create new FileSnapshot: lastRead=2023-03-25 18:03:10.065696000, lastModified=2023-03-25 18:03:09.988344000, size=104, fileKey=(dev=200051,ino=1915055540) 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-25 18:03:10.065774000, lastModified=2023-03-25 18:03:09.856341000, size=6, fileKey=(dev=200051,ino=1924177817) 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:10.065774000, lastModified=2023-03-25 18:03:09.856341000, delta=209433000 ns, racy<=3805000 ns 18:03:10.065 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:10.065774000, lastModified=2023-03-25 18:03:09.856341000, delta=209433000 ns, racy<=3805000 ns 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:10.065774000, lastModified=2023-03-25 18:03:09.856341000, delta=209433000 ns, racy<=3805000 ns 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.065485000, lastModified=2023-03-25 18:03:09.080324000, delta=985161000 ns, racy<=2500000000 ns 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.066277000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.066277000, lastModified=2023-03-25 18:03:09.080324000, delta=985953000 ns, racy<=2500000000 ns 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.064813000, lastModified=2023-03-25 18:03:09.868342000, delta=196471000 ns, racy<=2500000000 ns 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.066403000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.066403000, lastModified=2023-03-25 18:03:09.868342000, delta=198061000 ns, racy<=2500000000 ns 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=null, size changed from -1 to 6 bytes 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, create new FileSnapshot: lastRead=2023-03-25 18:03:10.066564000, lastModified=2023-03-25 18:03:09.856341000, size=6, fileKey=(dev=200051,ino=1924177817) 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:10.066564000, lastModified=2023-03-25 18:03:09.856341000, delta=210223000 ns, racy<=3805000 ns 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:10.066564000, lastModified=2023-03-25 18:03:09.856341000, delta=210223000 ns, racy<=3805000 ns 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:10.066564000, lastModified=2023-03-25 18:03:09.856341000, delta=210223000 ns, racy<=3805000 ns 18:03:10.066 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:10.066564000, lastModified=2023-03-25 18:03:09.856341000, delta=210223000 ns, racy<=3805000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:10.066564000, lastModified=2023-03-25 18:03:09.856341000, delta=210223000 ns, racy<=3805000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.066277000, lastModified=2023-03-25 18:03:09.080324000, delta=985953000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.067209000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.067209000, lastModified=2023-03-25 18:03:09.080324000, delta=986885000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.066403000, lastModified=2023-03-25 18:03:09.868342000, delta=198061000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.067337000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.067337000, lastModified=2023-03-25 18:03:09.868342000, delta=198995000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.067209000, lastModified=2023-03-25 18:03:09.080324000, delta=986885000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.067464000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.067464000, lastModified=2023-03-25 18:03:09.080324000, delta=987140000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.067337000, lastModified=2023-03-25 18:03:09.868342000, delta=198995000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.067577000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.067577000, lastModified=2023-03-25 18:03:09.868342000, delta=199235000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.067464000, lastModified=2023-03-25 18:03:09.080324000, delta=987140000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.067774000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.067774000, lastModified=2023-03-25 18:03:09.080324000, delta=987450000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.067577000, lastModified=2023-03-25 18:03:09.868342000, delta=199235000 ns, racy<=2500000000 ns 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.067903000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.067 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.067903000, lastModified=2023-03-25 18:03:09.868342000, delta=199561000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.067774000, lastModified=2023-03-25 18:03:09.080324000, delta=987450000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.068280000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.068280000, lastModified=2023-03-25 18:03:09.080324000, delta=987956000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.067903000, lastModified=2023-03-25 18:03:09.868342000, delta=199561000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.068449000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.068449000, lastModified=2023-03-25 18:03:09.868342000, delta=200107000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.068280000, lastModified=2023-03-25 18:03:09.080324000, delta=987956000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.068567000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.068567000, lastModified=2023-03-25 18:03:09.080324000, delta=988243000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.068449000, lastModified=2023-03-25 18:03:09.868342000, delta=200107000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.068678000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.068678000, lastModified=2023-03-25 18:03:09.868342000, delta=200336000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.068567000, lastModified=2023-03-25 18:03:09.080324000, delta=988243000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.068823000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.068823000, lastModified=2023-03-25 18:03:09.080324000, delta=988499000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.068678000, lastModified=2023-03-25 18:03:09.868342000, delta=200336000 ns, racy<=2500000000 ns 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.068954000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.068 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.068954000, lastModified=2023-03-25 18:03:09.868342000, delta=200612000 ns, racy<=2500000000 ns 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:10.066564000, lastModified=2023-03-25 18:03:09.856341000, delta=210223000 ns, racy<=3805000 ns 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.068823000, lastModified=2023-03-25 18:03:09.080324000, delta=988499000 ns, racy<=2500000000 ns 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.069231000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.069231000, lastModified=2023-03-25 18:03:09.080324000, delta=988907000 ns, racy<=2500000000 ns 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.068954000, lastModified=2023-03-25 18:03:09.868342000, delta=200612000 ns, racy<=2500000000 ns 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.069351000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.069351000, lastModified=2023-03-25 18:03:09.868342000, delta=201009000 ns, racy<=2500000000 ns 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.069231000, lastModified=2023-03-25 18:03:09.080324000, delta=988907000 ns, racy<=2500000000 ns 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.069462000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.069462000, lastModified=2023-03-25 18:03:09.080324000, delta=989138000 ns, racy<=2500000000 ns 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.069351000, lastModified=2023-03-25 18:03:09.868342000, delta=201009000 ns, racy<=2500000000 ns 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.069572000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.069 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.069572000, lastModified=2023-03-25 18:03:09.868342000, delta=201230000 ns, racy<=2500000000 ns 18:03:10.069 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.069462000, lastModified=2023-03-25 18:03:09.080324000, delta=989138000 ns, racy<=2500000000 ns 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.072434000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.072434000, lastModified=2023-03-25 18:03:09.080324000, delta=992110000 ns, racy<=2500000000 ns 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.069572000, lastModified=2023-03-25 18:03:09.868342000, delta=201230000 ns, racy<=2500000000 ns 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.072581000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.072581000, lastModified=2023-03-25 18:03:09.868342000, delta=204239000 ns, racy<=2500000000 ns 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:10.066564000, lastModified=2023-03-25 18:03:09.856341000, delta=210223000 ns, racy<=3805000 ns 18:03:10.072 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:10.072 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:10.072 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:10.082 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:03:10.082 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:10.082 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:03:10.082 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:03:10.156 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:03:10.160 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:03:10.160 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:03:10.160 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:03:10.160 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s78ms [pure insertion] marking any relevant derived attributes for update...18:03:10.160 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:03:10.162 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:03:10.162 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:10.162 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:10.163 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:10.163 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:03:10.163 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:10.163 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:10.163 [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... 18:03:10.163 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:10.163 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision cf2589f6c95e308b188d6b84e324d49857c76277 (timepoint 1679767389000) of /tmp/junit11999986979111866037 18:03:10.164 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.072434000, lastModified=2023-03-25 18:03:09.080324000, delta=992110000 ns, racy<=2500000000 ns 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.165092000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.165092000, lastModified=2023-03-25 18:03:09.080324000, delta=1084768000 ns, racy<=2500000000 ns 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.072581000, lastModified=2023-03-25 18:03:09.868342000, delta=204239000 ns, racy<=2500000000 ns 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.165299000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.165299000, lastModified=2023-03-25 18:03:09.868342000, delta=296957000 ns, racy<=2500000000 ns 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:10.066564000, lastModified=2023-03-25 18:03:09.856341000, delta=210223000 ns, racy<=3805000 ns 18:03:10.165 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:10.165 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:10.165 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:10.173 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:03:10.174 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:10.174 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:03:10.174 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:03:10.174 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:10.174 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:03:10.174 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:10.182 [pool-68-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...18:03:10.182 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:10.182 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:10.182 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:10.182 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:10.182 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:10.182 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:10.182 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:10.182 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:10.182 [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... 18:03:10.182 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:10.183 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision c774afa605d8aefb580d5abd6eae49c8a669f279 (timepoint 1679767389002) of /tmp/junit11999986979111866037 18:03:10.183 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:10.184 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.165092000, lastModified=2023-03-25 18:03:09.080324000, delta=1084768000 ns, racy<=2500000000 ns 18:03:10.184 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, is racily clean 18:03:10.184 [pool-68-thread-1] DEBUG org.eclipse.jgit.util.SystemReader - loading config FileBasedConfig[/home/jenkins/.config/jgit/config] 18:03:10.184 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.184612000, lastModified=2023-03-25 18:03:09.080324000, size=258, fileKey=(dev=804,ino=206580945) 18:03:10.184 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.config/jgit/config.lock, isRacyClean=true, read=2023-03-25 18:03:10.184612000, lastModified=2023-03-25 18:03:09.080324000, delta=1104288000 ns, racy<=2500000000 ns 18:03:10.184 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, isRacyClean=false, read=2023-03-25 18:03:05.867446000, lastModified=1970-01-01 00:00:00.000000000, delta=1679767385867446000 ns, racy<=2500000000 ns 18:03:10.184 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/home/jenkins/.gitconfig, is unmodified 18:03:10.184 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.165299000, lastModified=2023-03-25 18:03:09.868342000, delta=296957000 ns, racy<=2500000000 ns 18:03:10.184 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, is racily clean 18:03:10.184 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, create new FileSnapshot: lastRead=2023-03-25 18:03:10.184826000, lastModified=2023-03-25 18:03:09.868342000, size=78, fileKey=(dev=200051,ino=1915055541) 18:03:10.184 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/config, isRacyClean=true, read=2023-03-25 18:03:10.184826000, lastModified=2023-03-25 18:03:09.868342000, delta=316484000 ns, racy<=2500000000 ns 18:03:10.185 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, isRacyClean=false, read=2023-03-25 18:03:10.066564000, lastModified=2023-03-25 18:03:09.856341000, delta=210223000 ns, racy<=3805000 ns 18:03:10.185 [pool-68-thread-1] DEBUG org.eclipse.jgit.internal.storage.file.FileSnapshot - file=/tmp/junit11999986979111866037/.git/objects/pack, is unmodified 18:03:10.185 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:10.185 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:10.193 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:03:10.193 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:10.193 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:03:10.194 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:03:10.194 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:10.194 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /root.xmi... 18:03:10.194 [pool-68-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:10.250 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /root.xmi. 0s57ms [pure insertion] marking any relevant derived attributes for update...18:03:10.250 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:10.250 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:10.250 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:10.250 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:10.250 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:10.250 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:10.250 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:10.250 [pool-68-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:10.250 [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... 18:03:10.250 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:10.250 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision aef7613c4ad6f74b84a392bdbdb68c7bf54e153f (timepoint 1679767389003) of /tmp/junit11999986979111866037 18:03:10.251 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:10.251 [pool-68-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 195 ms 18:03:10.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:03:10.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: /tmp/junit11999986979111866037:org.eclipse.hawk.git.JGitRepository:false 18:03:10.262 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:10.262 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:03:10.263 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:03:10.264 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16785592813288817386/test_nonDefaultBranch[LevelDB GreyCat] 18:03:10.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:03:11.312 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:03:11.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:11.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 18:03:11.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:11.314 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:11.317 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:03:11.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:03:11.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:03:11.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:03:11.317 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:03:11.317 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:11.318 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:11.318 [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 18:03:11.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:11.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:11.359 [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 18:03:11.359 [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 18:03:11.359 [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 18:03:11.359 [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 18:03:11.359 [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 18:03:11.359 [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 18:03:11.359 [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 18:03:11.360 [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 18:03:11.360 [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 18:03:11.360 [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 18:03:11.360 [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 18:03:11.361 [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 18:03:11.361 [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 18:03:11.361 [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 18:03:11.361 [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 18:03:11.362 [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 18:03:11.362 [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 18:03:11.363 [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 18:03:11.363 [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 18:03:11.363 [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 18:03:11.364 [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 18:03:11.364 [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 18:03:11.364 [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 18:03:11.365 [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 18:03:11.365 [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 18:03:11.366 [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 18:03:11.367 [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[] 18:03:11.367 [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 18:03:11.367 [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 18:03:11.367 [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 18:03:11.367 [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 18:03:11.367 [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 18:03:11.367 [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 18:03:11.372 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:03:11.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:11.372 [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 18:03:11.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:11.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:11.380 [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 18:03:11.380 [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 18:03:11.380 [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 18:03:11.380 [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 18:03:11.380 [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 18:03:11.380 [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 18:03:11.380 [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 18:03:11.380 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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[] 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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 18:03:11.381 [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[] 18:03:11.381 [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 18:03:11.382 [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 18:03:11.382 [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 18:03:11.382 [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 18:03:11.382 [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 18:03:11.382 [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 18:03:11.382 [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 18:03:11.382 [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 18:03:11.382 [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 18:03:11.382 [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 18:03:11.382 [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 18:03:11.382 [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 18:03:11.382 [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 18:03:11.383 [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 18:03:11.383 [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 18:03:11.383 [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 18:03:11.383 [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 18:03:11.383 [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 18:03:11.383 [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 18:03:11.383 [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 18:03:11.383 [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 18:03:11.383 [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 18:03:11.383 [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 18:03:11.383 [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 18:03:11.383 [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 18:03:11.383 [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 18:03:11.387 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:03:11.387 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo10169684836106078355 18:03:13.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10169684836106078355:org.eclipse.hawk.svn.SvnManager:false 18:03:13.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:13.106 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:13.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:13.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:13.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:13.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:13.114 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:13.116 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:13.116 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:03:13.116 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:13.116 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:13.118 [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... 18:03:13.118 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:03:13.120 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767390277) of file:///tmp/hawkSvnRepo10169684836106078355 18:03:13.121 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:13.124 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:13.124 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:13.131 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:03:13.132 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:13.132 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:03:13.132 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:03:13.141 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:03:13.141 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:03:13.141 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:03:13.141 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:13.141 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:13.144 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:03:13.146 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:03:13.149 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:03:13.149 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:03:13.150 [pool-70-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:03:13.150 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:03:13.150 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:13.150 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:13.150 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:13.150 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:13.150 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:13.150 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:13.150 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:13.150 [pool-70-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:13.150 [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... 18:03:13.150 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:13.150 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767391465) of file:///tmp/hawkSvnRepo10169684836106078355 18:03:13.151 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:13.151 [pool-70-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 45 ms 18:03:13.158 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:03:13.158 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10169684836106078355:org.eclipse.hawk.svn.SvnManager:false 18:03:13.160 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:13.160 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:03:13.161 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:03:13.161 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6696502775330730104/test_countInstancesModelAll[LevelDB GreyCat] 18:03:13.162 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:03:14.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:03:14.301 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:14.301 [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 18:03:14.301 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:14.301 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:14.303 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:03:14.303 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:03:14.303 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:03:14.304 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:03:14.304 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:03:14.304 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:14.304 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:14.304 [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 18:03:14.308 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:14.308 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:14.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 18:03:14.312 [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 18:03:14.312 [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 18:03:14.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 18:03:14.312 [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 18:03:14.312 [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 18:03:14.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:03:14.349 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:03:14.349 [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 18:03:14.349 [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 18:03:14.350 [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 18:03:14.350 [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 18:03:14.351 [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 18:03:14.351 [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 18:03:14.351 [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 18:03:14.351 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:03:14.352 [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 18:03:14.352 [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 18:03:14.352 [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 18:03:14.352 [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 18:03:14.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:03:14.353 [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 18:03:14.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:03:14.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:03:14.353 [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 18:03:14.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:03:14.353 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:03:14.354 [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 18:03:14.354 [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 18:03:14.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 18:03:14.355 [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 18:03:14.355 [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 18:03:14.356 [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 18:03:14.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:03:14.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:14.360 [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 18:03:14.363 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:14.363 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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[] 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.367 [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 18:03:14.368 [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[] 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.368 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.369 [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 18:03:14.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:03:14.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo5152061638690770532 18:03:22.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5152061638690770532:org.eclipse.hawk.svn.SvnManager:false 18:03:22.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:22.106 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:22.114 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:22.114 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:22.115 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:22.115 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:22.115 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:22.116 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:22.116 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:03:22.116 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:22.116 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:22.118 [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... 18:03:22.118 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:03:22.120 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767393175) of file:///tmp/hawkSvnRepo5152061638690770532 18:03:22.120 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:22.123 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:22.124 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:22.131 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:22.131 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:22.131 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:03:22.131 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:03:22.140 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:03:22.140 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:03:22.140 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:03:22.140 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:22.140 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:22.143 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:03:22.144 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:03:22.147 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:03:22.147 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:03:22.147 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:03:22.147 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:03:22.147 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:03:22.148 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:03:22.148 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:22.148 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:22.148 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:22.148 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:22.148 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:22.148 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:22.148 [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... 18:03:22.148 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:22.148 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767394389) of file:///tmp/hawkSvnRepo5152061638690770532 18:03:22.148 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:22.151 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:22.151 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:22.158 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:22.158 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:22.158 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:03:22.158 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:03:22.158 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:22.158 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:22.158 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:22.165 [pool-72-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...18:03:22.165 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:22.165 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:22.165 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:22.165 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:22.166 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:22.166 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:03:22.166 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:22.166 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:22.166 [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... 18:03:22.166 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:22.166 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767396111) of file:///tmp/hawkSvnRepo5152061638690770532 18:03:22.166 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:22.168 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:22.168 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:22.175 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:22.175 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:22.175 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:03:22.175 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:03:22.175 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:22.175 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:22.175 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:22.177 [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...18:03:22.177 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:22.177 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:22.177 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:22.177 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:22.177 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:22.177 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:22.177 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:22.177 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:22.177 [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... 18:03:22.177 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:22.177 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767398110) of file:///tmp/hawkSvnRepo5152061638690770532 18:03:22.178 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:22.180 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:22.180 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:22.186 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:22.186 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:22.186 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:03:22.187 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:03:22.187 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:22.187 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:22.187 [pool-72-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:22.188 [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...18:03:22.188 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:22.188 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:22.188 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:22.188 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:22.188 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:22.188 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:22.188 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:22.188 [pool-72-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:22.189 [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... 18:03:22.189 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:22.189 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767400110) of file:///tmp/hawkSvnRepo5152061638690770532 18:03:22.189 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:22.189 [pool-72-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 83 ms 18:03:22.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:03:22.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5152061638690770532:org.eclipse.hawk.svn.SvnManager:false 18:03:22.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:22.253 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:03:22.255 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:03:22.255 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8879585917758012187/test_sinceThen[LevelDB GreyCat] 18:03:22.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:03:23.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:03:23.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:23.383 [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 18:03:23.383 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:23.383 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:23.388 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:03:23.388 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:03:23.388 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:03:23.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:03:23.389 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:23.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:03:23.389 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:23.389 [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 18:03:23.396 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:23.396 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:23.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 18:03:23.403 [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 18:03:23.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 18:03:23.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 18:03:23.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 18:03:23.403 [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[] 18:03:23.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 18:03:23.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 18:03:23.403 [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 18:03:23.403 [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 18:03:23.403 [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 18:03:23.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 18:03:23.404 [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 18:03:23.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 18:03:23.404 [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 18:03:23.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 18:03:23.450 [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 18:03:23.450 [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 18:03:23.450 [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 18:03:23.450 [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 18:03:23.451 [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 18:03:23.451 [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 18:03:23.452 [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 18:03:23.452 [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 18:03:23.452 [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 18:03:23.452 [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 18:03:23.452 [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 18:03:23.452 [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 18:03:23.452 [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 18:03:23.453 [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 18:03:23.454 [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 18:03:23.456 [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 18:03:23.456 [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 18:03:23.462 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:03:23.462 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:23.462 [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 18:03:23.466 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:23.466 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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[] 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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 18:03:23.472 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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[] 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.473 [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 18:03:23.474 [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 18:03:23.474 [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 18:03:23.474 [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 18:03:23.474 [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 18:03:23.474 [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 18:03:23.474 [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 18:03:23.474 [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 18:03:23.474 [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 18:03:23.474 [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 18:03:23.475 [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 18:03:23.475 [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 18:03:23.475 [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 18:03:23.475 [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 18:03:23.475 [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 18:03:23.475 [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 18:03:23.475 [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 18:03:23.475 [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 18:03:23.475 [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 18:03:23.475 [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 18:03:23.475 [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 18:03:23.479 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:03:23.479 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo10761717582520490878 18:03:31.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10761717582520490878:org.eclipse.hawk.svn.SvnManager:false 18:03:31.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:31.106 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:31.117 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:31.117 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:31.117 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:31.118 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:31.118 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:31.121 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:31.121 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:03:31.121 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:31.121 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:31.123 [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... 18:03:31.123 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 18:03:31.126 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767402268) of file:///tmp/hawkSvnRepo10761717582520490878 18:03:31.127 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:31.131 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:31.131 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:31.156 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:31.156 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:31.156 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:03:31.156 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:03:31.167 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:03:31.167 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:03:31.167 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:03:31.167 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:31.167 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:31.172 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:03:31.173 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:03:31.176 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:03:31.176 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:03:31.177 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:03:31.177 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:03:31.177 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:31.177 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:31.177 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:31.177 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:31.177 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:31.177 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:31.177 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:31.177 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:31.177 [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... 18:03:31.177 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:31.177 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767403556) of file:///tmp/hawkSvnRepo10761717582520490878 18:03:31.178 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:31.180 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:31.180 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:31.253 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:31.253 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:31.253 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:03:31.254 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:03:31.254 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:31.254 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:31.254 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:31.261 [pool-74-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...18:03:31.261 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:31.261 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:31.261 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:31.261 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:31.261 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:31.261 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:31.261 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:31.261 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:31.261 [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... 18:03:31.261 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:31.262 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767405116) of file:///tmp/hawkSvnRepo10761717582520490878 18:03:31.262 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:31.264 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:31.264 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:31.271 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:31.271 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:31.271 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:03:31.272 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:03:31.272 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:31.272 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:31.272 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:31.273 [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...18:03:31.273 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:31.273 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:31.273 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:31.273 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:31.274 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:31.274 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:31.274 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:31.274 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:31.274 [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... 18:03:31.274 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:31.274 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767407111) of file:///tmp/hawkSvnRepo10761717582520490878 18:03:31.274 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:31.276 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:31.276 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:31.284 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:31.284 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:31.284 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:03:31.284 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:03:31.284 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:31.284 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:31.284 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:31.286 [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...18:03:31.286 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:31.286 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:31.286 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:31.286 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:31.286 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:31.286 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:31.286 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:31.286 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:31.286 [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... 18:03:31.286 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:31.286 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767409110) of file:///tmp/hawkSvnRepo10761717582520490878 18:03:31.287 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:31.287 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 181 ms 18:03:33.100 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:33.102 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:33.103 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:33.103 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:33.103 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:33.103 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:33.103 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:33.103 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:33.103 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:33.103 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:33.103 [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... 18:03:33.103 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:33.103 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767409110) of file:///tmp/hawkSvnRepo10761717582520490878 18:03:33.103 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:33.105 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:33.105 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:33.113 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:33.113 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:33.113 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 18:03:33.114 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 18:03:33.114 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:33.114 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:33.114 [pool-74-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:33.115 [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...18:03:33.116 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:33.116 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:33.116 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:33.116 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:33.116 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:33.116 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:33.116 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:33.116 [pool-74-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:33.116 [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... 18:03:33.116 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:33.116 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679767411118) of file:///tmp/hawkSvnRepo10761717582520490878 18:03:33.117 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:33.117 [pool-74-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 16 ms after for 1679767403556: 0 after for 1679767405116: 1 before for 1679767407111: 2 before for 1679767409110: 3 18:03:33.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:03:33.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo10761717582520490878:org.eclipse.hawk.svn.SvnManager:false 18:03:33.129 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:33.129 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:03:33.130 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:03:33.134 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4409137506715059380/test_before[LevelDB GreyCat] 18:03:33.135 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:03:34.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:03:34.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:34.351 [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 18:03:34.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:34.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:34.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:03:34.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:03:34.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:03:34.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:03:34.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:03:34.354 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:34.355 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:34.355 [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 18:03:34.359 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:34.359 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:34.362 [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 18:03:34.363 [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 18:03:34.363 [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 18:03:34.364 [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 18:03:34.364 [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 18:03:34.365 [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 18:03:34.365 [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 18:03:34.365 [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 18:03:34.365 [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 18:03:34.365 [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 18:03:34.365 [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 18:03:34.365 [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 18:03:34.366 [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 18:03:34.366 [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 18:03:34.366 [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[] 18:03:34.366 [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 18:03:34.366 [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 18:03:34.366 [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 18:03:34.366 [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 18:03:34.366 [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 18:03:34.366 [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 18:03:34.366 [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 18:03:34.366 [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 18:03:34.367 [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 18:03:34.367 [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 18:03:34.367 [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 18:03:34.368 [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 18:03:34.368 [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 18:03:34.368 [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 18:03:34.368 [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 18:03:34.368 [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 18:03:34.368 [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 18:03:34.368 [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 18:03:34.372 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:03:34.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:34.372 [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 18:03:34.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:34.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:34.378 [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 18:03:34.378 [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 18:03:34.378 [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 18:03:34.378 [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 18:03:34.378 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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[] 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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[] 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.379 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.380 [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 18:03:34.383 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:03:34.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo2801043202240384636 18:03:42.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2801043202240384636:org.eclipse.hawk.svn.SvnManager:false 18:03:42.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:42.106 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:42.117 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:42.117 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:42.117 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:42.117 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:42.117 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:42.120 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:42.120 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:03:42.120 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:42.120 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:42.122 [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... 18:03:42.122 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 18:03:42.125 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767413171) of file:///tmp/hawkSvnRepo2801043202240384636 18:03:42.126 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:42.131 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:42.131 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:42.141 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:42.141 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:42.141 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:03:42.141 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:03:42.158 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:03:42.158 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:03:42.158 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:03:42.158 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:42.158 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:42.162 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:03:42.164 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:03:42.168 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:03:42.168 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:03:42.168 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:03:42.168 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s27ms [pure insertion] marking any relevant derived attributes for update...18:03:42.168 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:42.168 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:42.168 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:42.168 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:42.169 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:42.169 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:03:42.169 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:42.169 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:42.169 [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... 18:03:42.169 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:42.169 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767414458) of file:///tmp/hawkSvnRepo2801043202240384636 18:03:42.170 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:42.172 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:42.172 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:42.180 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:42.180 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:42.180 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:03:42.180 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:03:42.180 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:42.180 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:42.180 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:42.187 [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...18:03:42.187 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:42.187 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:42.187 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:42.187 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:42.187 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:42.188 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:42.188 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:42.188 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:42.188 [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... 18:03:42.188 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:42.188 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767416110) of file:///tmp/hawkSvnRepo2801043202240384636 18:03:42.188 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:42.190 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:42.190 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:42.197 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:42.197 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:42.197 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:03:42.197 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:03:42.197 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:42.197 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:42.197 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:42.250 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s53ms [pure insertion] marking any relevant derived attributes for update...18:03:42.250 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:42.250 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:42.250 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:42.250 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:42.250 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:42.250 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:42.250 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:42.250 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:42.250 [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... 18:03:42.250 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:42.250 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767418110) of file:///tmp/hawkSvnRepo2801043202240384636 18:03:42.251 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:42.253 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:42.253 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:42.259 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:42.259 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:42.260 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:03:42.260 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:03:42.260 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:42.260 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:42.260 [pool-76-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:42.262 [pool-76-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...18:03:42.262 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:42.262 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:42.262 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:42.262 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:42.262 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:42.262 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:42.262 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:42.262 [pool-76-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:42.262 [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... 18:03:42.262 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:42.262 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767420109) of file:///tmp/hawkSvnRepo2801043202240384636 18:03:42.263 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:42.263 [pool-76-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 157 ms 18:03:42.269 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:03:42.269 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo2801043202240384636:org.eclipse.hawk.svn.SvnManager:false 18:03:42.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:42.271 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:03:42.272 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:03:42.273 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8799524177179073256/test_commitMessages[LevelDB GreyCat] 18:03:42.274 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:03:43.309 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:03:43.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:43.350 [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 18:03:43.350 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:43.350 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:43.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:03:43.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:03:43.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:03:43.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:03:43.354 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:43.354 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:43.354 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:03:43.354 [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 18:03:43.358 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:43.358 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:43.362 [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 18:03:43.362 [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[] 18:03:43.362 [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 18:03:43.362 [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 18:03:43.364 [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 18:03:43.364 [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 18:03:43.364 [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 18:03:43.364 [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 18:03:43.364 [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 18:03:43.364 [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 18:03:43.364 [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 18:03:43.365 [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 18:03:43.365 [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 18:03:43.365 [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 18:03:43.365 [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 18:03:43.365 [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 18:03:43.366 [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 18:03:43.366 [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 18:03:43.366 [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 18:03:43.366 [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 18:03:43.366 [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 18:03:43.367 [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 18:03:43.367 [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 18:03:43.367 [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 18:03:43.367 [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 18:03:43.367 [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 18:03:43.367 [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 18:03:43.367 [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 18:03:43.367 [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 18:03:43.367 [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 18:03:43.368 [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 18:03:43.368 [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 18:03:43.368 [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 18:03:43.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:03:43.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:43.371 [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 18:03:43.373 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:43.373 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:43.377 [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 18:03:43.377 [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 18:03:43.377 [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 18:03:43.377 [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 18:03:43.377 [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 18:03:43.377 [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 18:03:43.377 [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 18:03:43.377 [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 18:03:43.377 [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 18:03:43.377 [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 18:03:43.377 [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 18:03:43.377 [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 18:03:43.378 [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 18:03:43.378 [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 18:03:43.378 [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 18:03:43.378 [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 18:03:43.378 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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[] 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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[] 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.379 [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 18:03:43.381 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:03:43.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo14572929232461697778 18:03:51.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14572929232461697778:org.eclipse.hawk.svn.SvnManager:false 18:03:51.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:51.107 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:51.115 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:51.115 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:51.115 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:51.115 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:51.115 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:51.117 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:51.118 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:03:51.118 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:51.118 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:51.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... 18:03:51.119 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 18:03:51.122 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767422289) of file:///tmp/hawkSvnRepo14572929232461697778 18:03:51.122 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:51.125 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:51.126 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:51.134 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:51.134 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:51.134 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:03:51.134 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:03:51.143 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:03:51.143 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:03:51.143 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:03:51.143 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:51.143 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:51.146 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:03:51.147 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:03:51.150 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:03:51.150 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:03:51.151 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:03:51.151 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:03:51.151 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:51.151 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:51.151 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:51.151 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:51.151 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:51.151 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:51.151 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:51.151 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:51.151 [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... 18:03:51.151 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:51.151 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767423398) of file:///tmp/hawkSvnRepo14572929232461697778 18:03:51.152 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:51.155 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:51.155 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:51.163 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:51.163 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:51.164 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:03:51.164 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:03:51.164 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:51.164 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:51.164 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:51.173 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:03:51.173 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:51.173 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:51.173 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:51.173 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:51.174 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:51.174 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:03:51.174 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:51.174 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:51.174 [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... 18:03:51.174 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:51.174 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767425110) of file:///tmp/hawkSvnRepo14572929232461697778 18:03:51.175 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:51.177 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:51.177 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:51.186 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:51.186 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:51.186 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:03:51.186 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:03:51.186 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:51.187 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:51.187 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:51.188 [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...18:03:51.188 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:51.188 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:51.188 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:51.188 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:51.188 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:51.189 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:03:51.189 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:51.189 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:51.189 [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... 18:03:51.189 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:51.189 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767427110) of file:///tmp/hawkSvnRepo14572929232461697778 18:03:51.189 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:51.192 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:51.192 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:51.252 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:03:51.252 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:51.252 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:03:51.253 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:03:51.253 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:03:51.253 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:03:51.253 [pool-78-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:03:51.254 [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...18:03:51.254 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:51.254 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:51.254 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:51.254 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:51.254 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:51.254 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:51.254 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:51.254 [pool-78-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:51.254 [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... 18:03:51.254 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:51.255 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767429109) of file:///tmp/hawkSvnRepo14572929232461697778 18:03:51.255 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:51.255 [pool-78-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 148 ms 18:03:51.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:03:51.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo14572929232461697778:org.eclipse.hawk.svn.SvnManager:false 18:03:51.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:51.260 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:03:51.262 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:03:51.270 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3632774732269001436/test_rangesAreBothInclusive[LevelDB GreyCat] 18:03:51.271 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:03:52.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:03:52.378 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:52.378 [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 18:03:52.378 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:52.378 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:52.382 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:03:52.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:03:52.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:03:52.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:03:52.383 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:52.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:03:52.383 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:52.383 [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 18:03:52.388 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:52.389 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03: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 18:03: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 18:03:52.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:03:52.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:03:52.396 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:03:52.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:03:52.397 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloatObject will be handled as its instance type java.lang.Float 18:03:52.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:03:52.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:03:52.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:03:52.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:03:52.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:03:52.401 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:03:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:03:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:03:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:03:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:03:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:03:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:03:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:03:52.402 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:03:52.403 [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 18:03:52.403 [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 18:03:52.403 [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 18:03:52.405 [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 18:03:52.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 18:03:52.405 [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 18:03:52.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 18:03:52.450 [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 18:03:52.451 [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 18:03:52.452 [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 18:03:52.452 [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 18:03:52.452 [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 18:03:52.456 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:03:52.456 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:52.456 [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 18:03:52.459 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:52.459 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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[] 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.463 [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 18:03:52.464 [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 18:03:52.464 [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 18:03:52.465 [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 18:03:52.465 [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 18:03:52.465 [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 18:03:52.465 [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 18:03:52.465 [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 18:03:52.465 [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 18:03:52.465 [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 18:03:52.465 [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 18:03:52.465 [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 18:03:52.466 [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 18:03:52.466 [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[] 18:03:52.466 [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 18:03:52.466 [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 18:03:52.466 [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 18:03:52.466 [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 18:03:52.466 [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 18:03:52.466 [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 18:03:52.466 [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 18:03:52.466 [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 18:03:52.466 [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 18:03:52.469 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:03:52.469 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo13186860359310854324 18:03:56.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13186860359310854324:org.eclipse.hawk.svn.SvnManager:false 18:03:56.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:56.106 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:56.115 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:56.115 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:56.115 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:56.115 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:56.115 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:56.117 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:56.117 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:03:56.117 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:56.117 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:56.119 [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... 18:03:56.119 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:03:56.121 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767431305) of file:///tmp/hawkSvnRepo13186860359310854324 18:03:56.122 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:56.125 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:56.125 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:56.133 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:03:56.133 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:03:56.133 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:03:56.133 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:03:56.144 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:03:56.144 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:03:56.144 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:03:56.144 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:56.144 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:56.148 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:03:56.149 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:03:56.153 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:03:56.153 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:03:56.153 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:03:56.153 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:03:56.153 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:03:56.153 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:03:56.153 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:56.153 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:56.154 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:56.154 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:03:56.154 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:56.154 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:56.154 [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... 18:03:56.154 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:03:56.154 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767432488) of file:///tmp/hawkSvnRepo13186860359310854324 18:03:56.154 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:03:56.154 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:03:56.154 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 18:03:56.155 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:03:56.165 [pool-80-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.01s 18:03:56.165 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 18:03:56.165 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:03:56.165 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:03:56.165 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:03:56.165 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:03:56.165 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:03:56.165 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:03:56.165 [pool-80-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:03:56.165 [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... 18:03:56.165 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:03:56.165 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767434150) of file:///tmp/hawkSvnRepo13186860359310854324 18:03:56.166 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:56.166 [pool-80-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 60 ms 18:03:56.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:03:56.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13186860359310854324:org.eclipse.hawk.svn.SvnManager:false 18:03:56.174 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:56.174 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:03:56.175 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:03:56.175 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17933967044552636880/test_createDeleteNode[LevelDB GreyCat] 18:03:56.177 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:03:57.389 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:03:57.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:03:57.391 [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 18:03:57.391 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:57.391 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:57.395 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:03:57.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:03:57.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:03:57.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:03:57.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:03:57.395 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:03:57.396 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:03:57.396 [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 18:03:57.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:57.400 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:57.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 18:03:57.404 [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 18:03:57.404 [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 18:03:57.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 18:03:57.405 [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 18:03:57.405 [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 18:03:57.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 18:03:57.405 [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 18:03:57.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 18:03:57.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 18:03:57.406 [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 18:03:57.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[] 18:03:57.406 [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 18:03:57.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 18:03:57.407 [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 18:03:57.407 [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 18:03:57.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 18:03:57.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 18:03:57.408 [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 18:03:57.450 [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 18:03:57.450 [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 18:03:57.450 [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 18:03:57.450 [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 18:03:57.450 [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 18:03:57.450 [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 18:03:57.450 [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 18:03:57.450 [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 18:03:57.451 [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 18:03:57.451 [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 18:03:57.451 [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 18:03:57.451 [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 18:03:57.451 [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 18:03:57.451 [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 18:03:57.455 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:03:57.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:03:57.455 [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 18:03:57.457 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:03:57.457 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.461 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.462 [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 18:03:57.463 [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 18:03:57.463 [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 18:03:57.463 [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 18:03:57.463 [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 18:03:57.463 [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 18:03:57.463 [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 18:03:57.463 [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 18:03:57.463 [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[] 18:03:57.463 [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 18:03:57.463 [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[] 18:03:57.463 [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 18:03:57.463 [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 18:03:57.463 [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 18:03:57.463 [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 18:03:57.463 [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 18:03:57.466 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:03:57.466 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo5137966616667748343 18:04:01.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5137966616667748343:org.eclipse.hawk.svn.SvnManager:false 18:04:01.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:01.106 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:01.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:01.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:01.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:01.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:01.114 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:01.116 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:01.116 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:04:01.116 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:01.116 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:01.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... 18:04:01.118 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:04:01.119 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767436193) of file:///tmp/hawkSvnRepo5137966616667748343 18:04:01.120 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:01.123 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:01.123 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:01.130 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:04:01.130 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:01.130 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:04:01.130 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:04:01.138 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:04:01.138 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:04:01.138 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:04:01.138 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:01.138 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:01.142 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:04:01.143 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:04:01.146 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:04:01.146 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:04:01.146 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:04:01.146 [pool-82-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...18:04:01.146 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:01.146 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:01.146 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:01.146 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:01.146 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:01.146 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:01.146 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:01.146 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:01.146 [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... 18:04:01.146 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:04:01.147 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767437490) of file:///tmp/hawkSvnRepo5137966616667748343 18:04:01.147 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:01.147 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:01.147 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 18:04:01.147 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:04:01.154 [pool-82-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s 18:04:01.154 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 18:04:01.154 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:01.154 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:01.154 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:01.154 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:01.154 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:01.155 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:01.155 [pool-82-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:01.155 [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... 18:04:01.155 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:04:01.155 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767439137) of file:///tmp/hawkSvnRepo5137966616667748343 18:04:01.155 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:01.155 [pool-82-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 49 ms 18:04:01.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:04:01.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5137966616667748343:org.eclipse.hawk.svn.SvnManager:false 18:04:01.158 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:01.158 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:04:01.160 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:04:01.160 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit9601636713692130727/test_travelToMissingTimepointReturnsNull[LevelDB GreyCat] 18:04:01.162 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:04:02.365 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:04:02.367 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:02.367 [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 18:04:02.367 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:02.367 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:02.371 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:04:02.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:04:02.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:04:02.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:04:02.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:04:02.372 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:02.372 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:02.372 [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 18:04:02.377 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:02.377 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:02.382 [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 18:04:02.382 [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 18:04:02.382 [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 18:04:02.382 [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 18:04:02.383 [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 18:04:02.383 [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 18:04:02.383 [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 18:04:02.383 [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[] 18:04:02.383 [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 18:04:02.383 [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 18:04:02.383 [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 18:04:02.384 [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 18:04:02.384 [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 18:04:02.384 [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 18:04:02.384 [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 18:04:02.384 [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 18:04:02.384 [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 18:04:02.384 [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 18:04:02.384 [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 18:04:02.384 [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 18:04:02.384 [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 18:04:02.386 [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 18:04:02.386 [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 18:04:02.386 [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 18:04:02.387 [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 18:04:02.387 [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 18:04:02.387 [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 18:04:02.387 [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 18:04:02.387 [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 18:04:02.387 [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 18:04:02.387 [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 18:04:02.387 [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 18:04:02.387 [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 18:04:02.391 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:04:02.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:04:02.391 [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 18:04:02.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:02.393 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:02.397 [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 18:04:02.397 [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 18:04:02.397 [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 18:04:02.398 [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 18:04:02.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 18:04:02.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 18:04:02.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 18:04:02.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 18:04:02.398 [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 18:04:02.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 18:04:02.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 18:04:02.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 18:04:02.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 18:04:02.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 18:04:02.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 18:04:02.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 18:04:02.398 [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[] 18:04:02.398 [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 18:04:02.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 18:04:02.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[] 18:04:02.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 18:04:02.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 18:04:02.398 [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 18:04:02.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 18:04:02.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 18:04:02.398 [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 18:04:02.398 [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 18:04:02.398 [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 18:04:02.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 18:04:02.398 [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 18:04:02.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 18:04:02.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 18:04:02.398 [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 18:04:02.398 [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 18:04:02.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 18:04:02.398 [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 18:04:02.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 18:04:02.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 18:04:02.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 18:04:02.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 18:04:02.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 18:04:02.398 [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 18:04:02.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 18:04:02.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 18:04:02.398 [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 18:04:02.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 18:04:02.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 18:04:02.398 [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 18:04:02.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 18:04:02.398 [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 18:04:02.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 18:04:02.398 [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 18:04:02.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 18:04:02.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 18:04:02.398 [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 18:04:02.398 [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 18:04:02.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 18:04:02.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 18:04:02.399 [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 18:04:02.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:04:02.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo9018653503651183293 18:04:16.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9018653503651183293:org.eclipse.hawk.svn.SvnManager:false 18:04:16.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:16.107 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:16.117 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:16.117 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:16.117 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:16.117 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:16.117 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:16.119 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:16.119 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:04:16.119 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:16.119 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:16.121 [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... 18:04:16.121 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:04:16.123 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767441175) of file:///tmp/hawkSvnRepo9018653503651183293 18:04:16.123 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:16.127 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:16.127 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:16.134 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:16.134 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:16.134 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:04:16.134 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:04:16.143 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:04:16.143 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:04:16.143 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:04:16.143 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:16.143 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:16.147 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:04:16.149 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:04:16.152 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:04:16.152 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:04:16.152 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:04:16.152 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:04:16.152 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:04:16.153 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:04:16.153 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:16.153 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:16.153 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:16.153 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:16.153 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:16.153 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:16.153 [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... 18:04:16.153 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:16.153 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767442469) of file:///tmp/hawkSvnRepo9018653503651183293 18:04:16.153 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:16.155 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:16.155 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:16.162 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:16.162 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:16.162 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:04:16.162 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:04:16.162 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:16.162 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:16.162 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:16.170 [pool-84-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...18:04:16.170 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:16.170 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:16.170 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:16.170 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:16.170 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:16.170 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:16.170 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:16.170 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:16.170 [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... 18:04:16.170 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:16.170 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767444110) of file:///tmp/hawkSvnRepo9018653503651183293 18:04:16.171 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:16.173 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:16.173 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:16.179 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:16.179 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:16.180 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:04:16.180 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:04:16.180 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:16.180 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:16.180 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:16.182 [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...18:04:16.182 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:16.182 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:16.182 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:16.182 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:16.182 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:16.182 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:16.182 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:16.182 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:16.182 [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... 18:04:16.182 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:16.182 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767446111) of file:///tmp/hawkSvnRepo9018653503651183293 18:04:16.183 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:16.185 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:16.185 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:16.191 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:16.191 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:16.192 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:04:16.192 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:2 ratio: 1.0 18:04:16.192 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:16.192 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:16.192 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:16.252 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s61ms [pure insertion] marking any relevant derived attributes for update...18:04:16.252 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:16.252 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:16.252 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:16.252 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:16.252 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:16.252 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:16.252 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:16.252 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:16.252 [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... 18:04:16.252 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:16.252 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767448110) of file:///tmp/hawkSvnRepo9018653503651183293 18:04:16.253 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:16.255 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:16.255 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:16.261 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:16.261 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:16.263 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:04:16.263 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:04:16.263 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:16.263 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:16.263 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:16.264 [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...18:04:16.264 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:16.264 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:16.265 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:16.265 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:16.265 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:16.265 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:16.265 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:16.265 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:16.265 [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... 18:04:16.265 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:16.265 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679767450110) of file:///tmp/hawkSvnRepo9018653503651183293 18:04:16.265 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:16.267 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:16.267 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:16.274 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:16.274 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:16.274 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:04:16.275 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:04:16.275 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:16.275 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:16.275 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:16.295 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:04:16.295 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:16.295 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:16.295 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:16.295 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:16.295 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:16.295 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:16.295 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:16.295 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:16.295 [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... 18:04:16.295 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:04:16.296 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 6 (timepoint 1679767452110) of file:///tmp/hawkSvnRepo9018653503651183293 18:04:16.296 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:16.298 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:16.298 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:16.351 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:16.351 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:16.351 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:04:16.352 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 18:04:16.352 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:16.352 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:16.352 [pool-84-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:16.353 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s2ms [pure insertion] marking any relevant derived attributes for update...18:04:16.354 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:04:16.354 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:04:16.354 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:16.354 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:16.354 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:16.354 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:16.354 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:16.354 [pool-84-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:16.354 [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... 18:04:16.354 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:16.354 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 7 (timepoint 1679767454109) of file:///tmp/hawkSvnRepo9018653503651183293 18:04:16.354 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:16.354 [pool-84-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 247 ms property: eContainer not found in metamodel for type: Tree property: eContainer not found in metamodel for type: Tree property: eContainer not found in metamodel for type: Tree property: eContainer not found in metamodel for type: Tree label: Empty label: NotEmpty label: Empty label: NotEmpty label: NotEmpty label: Empty Children of NotEmpty at 1679767450110: 1 Children of NotEmpty at 1679767446111: 2 Children of NotEmpty at 1679767444110: 1 property: eContainer not found in metamodel for type: Tree Children of NotEmpty at 1679767450110: 1 Children of NotEmpty at 1679767446111: 2 Children of NotEmpty at 1679767444110: 1 18:04:16.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:04:16.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo9018653503651183293:org.eclipse.hawk.svn.SvnManager:false 18:04:16.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:16.374 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:04:16.375 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:04:16.376 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14429321747041325919/test_unscope[LevelDB GreyCat] 18:04:16.377 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:04:17.314 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:04:17.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:17.351 [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 18:04:17.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:17.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:17.355 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:04:17.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:04:17.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:04:17.356 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:17.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:04:17.356 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:17.357 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:04:17.357 [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 18:04:17.362 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:17.362 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:17.366 [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 18:04:17.367 [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 18:04:17.367 [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 18:04:17.368 [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 18:04:17.368 [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 18:04:17.368 [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 18:04:17.368 [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 18:04:17.368 [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 18:04:17.369 [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 18:04:17.369 [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 18:04:17.369 [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 18:04:17.369 [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[] 18:04:17.369 [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 18:04:17.369 [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 18:04:17.369 [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 18:04:17.369 [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 18:04:17.369 [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 18:04:17.371 [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 18:04:17.371 [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 18:04:17.371 [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 18:04:17.371 [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 18:04:17.371 [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 18:04:17.371 [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 18:04:17.371 [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 18:04:17.371 [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 18:04:17.371 [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 18:04:17.371 [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 18:04:17.371 [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 18:04:17.372 [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 18:04:17.372 [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 18:04:17.372 [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 18:04:17.372 [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 18:04:17.372 [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 18:04:17.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:04:17.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:04:17.376 [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 18:04:17.379 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:17.379 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:17.382 [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 18:04:17.382 [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 18:04:17.382 [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 18:04:17.382 [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 18:04:17.382 [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 18:04:17.382 [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 18:04:17.382 [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 18:04:17.382 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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[] 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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[] 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.383 [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 18:04:17.384 [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 18:04:17.384 [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 18:04:17.384 [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 18:04:17.384 [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 18:04:17.384 [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 18:04:17.384 [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 18:04:17.386 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:04:17.387 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo16505677982849555844 18:04:21.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16505677982849555844:org.eclipse.hawk.svn.SvnManager:false 18:04:21.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:21.107 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:21.116 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:21.116 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:21.116 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:21.116 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:21.116 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:21.119 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:21.119 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:04:21.119 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:21.119 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:21.120 [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... 18:04:21.120 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:04:21.122 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767456389) of file:///tmp/hawkSvnRepo16505677982849555844 18:04:21.123 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:21.126 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:21.126 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:21.135 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:04:21.135 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:21.135 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:04:21.135 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:04:21.144 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:04:21.144 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:04:21.144 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:04:21.144 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:21.144 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:21.148 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:04:21.149 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:04:21.152 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:04:21.152 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:04:21.152 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:04:21.152 [pool-86-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...18:04:21.152 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:21.152 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:21.153 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:21.153 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:21.153 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:21.153 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:21.153 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:21.153 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:21.153 [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... 18:04:21.153 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:21.153 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767457462) of file:///tmp/hawkSvnRepo16505677982849555844 18:04:21.153 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:21.153 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:21.153 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 18:04:21.154 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:04:21.161 [pool-86-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.007s 18:04:21.161 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 18:04:21.161 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:21.161 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:21.161 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:21.161 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:21.161 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:21.161 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:21.161 [pool-86-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:21.161 [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... 18:04:21.161 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:21.161 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767459123) of file:///tmp/hawkSvnRepo16505677982849555844 18:04:21.162 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:21.162 [pool-86-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 55 ms 18:04:21.169 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:04:21.169 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo16505677982849555844:org.eclipse.hawk.svn.SvnManager:false 18:04:21.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:21.171 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:04:21.173 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:04:21.173 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4868078346372276909/test_countInstancesFromModelTypes[LevelDB GreyCat] 18:04:21.174 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:04:22.324 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:04:22.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:22.351 [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 18:04:22.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:22.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:22.355 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:04:22.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:04:22.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:04:22.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:04:22.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:04:22.355 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:22.356 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:22.356 [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 18:04:22.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:22.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:22.364 [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 18:04:22.365 [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 18:04:22.365 [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 18:04:22.365 [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 18:04:22.365 [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 18:04:22.365 [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 18:04:22.366 [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 18:04:22.367 [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 18:04:22.367 [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 18:04:22.367 [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 18:04:22.367 [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 18:04:22.367 [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 18:04:22.368 [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 18:04:22.368 [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 18:04:22.368 [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 18:04:22.368 [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 18:04:22.369 [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 18:04:22.369 [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 18:04:22.369 [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 18:04:22.369 [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 18:04:22.369 [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 18:04:22.369 [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 18:04:22.369 [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 18:04:22.369 [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 18:04:22.369 [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 18:04:22.370 [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 18:04:22.370 [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 18:04:22.370 [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 18:04:22.370 [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 18:04:22.370 [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[] 18:04:22.370 [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 18:04:22.370 [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 18:04:22.370 [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 18:04:22.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:04:22.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:04:22.374 [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 18:04:22.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:22.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:22.379 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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 18:04:22.380 [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[] 18:04:22.380 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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[] 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.381 [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 18:04:22.384 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:04:22.384 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo11617545832676640434 18:04:30.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11617545832676640434:org.eclipse.hawk.svn.SvnManager:false 18:04:30.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:30.106 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:30.116 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:30.116 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:30.116 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:30.116 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:30.116 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:30.118 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:30.118 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:04:30.118 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:30.118 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:30.120 [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... 18:04:30.120 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:04:30.122 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767461186) of file:///tmp/hawkSvnRepo11617545832676640434 18:04:30.123 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:30.126 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:30.126 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:30.134 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:30.134 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:30.134 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:04:30.134 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:04:30.144 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:04:30.144 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:04:30.144 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:04:30.144 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:30.144 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:30.149 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:04:30.150 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:04:30.154 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:04:30.154 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:04:30.154 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:04:30.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:04:30.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:30.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:30.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:30.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:30.154 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:30.154 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:30.154 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:30.154 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:30.155 [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... 18:04:30.155 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:04:30.155 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767462458) of file:///tmp/hawkSvnRepo11617545832676640434 18:04:30.155 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:30.157 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:30.157 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:30.165 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:30.165 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:30.166 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:04:30.166 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:04:30.166 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:30.166 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:30.166 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:30.174 [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...18:04:30.174 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:30.174 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:30.174 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:30.174 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:30.174 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:30.174 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:30.174 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:30.174 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:30.175 [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... 18:04:30.175 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:04:30.175 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767464110) of file:///tmp/hawkSvnRepo11617545832676640434 18:04:30.175 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:30.177 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:30.177 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:30.185 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:30.185 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:30.185 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:04:30.186 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:04:30.186 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:30.186 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:30.186 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:30.187 [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...18:04:30.187 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:04:30.188 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:04:30.188 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:30.188 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:30.188 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:30.188 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:30.188 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:30.188 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:30.188 [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... 18:04:30.188 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:30.188 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767466110) of file:///tmp/hawkSvnRepo11617545832676640434 18:04:30.189 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:30.191 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:30.191 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:30.255 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:30.255 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:30.255 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:04:30.256 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:04:30.256 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:30.256 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:30.256 [pool-88-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:30.257 [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...18:04:30.257 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:30.257 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:30.257 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:30.257 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:30.257 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:30.257 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:30.258 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:30.258 [pool-88-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:30.258 [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... 18:04:30.258 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:04:30.258 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767468110) of file:///tmp/hawkSvnRepo11617545832676640434 18:04:30.258 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:30.258 [pool-88-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 152 ms 18:04:30.262 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:04:30.262 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11617545832676640434:org.eclipse.hawk.svn.SvnManager:false 18:04:30.264 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:30.264 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:04:30.265 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:04:30.265 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14294761171123693712/test_after[LevelDB GreyCat] 18:04:30.266 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:04:31.349 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:04:31.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:31.351 [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 18:04:31.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:31.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:31.356 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:04:31.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:04:31.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:04:31.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:04:31.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:04:31.357 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:31.357 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:31.357 [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 18:04:31.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:31.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:31.366 [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 18:04:31.367 [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 18:04:31.368 [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 18:04:31.368 [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 18:04:31.368 [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 18:04:31.368 [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[] 18:04:31.368 [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 18:04:31.368 [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 18:04:31.368 [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 18:04:31.368 [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 18:04:31.368 [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 18:04:31.368 [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 18:04:31.368 [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 18:04:31.369 [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 18:04:31.369 [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 18:04:31.369 [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 18:04:31.370 [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 18:04:31.370 [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 18:04:31.370 [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 18:04:31.370 [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 18:04:31.370 [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 18:04:31.370 [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 18:04:31.370 [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 18:04:31.370 [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 18:04:31.370 [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 18:04:31.370 [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 18:04:31.371 [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 18:04:31.371 [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 18:04:31.371 [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 18:04:31.372 [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 18:04:31.372 [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 18:04:31.372 [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 18:04:31.372 [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 18:04:31.376 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:04:31.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:04:31.376 [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 18:04:31.378 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:31.378 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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[] 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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[] 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.382 [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 18:04:31.383 [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 18:04:31.383 [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 18:04:31.383 [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 18:04:31.383 [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 18:04:31.383 [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 18:04:31.383 [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 18:04:31.383 [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 18:04:31.383 [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 18:04:31.383 [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 18:04:31.384 [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 18:04:31.384 [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 18:04:31.384 [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 18:04:31.384 [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 18:04:31.384 [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 18:04:31.384 [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 18:04:31.384 [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 18:04:31.384 [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 18:04:31.384 [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 18:04:31.384 [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 18:04:31.384 [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 18:04:31.384 [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 18:04:31.386 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:04:31.386 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo5572641307907656035 18:04:39.110 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5572641307907656035:org.eclipse.hawk.svn.SvnManager:false 18:04:39.112 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:39.112 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:39.121 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:39.121 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:39.121 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:39.121 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:39.121 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:39.123 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:39.123 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:04:39.123 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:39.124 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:39.125 [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... 18:04:39.125 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:04:39.127 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767470279) of file:///tmp/hawkSvnRepo5572641307907656035 18:04:39.128 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:39.131 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:39.131 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:39.138 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:39.138 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:39.138 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:04:39.138 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:04:39.157 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:04:39.157 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:04:39.157 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:04:39.157 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:39.157 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:39.161 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:04:39.162 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:04:39.165 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:04:39.165 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:04:39.166 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:04:39.166 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s28ms [pure insertion] marking any relevant derived attributes for update...18:04:39.166 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:39.166 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:39.166 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:39.166 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:39.166 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:39.166 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:39.166 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:39.166 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:39.166 [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... 18:04:39.166 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:39.166 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767471464) of file:///tmp/hawkSvnRepo5572641307907656035 18:04:39.167 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:39.168 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:39.168 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:39.175 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:39.175 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:39.176 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:04:39.176 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:04:39.176 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:39.176 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:39.176 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:39.183 [pool-90-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...18:04:39.183 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:39.183 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:39.183 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:39.183 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:39.183 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:39.183 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:39.183 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:39.183 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:39.183 [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... 18:04:39.183 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:39.183 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767473136) of file:///tmp/hawkSvnRepo5572641307907656035 18:04:39.184 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:39.185 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:39.185 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:39.251 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:39.251 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:39.252 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:04:39.252 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:04:39.252 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:39.252 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:39.252 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:39.253 [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...18:04:39.253 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:39.253 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:39.253 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:39.253 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:39.254 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:39.254 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:04:39.254 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:39.254 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:39.254 [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... 18:04:39.254 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:04:39.254 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767475110) of file:///tmp/hawkSvnRepo5572641307907656035 18:04:39.254 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:39.256 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:39.256 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:39.262 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:39.262 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:39.262 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:04:39.263 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:04:39.263 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:39.263 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:39.263 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:39.264 [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...18:04:39.264 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:39.264 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:39.264 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:39.264 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:39.264 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:39.264 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:39.264 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:39.265 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:39.265 [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... 18:04:39.265 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:04:39.265 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767477111) of file:///tmp/hawkSvnRepo5572641307907656035 18:04:39.265 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:39.265 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 153 ms 18:04:41.101 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:41.102 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:41.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:41.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:41.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:41.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:41.103 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:41.103 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:41.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:41.103 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:41.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... 18:04:41.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:41.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767477111) of file:///tmp/hawkSvnRepo5572641307907656035 18:04:41.103 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:41.105 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:41.105 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:41.111 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:41.111 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:41.112 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 18:04:41.112 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.5 18:04:41.112 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:41.112 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:41.112 [pool-90-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:41.113 [pool-90-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...18:04:41.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:41.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:41.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:41.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:41.114 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:41.114 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:41.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:41.114 [pool-90-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:41.114 [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... 18:04:41.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:41.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679767479126) of file:///tmp/hawkSvnRepo5572641307907656035 18:04:41.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:41.114 [pool-90-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 13 ms 18:04:41.121 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:04:41.121 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo5572641307907656035:org.eclipse.hawk.svn.SvnManager:false 18:04:41.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:41.122 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:04:41.124 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:04:41.124 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit12232219205533936954/test_until[LevelDB GreyCat] 18:04:41.125 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:04:42.321 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:04:42.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:42.350 [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 18:04:42.350 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:42.350 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:42.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:04:42.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:04:42.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:04:42.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:04:42.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:04:42.355 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:42.355 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:42.355 [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 18:04:42.359 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:42.359 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:42.364 [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 18:04:42.364 [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 18:04:42.364 [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 18:04:42.364 [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 18:04:42.364 [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 18:04:42.364 [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[] 18:04:42.364 [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 18:04:42.364 [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 18:04:42.365 [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 18:04:42.365 [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 18:04:42.365 [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 18:04:42.365 [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 18:04:42.365 [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 18:04:42.366 [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 18:04:42.366 [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 18:04:42.366 [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 18:04:42.367 [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 18:04:42.367 [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 18:04:42.367 [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 18:04:42.367 [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 18:04:42.368 [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 18:04:42.368 [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 18:04:42.368 [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 18:04:42.369 [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 18:04:42.369 [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 18:04:42.370 [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 18:04:42.370 [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 18:04:42.370 [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 18:04:42.371 [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 18:04:42.371 [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 18:04:42.371 [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 18:04:42.371 [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 18:04:42.371 [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 18:04:42.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:04:42.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:04:42.374 [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 18:04:42.377 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:42.377 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:42.380 [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 18:04:42.380 [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 18:04:42.380 [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 18:04:42.380 [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 18:04:42.380 [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 18:04:42.380 [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 18:04:42.380 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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[] 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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[] 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.381 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.382 [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 18:04:42.385 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:04:42.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo13092752779850948360 18:04:50.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13092752779850948360:org.eclipse.hawk.svn.SvnManager:false 18:04:50.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:50.105 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:50.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:50.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:50.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:50.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:50.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:50.116 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:50.116 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:04:50.116 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:50.116 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:50.118 [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... 18:04:50.118 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:04:50.120 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767481141) of file:///tmp/hawkSvnRepo13092752779850948360 18:04:50.120 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:50.123 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:50.123 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:50.130 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:50.130 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:50.130 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:04:50.130 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:04:50.138 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:04:50.139 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:04:50.139 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:04:50.139 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:50.139 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:50.151 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:04:50.152 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:04:50.155 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:04:50.155 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:04:50.155 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:04:50.155 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s25ms [pure insertion] marking any relevant derived attributes for update...18:04:50.155 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:50.155 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:50.155 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:50.155 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:50.155 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:50.155 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:50.156 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:50.156 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:50.156 [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... 18:04:50.156 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:04:50.156 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767482462) of file:///tmp/hawkSvnRepo13092752779850948360 18:04:50.156 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:50.158 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:50.158 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:50.164 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:50.164 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:50.164 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:04:50.165 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:04:50.165 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:50.165 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:50.165 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:50.171 [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...18:04:50.171 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:50.171 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:50.171 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:50.171 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:50.171 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:50.171 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:50.171 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:50.171 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:50.171 [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... 18:04:50.171 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:04:50.172 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767484109) of file:///tmp/hawkSvnRepo13092752779850948360 18:04:50.172 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:50.174 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:50.174 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:50.180 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:50.180 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:50.180 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:04:50.180 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:04:50.180 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:50.180 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:50.180 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:50.182 [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...18:04:50.182 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:50.182 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:50.182 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:50.182 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:50.182 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:50.182 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:50.182 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:50.182 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:50.182 [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... 18:04:50.182 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:50.182 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767486109) of file:///tmp/hawkSvnRepo13092752779850948360 18:04:50.182 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:50.184 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:50.184 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:50.190 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:50.190 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:50.190 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:04:50.191 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:04:50.191 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:50.191 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:50.191 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:50.192 [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...18:04:50.192 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:50.192 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:50.192 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:50.192 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:50.192 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:50.192 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:50.192 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:50.192 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:50.192 [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... 18:04:50.192 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:50.192 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767488109) of file:///tmp/hawkSvnRepo13092752779850948360 18:04:50.193 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:50.193 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 88 ms 18:04:52.100 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:52.101 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:52.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:52.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:52.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:52.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:52.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:52.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:52.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:52.102 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:52.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... 18:04:52.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:52.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767488109) of file:///tmp/hawkSvnRepo13092752779850948360 18:04:52.102 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:04:52.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:04:52.104 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:04:52.110 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:04:52.110 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:04:52.111 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 18:04:52.111 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 0.5 18:04:52.111 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:04:52.111 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:04:52.111 [pool-92-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:04:52.113 [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...18:04:52.113 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:04:52.113 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:04:52.113 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:04:52.113 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:04:52.113 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:04:52.113 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:04:52.113 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:04:52.113 [pool-92-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:04:52.113 [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... 18:04:52.113 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:04:52.113 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679767490117) of file:///tmp/hawkSvnRepo13092752779850948360 18:04:52.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:52.114 [pool-92-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 14 ms 18:04:52.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:04:52.126 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13092752779850948360:org.eclipse.hawk.svn.SvnManager:false 18:04:52.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:52.127 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:04:52.129 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:04:52.129 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7153139994614259475/test_whenPoints[LevelDB GreyCat] 18:04:52.130 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:04:53.399 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:04:53.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:04:53.451 [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 18:04:53.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:53.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:53.454 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:04:53.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:04:53.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:04:53.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:04:53.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:04:53.455 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:04:53.456 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:04:53.456 [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 18:04:53.460 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:53.460 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:53.467 [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 18:04:53.467 [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 18:04:53.467 [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 18:04:53.467 [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 18:04:53.467 [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 18:04:53.467 [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 18:04:53.467 [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 18:04:53.467 [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 18:04:53.468 [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 18:04:53.468 [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 18:04:53.468 [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 18:04:53.470 [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 18:04:53.470 [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 18:04:53.470 [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 18:04:53.470 [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 18:04:53.470 [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 18:04:53.470 [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 18:04:53.470 [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 18:04:53.470 [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 18:04:53.471 [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 18:04:53.472 [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 18:04:53.473 [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 18:04:53.474 [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 18:04:53.475 [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 18:04:53.475 [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 18:04:53.476 [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 18:04:53.476 [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 18:04:53.476 [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 18:04:53.476 [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 18:04:53.476 [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 18:04:53.477 [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[] 18:04:53.477 [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 18:04:53.477 [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 18:04:53.482 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:04:53.482 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:04:53.482 [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 18:04:53.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:04:53.484 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:04:53.550 [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 18:04:53.550 [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 18:04:53.550 [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 18:04:53.550 [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 18:04:53.550 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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 18:04:53.551 [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[] 18:04:53.551 [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 18:04:53.551 [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 18:04:53.552 [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 18:04:53.552 [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[] 18:04:53.552 [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 18:04:53.552 [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 18:04:53.552 [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 18:04:53.552 [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 18:04:53.552 [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 18:04:53.552 [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 18:04:53.552 [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 18:04:53.552 [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 18:04:53.552 [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 18:04:53.552 [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 18:04:53.552 [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 18:04:53.552 [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 18:04:53.553 [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 18:04:53.553 [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 18:04:53.553 [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 18:04:53.553 [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 18:04:53.553 [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 18:04:53.553 [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 18:04:53.553 [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 18:04:53.556 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:04:53.556 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo17684708472427032458 18:05:01.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo17684708472427032458:org.eclipse.hawk.svn.SvnManager:false 18:05:01.108 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:01.108 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:01.120 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:01.121 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:01.121 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:01.121 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:01.121 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:01.123 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:01.123 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:05:01.123 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:01.123 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:01.125 [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... 18:05:01.125 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:05:01.127 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767492144) of file:///tmp/hawkSvnRepo17684708472427032458 18:05:01.128 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:01.131 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:01.131 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:01.139 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:01.139 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:01.139 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:05:01.139 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:05:01.155 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:05:01.156 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:05:01.156 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:05:01.156 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:01.156 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:01.160 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:05:01.161 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:05:01.165 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:05:01.165 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:05:01.165 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:05:01.165 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s26ms [pure insertion] marking any relevant derived attributes for update...18:05:01.165 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:01.165 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:01.166 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:01.166 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:01.166 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:01.166 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:01.166 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:01.166 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:01.166 [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... 18:05:01.166 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:01.166 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767493575) of file:///tmp/hawkSvnRepo17684708472427032458 18:05:01.166 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:01.169 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:01.169 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:01.175 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:01.175 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:01.176 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:05:01.176 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:05:01.176 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:01.176 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:01.176 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:01.184 [pool-94-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...18:05:01.184 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:01.184 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:01.184 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:01.184 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:01.185 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:01.185 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:05:01.185 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:01.185 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:01.185 [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... 18:05:01.185 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:05:01.185 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767495111) of file:///tmp/hawkSvnRepo17684708472427032458 18:05:01.185 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:01.187 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:01.187 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:01.194 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:01.194 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:01.250 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:05:01.250 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:05:01.250 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:01.250 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:01.250 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:01.251 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s57ms [pure insertion] marking any relevant derived attributes for update...18:05:01.251 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:01.251 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:01.252 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:01.252 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:01.252 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:01.252 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:01.252 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:01.252 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:01.252 [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... 18:05:01.252 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:01.252 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767497111) of file:///tmp/hawkSvnRepo17684708472427032458 18:05:01.252 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:01.254 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:01.254 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:01.261 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:01.261 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:01.261 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:05:01.261 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:05:01.262 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:01.262 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:01.262 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:01.263 [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...18:05:01.263 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:01.263 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:01.263 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:01.263 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:01.263 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:01.263 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:01.263 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:01.263 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:01.263 [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... 18:05:01.263 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:01.263 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767499117) of file:///tmp/hawkSvnRepo17684708472427032458 18:05:01.264 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:01.264 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 156 ms 18:05:03.100 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:03.101 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:03.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:03.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:03.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:03.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:03.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:03.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:03.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:03.102 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:03.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... 18:05:03.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:03.102 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767499117) of file:///tmp/hawkSvnRepo17684708472427032458 18:05:03.103 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:03.105 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:03.105 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:03.111 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:03.111 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:03.112 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 4 (4) nodes in store 18:05:03.112 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.25 18:05:03.112 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:03.112 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:03.112 [pool-94-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:03.113 [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...18:05:03.113 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:03.113 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:03.113 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:03.113 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:03.113 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:03.113 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:03.113 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:03.113 [pool-94-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:03.114 [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... 18:05:03.114 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:05:03.114 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 5 (timepoint 1679767501121) of file:///tmp/hawkSvnRepo17684708472427032458 18:05:03.114 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:03.114 [pool-94-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 14 ms Label at 1679767501121: SomethingElse 18:05:03.136 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:05:03.136 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo17684708472427032458:org.eclipse.hawk.svn.SvnManager:false 18:05:03.137 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:03.137 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:05:03.139 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:05:03.139 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1824695891975586375/test_onceFalse[LevelDB GreyCat] 18:05:03.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:05:04.349 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:05:04.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:04.351 [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 18:05:04.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:04.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:04.355 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:05:04.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:05:04.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:05:04.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:05:04.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:05:04.356 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:04.356 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:04.356 [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 18:05:04.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:04.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:04.365 [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 18:05:04.365 [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 18:05:04.365 [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[] 18:05:04.365 [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 18:05:04.366 [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 18:05:04.366 [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 18:05:04.366 [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 18:05:04.366 [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 18:05:04.366 [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 18:05:04.366 [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 18:05:04.368 [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 18:05:04.368 [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 18:05:04.368 [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 18:05:04.369 [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 18:05:04.369 [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 18:05:04.369 [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 18:05:04.369 [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 18:05:04.369 [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 18:05:04.369 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.370 [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 18:05:04.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:05:04.374 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:05:04.374 [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 18:05:04.377 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:04.377 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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[] 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.381 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.382 [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 18:05:04.383 [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 18:05:04.383 [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 18:05:04.383 [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 18:05:04.383 [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 18:05:04.383 [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 18:05:04.383 [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 18:05:04.383 [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 18:05:04.383 [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 18:05:04.383 [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 18:05:04.383 [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 18:05:04.383 [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 18:05:04.383 [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 18:05:04.383 [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[] 18:05:04.385 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:05:04.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo11236700840584099209 18:05:12.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11236700840584099209:org.eclipse.hawk.svn.SvnManager:false 18:05:12.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:12.106 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:12.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:12.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:12.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:12.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:12.113 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:12.115 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:12.115 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:05:12.115 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:12.115 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:12.117 [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... 18:05:12.117 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:05:12.119 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767503163) of file:///tmp/hawkSvnRepo11236700840584099209 18:05:12.119 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:12.122 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:12.122 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:12.129 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:12.129 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:12.129 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:05:12.129 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:05:12.137 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:05:12.137 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:05:12.137 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:05:12.137 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:12.137 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:12.140 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:05:12.141 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:05:12.144 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:05:12.144 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:05:12.144 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:05:12.144 [pool-96-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...18:05:12.144 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:12.144 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:12.144 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:12.144 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:12.144 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:12.144 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:12.144 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:12.144 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:12.145 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:05:12.145 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:05:12.145 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767504466) of file:///tmp/hawkSvnRepo11236700840584099209 18:05:12.145 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:12.147 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:12.147 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:12.153 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:12.153 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:12.153 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:05:12.153 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:05:12.153 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:12.153 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:12.153 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:12.160 [pool-96-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...18:05:12.160 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:12.160 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:12.160 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:12.160 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:12.160 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:12.160 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:12.160 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:12.160 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:12.160 [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... 18:05:12.160 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:05:12.161 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767506111) of file:///tmp/hawkSvnRepo11236700840584099209 18:05:12.161 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:12.163 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:12.163 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:12.169 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:12.169 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:12.169 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:05:12.169 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:05:12.169 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:12.169 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:12.169 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:12.170 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s1ms [pure insertion] marking any relevant derived attributes for update...18:05:12.170 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:12.170 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:12.170 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:12.170 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:12.171 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:12.171 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:05:12.171 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:12.171 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:12.171 [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... 18:05:12.171 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:05:12.171 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767508109) of file:///tmp/hawkSvnRepo11236700840584099209 18:05:12.171 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:12.173 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:12.173 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:12.178 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:12.178 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:12.179 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:05:12.179 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:05:12.179 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:12.179 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:12.179 [pool-96-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:12.180 [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...18:05:12.180 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:12.180 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:12.180 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:12.180 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:12.180 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:12.180 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:12.180 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:12.180 [pool-96-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:12.180 [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... 18:05:12.180 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:05:12.181 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767510109) of file:///tmp/hawkSvnRepo11236700840584099209 18:05:12.181 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:12.181 [pool-96-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 75 ms 18:05:12.183 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:05:12.183 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo11236700840584099209:org.eclipse.hawk.svn.SvnManager:false 18:05:12.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:12.185 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:05:12.186 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:05:12.186 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8728708898183129984/test_followReferences[LevelDB GreyCat] 18:05:12.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:05:13.318 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:05:13.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:13.351 [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 18:05:13.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:13.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:13.355 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:05:13.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:05:13.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:05:13.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:05:13.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:05:13.356 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:13.356 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:13.356 [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 18:05:13.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:13.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:13.367 [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 18:05:13.367 [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 18:05:13.367 [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 18:05:13.367 [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 18:05:13.367 [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 18:05:13.368 [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 18:05:13.368 [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 18:05:13.368 [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 18:05:13.368 [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 18:05:13.368 [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 18:05:13.368 [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 18:05:13.368 [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 18:05:13.369 [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 18:05:13.369 [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 18:05:13.369 [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 18:05:13.369 [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 18:05:13.369 [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 18:05:13.369 [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 18:05:13.370 [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 18:05:13.370 [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 18:05:13.370 [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 18:05:13.370 [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 18:05:13.370 [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 18:05:13.370 [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 18:05:13.370 [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 18:05:13.370 [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 18:05:13.371 [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[] 18:05:13.371 [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 18:05:13.371 [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 18:05:13.372 [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 18:05:13.373 [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 18:05:13.373 [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 18:05:13.373 [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 18:05:13.377 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:05:13.377 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:05:13.377 [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 18:05:13.380 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:13.380 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.384 [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 18:05:13.385 [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 18:05:13.385 [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[] 18:05:13.385 [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 18:05:13.385 [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[] 18:05:13.385 [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 18:05:13.385 [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 18:05:13.385 [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 18:05:13.385 [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 18:05:13.385 [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 18:05:13.385 [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 18:05:13.385 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.386 [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 18:05:13.388 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:05:13.388 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo4322440123298884095 18:05:21.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4322440123298884095:org.eclipse.hawk.svn.SvnManager:false 18:05:21.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:21.106 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:21.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:21.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:21.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:21.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:21.114 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:21.116 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:21.116 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:05:21.116 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:21.116 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:21.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... 18:05:21.117 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:05:21.119 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767512252) of file:///tmp/hawkSvnRepo4322440123298884095 18:05:21.120 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:21.123 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:21.123 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:21.129 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:21.129 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:21.129 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:05:21.130 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:05:21.138 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:05:21.138 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:05:21.138 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:05:21.138 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:21.138 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:21.141 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:05:21.142 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:05:21.144 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:05:21.144 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:05:21.144 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:05:21.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:05:21.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:21.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:21.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:21.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:21.145 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:21.145 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:21.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:21.145 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:21.145 [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... 18:05:21.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:21.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767513464) of file:///tmp/hawkSvnRepo4322440123298884095 18:05:21.145 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:21.147 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:21.147 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:21.153 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:21.153 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:21.153 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:05:21.153 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:05:21.153 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:21.153 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:21.153 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:21.160 [pool-98-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...18:05:21.160 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:21.160 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:21.160 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:21.160 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:21.160 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:21.160 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:21.160 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:21.160 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:21.160 [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... 18:05:21.160 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:21.160 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767515109) of file:///tmp/hawkSvnRepo4322440123298884095 18:05:21.160 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:21.162 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:21.162 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:21.168 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:21.168 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:21.168 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:05:21.168 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:05:21.168 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:21.168 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:21.168 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:21.169 [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...18:05:21.169 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:21.169 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:21.169 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:21.169 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:21.169 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:21.169 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:21.169 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:21.169 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:21.169 [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... 18:05:21.169 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:05:21.170 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767517109) of file:///tmp/hawkSvnRepo4322440123298884095 18:05:21.170 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:21.172 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:21.172 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:21.177 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:21.177 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:21.177 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:05:21.178 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:05:21.178 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:21.178 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:21.178 [pool-98-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:21.179 [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...18:05:21.179 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:21.179 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:21.179 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:21.179 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:21.179 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:21.179 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:21.179 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:21.179 [pool-98-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:21.179 [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... 18:05:21.179 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:21.179 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767519109) of file:///tmp/hawkSvnRepo4322440123298884095 18:05:21.180 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:21.180 [pool-98-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 74 ms 18:05:21.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:05:21.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo4322440123298884095:org.eclipse.hawk.svn.SvnManager:false 18:05:21.185 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:21.185 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:05:21.186 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:05:21.187 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5829260241400240038/test_untilThen[LevelDB GreyCat] 18:05:21.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:05:22.349 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:05:22.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:22.351 [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 18:05:22.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:22.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:22.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:05:22.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:05:22.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:05:22.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:05:22.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:05:22.355 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:22.356 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:22.356 [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 18:05:22.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:22.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:22.364 [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 18:05:22.364 [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 18:05:22.364 [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 18:05:22.364 [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 18:05:22.364 [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 18:05:22.364 [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[] 18:05:22.364 [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 18:05:22.365 [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 18:05:22.365 [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 18:05:22.365 [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 18:05:22.367 [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 18:05:22.367 [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 18:05:22.367 [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 18:05:22.367 [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 18:05:22.367 [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 18:05:22.367 [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 18:05:22.367 [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 18:05:22.367 [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 18:05:22.368 [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 18:05:22.368 [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 18:05:22.368 [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 18:05:22.368 [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 18:05:22.368 [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 18:05:22.368 [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 18:05:22.368 [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 18:05:22.368 [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 18:05:22.369 [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 18:05:22.369 [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 18:05:22.369 [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 18:05:22.369 [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 18:05:22.369 [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 18:05:22.369 [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 18:05:22.370 [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 18:05:22.373 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:05:22.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:05:22.373 [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 18:05:22.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:22.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:22.378 [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 18:05:22.378 [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 18:05:22.378 [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 18:05:22.378 [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 18:05:22.378 [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 18:05:22.378 [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 18:05:22.378 [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 18:05:22.378 [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 18:05:22.378 [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 18:05:22.378 [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 18:05:22.378 [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 18:05:22.378 [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 18:05:22.378 [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[] 18:05:22.378 [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 18:05:22.378 [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 18:05:22.378 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.379 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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[] 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.380 [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 18:05:22.383 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:05:22.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo13341760336695703116 18:05:30.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13341760336695703116:org.eclipse.hawk.svn.SvnManager:false 18:05:30.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:30.106 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:30.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:30.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:30.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:30.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:30.114 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:30.116 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:30.116 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:05:30.116 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:30.116 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:30.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... 18:05:30.117 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:05:30.119 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767521251) of file:///tmp/hawkSvnRepo13341760336695703116 18:05:30.119 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:30.122 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:30.122 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:30.128 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:30.128 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:30.128 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:05:30.128 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:05:30.136 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:05:30.136 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:05:30.136 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:05:30.136 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:30.136 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:30.140 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:05:30.141 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:05:30.144 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:05:30.144 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:05:30.149 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:05:30.149 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:05:30.149 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:30.149 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:30.150 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:30.150 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:30.150 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:30.150 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:30.150 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:30.150 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:30.150 [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... 18:05:30.150 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:30.150 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767522464) of file:///tmp/hawkSvnRepo13341760336695703116 18:05:30.151 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:30.152 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:30.152 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:30.159 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:30.159 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:30.159 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:05:30.159 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:05:30.159 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:30.159 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:30.159 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:30.166 [pool-100-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...18:05:30.166 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:30.166 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:30.166 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:30.166 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:30.166 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:30.166 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:30.166 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:30.166 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:30.166 [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... 18:05:30.166 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:30.166 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767524109) of file:///tmp/hawkSvnRepo13341760336695703116 18:05:30.167 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:30.168 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:30.168 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:30.175 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:30.175 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:30.175 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:05:30.175 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:05:30.176 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:30.176 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:30.176 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:30.177 [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...18:05:30.177 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:30.177 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:30.177 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:30.177 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:30.177 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:30.177 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:30.177 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:30.177 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:30.177 [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... 18:05:30.177 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:30.177 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767526109) of file:///tmp/hawkSvnRepo13341760336695703116 18:05:30.178 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:30.179 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:30.179 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:30.185 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:30.185 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:30.186 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:05:30.186 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:05:30.186 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:30.186 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:30.186 [pool-100-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:30.187 [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...18:05:30.187 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:30.187 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:30.188 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:30.188 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:30.188 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:30.188 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:30.188 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:30.188 [pool-100-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:30.188 [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... 18:05:30.188 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:30.188 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767528108) of file:///tmp/hawkSvnRepo13341760336695703116 18:05:30.188 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:30.188 [pool-100-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 82 ms 18:05:30.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:05:30.251 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13341760336695703116:org.eclipse.hawk.svn.SvnManager:false 18:05:30.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:30.253 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:05:30.254 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:05:30.255 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5958828378842840765/test_beforeThen[LevelDB GreyCat] 18:05:30.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:05:31.313 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:05:31.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:31.351 [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 18:05:31.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:31.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:31.355 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:05:31.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:05:31.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:05:31.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:05:31.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:05:31.355 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:31.356 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:31.356 [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 18:05:31.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:31.361 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:31.367 [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 18:05:31.369 [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 18:05:31.369 [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[] 18:05:31.369 [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 18:05:31.369 [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 18:05:31.369 [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 18:05:31.369 [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 18:05:31.369 [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 18:05:31.369 [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 18:05:31.370 [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 18:05:31.370 [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 18:05:31.370 [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 18:05:31.370 [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 18:05:31.371 [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 18:05:31.371 [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 18:05:31.371 [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 18:05:31.371 [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 18:05:31.371 [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 18:05:31.371 [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 18:05:31.371 [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 18:05:31.372 [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 18:05:31.372 [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 18:05:31.372 [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 18:05:31.374 [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 18:05:31.374 [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 18:05:31.374 [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 18:05:31.374 [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 18:05:31.374 [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 18:05:31.374 [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 18:05:31.374 [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 18:05:31.374 [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 18:05:31.374 [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 18:05:31.374 [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 18:05:31.378 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:05:31.378 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:05:31.378 [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 18:05:31.381 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:31.381 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:31.451 [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 18:05:31.451 [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 18:05:31.451 [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 18:05:31.451 [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 18:05:31.451 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.452 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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[] 18:05:31.453 [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[] 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.453 [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 18:05:31.456 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:05:31.456 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo8241503026272107997 18:05:35.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8241503026272107997:org.eclipse.hawk.svn.SvnManager:false 18:05:35.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:35.105 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:35.113 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:35.113 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:35.113 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:35.113 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:35.113 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:35.115 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:35.115 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:05:35.115 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:35.115 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:35.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... 18:05:35.116 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:05:35.118 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767530268) of file:///tmp/hawkSvnRepo8241503026272107997 18:05:35.118 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:35.121 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:35.121 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:35.127 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:05:35.127 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:35.128 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:05:35.128 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:05:35.136 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:05:35.136 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:05:35.136 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:05:35.136 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:35.136 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:35.139 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:05:35.140 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:05:35.143 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:05:35.143 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:05:35.143 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:05:35.143 [pool-102-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...18:05:35.144 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:05:35.144 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:05:35.144 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:35.144 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:35.144 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:35.144 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:35.144 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:35.144 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:35.144 [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... 18:05:35.144 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:35.144 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767531473) of file:///tmp/hawkSvnRepo8241503026272107997 18:05:35.144 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:35.145 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:35.145 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 18:05:35.145 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:05:35.155 [pool-102-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.01s 18:05:35.155 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 18:05:35.155 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:35.155 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:35.155 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:35.155 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:35.155 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:35.155 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:35.155 [pool-102-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:35.155 [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... 18:05:35.155 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:35.155 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767533144) of file:///tmp/hawkSvnRepo8241503026272107997 18:05:35.155 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:35.155 [pool-102-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 50 ms 18:05:35.157 [pool-102-thread-1] INFO org.eclipse.hawk.timeaware.queries.TimelineEOLQueryEngine - Ran 0/3 instants 18:05:35.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:05:35.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8241503026272107997:org.eclipse.hawk.svn.SvnManager:false 18:05:35.165 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:35.165 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:05:35.166 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:05:35.166 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13663712083910720705/test_countInstancesTimeline[LevelDB GreyCat] 18:05:35.167 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:05:36.316 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:05:36.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:36.351 [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 18:05:36.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:36.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:36.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:05:36.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:05:36.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:05:36.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:05:36.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:05:36.355 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:36.355 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:36.355 [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 18:05:36.359 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:36.359 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:36.363 [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 18:05:36.363 [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 18:05:36.363 [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 18:05:36.363 [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 18:05:36.364 [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 18:05:36.364 [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 18:05:36.364 [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 18:05:36.364 [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 18:05:36.364 [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[] 18:05:36.364 [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 18:05:36.364 [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 18:05:36.364 [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 18:05:36.365 [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 18:05:36.365 [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 18:05:36.365 [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 18:05:36.365 [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 18:05:36.366 [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 18:05:36.366 [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 18:05:36.367 [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 18:05:36.367 [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 18:05:36.367 [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 18:05:36.367 [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 18:05:36.367 [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 18:05:36.367 [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 18:05:36.368 [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 18:05:36.368 [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 18:05:36.368 [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 18:05:36.368 [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 18:05:36.368 [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 18:05:36.368 [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 18:05:36.368 [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 18:05:36.368 [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 18:05:36.369 [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 18:05:36.372 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:05:36.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:05:36.373 [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 18:05:36.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:36.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.378 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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[] 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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[] 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.379 [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 18:05:36.382 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:05:36.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo1796424959830523120 18:05:44.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1796424959830523120:org.eclipse.hawk.svn.SvnManager:false 18:05:44.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:44.106 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:44.113 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:44.113 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:44.113 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:44.113 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:44.113 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:44.115 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:44.115 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:05:44.115 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:44.115 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:44.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... 18:05:44.116 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:05:44.118 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767535179) of file:///tmp/hawkSvnRepo1796424959830523120 18:05:44.118 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:44.121 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:44.121 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:44.127 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:44.127 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:44.127 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:05:44.127 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:05:44.135 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:05:44.135 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:05:44.135 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:05:44.135 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:44.135 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:44.138 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:05:44.139 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:05:44.142 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:05:44.142 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:05:44.142 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:05:44.142 [pool-104-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...18:05:44.142 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:44.142 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:44.142 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:44.142 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:44.142 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:44.142 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:44.142 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:44.142 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:44.142 [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... 18:05:44.142 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:44.142 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767536397) of file:///tmp/hawkSvnRepo1796424959830523120 18:05:44.143 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:44.144 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:44.144 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:44.153 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:44.153 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:44.153 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:05:44.153 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:05:44.153 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:44.153 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:44.153 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:44.159 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:05:44.159 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:44.159 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:44.159 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:44.159 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:44.159 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:44.159 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:44.159 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:44.159 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:44.160 [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... 18:05:44.160 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:05:44.160 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767538108) of file:///tmp/hawkSvnRepo1796424959830523120 18:05:44.160 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:44.161 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:44.161 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:44.167 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:44.167 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:44.167 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:05:44.167 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:05:44.167 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:44.167 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:44.167 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:44.168 [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...18:05:44.168 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:05:44.169 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:05:44.169 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:44.169 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:44.169 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:44.169 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:44.169 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:44.169 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:44.169 [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... 18:05:44.169 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:44.169 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767540108) of file:///tmp/hawkSvnRepo1796424959830523120 18:05:44.169 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:44.171 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:44.171 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:44.176 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:44.176 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:44.177 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:05:44.177 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:05:44.177 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:44.177 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:44.177 [pool-104-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:44.178 [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...18:05:44.178 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:44.178 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:44.178 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:44.178 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:44.178 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:44.178 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:44.178 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:44.178 [pool-104-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:44.178 [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... 18:05:44.178 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:44.178 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767542108) of file:///tmp/hawkSvnRepo1796424959830523120 18:05:44.179 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:44.179 [pool-104-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 73 ms 18:05:44.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:05:44.184 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo1796424959830523120:org.eclipse.hawk.svn.SvnManager:false 18:05:44.186 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:44.186 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:05:44.187 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:05:44.187 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4660536483055181959/test_afterThen[LevelDB GreyCat] 18:05:44.188 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:05:45.333 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:05:45.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:45.350 [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 18:05:45.350 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:45.350 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:45.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:05:45.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:05:45.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:05:45.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:05:45.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:05:45.354 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:45.355 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:45.355 [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 18:05:45.359 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:45.359 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:45.363 [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 18:05:45.363 [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[] 18:05:45.363 [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 18:05:45.363 [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 18:05:45.364 [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 18:05:45.364 [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 18:05:45.365 [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 18:05:45.365 [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 18:05:45.365 [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 18:05:45.365 [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 18:05:45.365 [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 18:05:45.365 [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 18:05:45.365 [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 18:05:45.365 [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 18:05:45.365 [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 18:05:45.365 [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 18:05:45.365 [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 18:05:45.365 [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 18:05:45.365 [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 18:05:45.366 [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 18:05:45.366 [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 18:05:45.366 [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 18:05:45.367 [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 18:05:45.367 [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 18:05:45.367 [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 18:05:45.367 [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 18:05:45.367 [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 18:05:45.367 [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 18:05:45.367 [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 18:05:45.367 [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 18:05:45.367 [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 18:05:45.367 [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 18:05:45.368 [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 18:05:45.372 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:05:45.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:05:45.372 [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 18:05:45.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:45.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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[] 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.378 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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[] 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.379 [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 18:05:45.382 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:05:45.382 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo13035988990722896851 18:05:49.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13035988990722896851:org.eclipse.hawk.svn.SvnManager:false 18:05:49.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:49.107 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:49.116 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:49.116 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:49.116 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:49.116 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:49.116 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:49.118 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:49.118 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:05:49.118 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:49.119 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:49.120 [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... 18:05:49.120 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:05:49.122 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767544255) of file:///tmp/hawkSvnRepo13035988990722896851 18:05:49.123 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:49.126 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:49.126 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:49.134 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:05:49.134 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:49.134 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:05:49.134 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:05:49.143 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:05:49.144 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:05:49.144 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:05:49.144 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:49.144 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:49.148 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:05:49.149 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:05:49.152 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:05:49.152 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:05:49.152 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:05:49.152 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:05:49.152 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:49.152 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:49.153 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:49.153 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:49.153 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:49.153 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:49.153 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:49.153 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:49.153 [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... 18:05:49.153 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:49.153 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767545464) of file:///tmp/hawkSvnRepo13035988990722896851 18:05:49.153 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:49.154 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:49.154 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting all contents of file: /root.xmi... 18:05:49.154 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:05:49.163 [pool-106-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.009s 18:05:49.163 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleted all contents of file: /root.xmi. 18:05:49.163 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:49.163 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:49.163 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:49.163 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:49.163 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:49.163 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:49.163 [pool-106-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:49.163 [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... 18:05:49.163 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:49.163 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767547131) of file:///tmp/hawkSvnRepo13035988990722896851 18:05:49.163 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:49.163 [pool-106-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 56 ms 18:05:49.170 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:05:49.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo13035988990722896851:org.eclipse.hawk.svn.SvnManager:false 18:05:49.172 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:49.172 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:05:49.174 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:05:49.174 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5877961319426562222/test_countInstancesFromModel[LevelDB GreyCat] 18:05:49.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:05:50.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:05:50.378 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:50.378 [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 18:05:50.378 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:50.378 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:50.383 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:05:50.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:05:50.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:05:50.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:05:50.383 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:50.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:05:50.384 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:50.384 [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 18:05:50.388 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:50.389 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:50.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 18:05:50.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 18:05:50.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 18:05:50.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 18:05:50.399 [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 18:05:50.399 [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 18:05:50.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:05:50.399 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:05:50.399 [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[] 18:05:50.399 [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 18:05:50.400 [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 18:05:50.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 18:05:50.400 [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 18:05:50.400 [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 18:05:50.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 18:05:50.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 18:05:50.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 18:05:50.450 [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 18:05:50.451 [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 18:05:50.452 [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 18:05:50.452 [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 18:05:50.452 [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 18:05:50.454 [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 18:05:50.454 [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 18:05:50.454 [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 18:05:50.454 [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 18:05:50.454 [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 18:05:50.454 [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 18:05:50.455 [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 18:05:50.455 [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 18:05:50.456 [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 18:05:50.456 [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 18:05:50.456 [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 18:05:50.463 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:05:50.463 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:05:50.463 [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 18:05:50.466 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:50.466 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:50.472 [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 18:05:50.472 [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 18:05:50.472 [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 18:05:50.472 [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 18:05:50.472 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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[] 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.473 [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 18:05:50.475 [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 18:05:50.475 [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 18:05:50.475 [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 18:05:50.475 [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 18:05:50.475 [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 18:05:50.475 [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 18:05:50.475 [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 18:05:50.475 [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[] 18:05:50.475 [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 18:05:50.475 [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 18:05:50.476 [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 18:05:50.476 [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 18:05:50.476 [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 18:05:50.476 [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 18:05:50.476 [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 18:05:50.476 [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 18:05:50.476 [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 18:05:50.476 [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 18:05:50.480 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:05:50.480 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). No username/password recorded for the repository file:///tmp/hawkSvnRepo12283227574550035806 18:05:58.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12283227574550035806:org.eclipse.hawk.svn.SvnManager:false 18:05:58.107 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:58.107 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:58.118 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:58.118 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:58.118 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:58.118 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:58.118 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:58.120 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:58.120 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:05:58.120 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:58.120 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:58.121 [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... 18:05:58.121 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:05:58.123 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767549188) of file:///tmp/hawkSvnRepo12283227574550035806 18:05:58.124 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:58.127 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:58.127 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:58.134 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:58.134 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:58.134 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:05:58.134 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:05:58.151 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:05:58.151 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Metamodel Tree is not in the graph, trying to locate it 18:05:58.151 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.TypeCache - Found metamodel for Tree, inserting 18:05:58.151 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:58.151 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:58.156 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:05:58.157 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:05:58.160 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:05:58.160 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:05:58.161 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:05:58.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s27ms [pure insertion] marking any relevant derived attributes for update...18:05:58.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:58.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:58.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:58.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:58.161 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:58.161 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:58.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:58.161 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:58.161 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:05:58.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:58.161 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767550555) of file:///tmp/hawkSvnRepo12283227574550035806 18:05:58.162 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:58.163 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:58.163 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:58.170 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:58.170 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:58.170 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:05:58.171 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:05:58.171 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:58.171 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:58.171 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:58.180 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /m.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:05:58.180 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:58.180 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:58.180 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:58.180 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:58.180 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:58.180 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:58.180 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:58.180 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:58.180 [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... 18:05:58.180 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:58.180 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767552109) of file:///tmp/hawkSvnRepo12283227574550035806 18:05:58.181 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:58.182 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:58.182 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:58.255 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:58.255 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:58.255 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:05:58.255 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:05:58.255 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:58.255 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:58.255 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:58.257 [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...18:05:58.257 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:58.257 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:58.257 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:58.257 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:58.257 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:58.257 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:58.257 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:58.257 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:58.257 [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... 18:05:58.257 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:58.257 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767554109) of file:///tmp/hawkSvnRepo12283227574550035806 18:05:58.258 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:05:58.260 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:05:58.260 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:05:58.265 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:05:58.265 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:05:58.266 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 3 (3) nodes in store 18:05:58.266 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 0.6666666666666666 18:05:58.266 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:05:58.266 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:05:58.266 [pool-108-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:05:58.267 [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...18:05:58.267 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:05:58.267 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:05:58.268 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:05:58.268 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:05:58.268 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:05:58.268 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:05:58.268 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:05:58.268 [pool-108-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:05:58.268 [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... 18:05:58.268 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:05:58.268 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 4 (timepoint 1679767556108) of file:///tmp/hawkSvnRepo12283227574550035806 18:05:58.268 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:58.268 [pool-108-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 161 ms 18:05:58.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:05:58.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo12283227574550035806:org.eclipse.hawk.svn.SvnManager:false 18:05:58.284 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:58.284 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:05:58.285 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:05:58.285 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2523628446973001730/test_alwaysTrue[LevelDB GreyCat] 18:05:58.286 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:05:59.323 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:05:59.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:05:59.351 [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 18:05:59.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:59.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:59.354 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:05:59.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:05:59.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:05:59.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:05:59.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:05:59.355 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:05:59.356 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:05:59.356 [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 18:05:59.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:59.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:59.365 [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 18:05:59.365 [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 18:05:59.365 [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 18:05:59.365 [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 18:05:59.365 [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 18:05:59.365 [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 18:05:59.366 [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 18:05:59.366 [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 18:05:59.366 [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 18:05:59.366 [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 18:05:59.367 [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 18:05:59.368 [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 18:05:59.368 [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 18:05:59.368 [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 18:05:59.368 [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 18:05:59.368 [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 18:05:59.368 [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 18:05:59.368 [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 18:05:59.368 [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[] 18:05:59.368 [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 18:05:59.369 [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 18:05:59.369 [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 18:05:59.369 [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 18:05:59.369 [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 18:05:59.369 [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 18:05:59.369 [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 18:05:59.369 [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 18:05:59.369 [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 18:05:59.369 [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 18:05:59.369 [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 18:05:59.369 [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 18:05:59.369 [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 18:05:59.369 [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 18:05:59.373 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:05:59.373 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:05:59.373 [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 18:05:59.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:59.375 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.379 [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 18:05:59.380 [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[] 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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[] 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.380 [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 18:05:59.383 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:05:59.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:05:59.383 [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 18:05:59.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:05:59.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:05:59.453 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:05:59.454 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:05:59.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:05:59.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::hasNoChildren... 18:05:59.454 [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; 18:05:59.456 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::hasNoChildren. No username/password recorded for the repository file:///tmp/hawkSvnRepo8451302939417794183 18:06:05.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8451302939417794183:org.eclipse.hawk.svn.SvnManager:false 18:06:05.105 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:05.105 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:05.113 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:06:05.113 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:06:05.113 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:06:05.113 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:06:05.113 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:06:05.115 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:06:05.115 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:06:05.115 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:06:05.115 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:06:05.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... 18:06:05.116 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:06:05.119 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 0 (timepoint 1679767558356) of file:///tmp/hawkSvnRepo8451302939417794183 18:06:05.120 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:06:05.122 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:06:05.122 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:06:05.129 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:06:05.129 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:05.131 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:06:05.131 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /m.xmi... 18:06:05.136 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /m.xmi 18:06:05.142 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:06:05.142 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /m.xmi 18:06:05.142 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:06:05.142 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /m.xmi. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:06:05.142 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:06:05.142 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:06:05.142 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:06:05.142 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:06:05.142 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:06:05.142 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:06:05.142 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:06:05.142 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:06:05.143 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 18:06:05.146 [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) 18:06:05.146 [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... 18:06:05.146 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 18:06:05.146 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 1 (timepoint 1679767559471) of file:///tmp/hawkSvnRepo8451302939417794183 18:06:05.147 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:06:05.150 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:06:05.150 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:06:05.156 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:06:05.156 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:05.156 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:06:05.156 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 2.0 18:06:05.156 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:06:05.156 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:06:05.156 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:06:05.165 [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...18:06:05.165 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:06:05.165 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:06:05.165 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:06:05.165 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:06:05.165 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:06:05.165 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:06:05.165 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:06:05.165 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:06:05.166 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 18:06:05.170 [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) 18:06:05.170 [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... 18:06:05.170 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:06:05.171 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 2 (timepoint 1679767561108) of file:///tmp/hawkSvnRepo8451302939417794183 18:06:05.171 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:06:05.172 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:06:05.172 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:06:05.178 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /m.xmi... 18:06:05.178 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:05.179 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:06:05.179 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 18:06:05.179 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:06:05.179 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.0) on file: /m.xmi... 18:06:05.179 [pool-110-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:06:05.184 [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...18:06:05.184 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:06:05.185 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:06:05.185 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:06:05.185 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:06:05.185 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:06:05.185 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:06:05.185 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:06:05.185 [pool-110-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:06:05.185 [pool-110-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.children.isEmpty; 18:06:05.188 [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) 18:06:05.188 [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... 18:06:05.188 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 18:06:05.189 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. Indexed successfully revision 3 (timepoint 1679767563108) of file:///tmp/hawkSvnRepo8451302939417794183 18:06:05.189 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:06:05.189 [pool-110-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 84 ms 18:06:05.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:06:05.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/hawkSvnRepo8451302939417794183:org.eclipse.hawk.svn.SvnManager:false 18:06:05.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:05.253 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:06:05.254 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:06:05.255 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5582677516344196263/test_whenAnnotated[LevelDB GreyCat] 18:06:05.256 [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: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 262.75 s - in org.eclipse.hawk.greycat.tests.GreycatTimeAwareTestSuite revRefNavDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 12.01 s untilAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.824 s computedForAllVersions[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 5.385 s sinceAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.515 s beforeAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 9.903 s whenComposability[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 8.802 s afterAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 8.979 s eContainerDerived[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.DerivedAttributeHistoryTest) Time elapsed: 8.81 s testCounts[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.FileContextTimeAwareEOLQueryEngineTest) Time elapsed: 6.789 s defaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 4.187 s nonDefaultBranch[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.GitNodeHistoryTest) Time elapsed: 0.81 s countInstancesModelAll[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 2.899 s sinceThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.094 s before[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.879 s commitMessages[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.14 s rangesAreBothInclusive[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 8.996 s createDeleteNode[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.905 s travelToMissingTimepointReturnsNull[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.986 s unscope[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 15.215 s countInstancesFromModelTypes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.796 s after[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.093 s until[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 10.863 s whenPoints[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.001 s onceFalse[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 11.02 s followReferences[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.037 s untilThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.001 s beforeThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.068 s countInstancesTimeline[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.911 s afterThen[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.021 s countInstancesFromModel[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 4.987 s alwaysTrue[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 9.111 s whenAnnotated[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.SubversionNodeHistoryTest) Time elapsed: 6.969 s indexQueryEndedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.403 s indexQueryReplacedNodes[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.239 s nextPrev[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.39 s nodeEndWithHeavyEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.311 s nodeEndWithLightEdge[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.TimeAwareBackendTest) Time elapsed: 0.25 s create[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.246 s recreate[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.319 s changeLastRevision[LevelDB GreyCat](org.eclipse.hawk.timeaware.tests.VCSManagerIndexTest) Time elapsed: 0.203 s Running org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite 18:06:07.950 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:06:08.203 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 s - in org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite addRemoveNode[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.29 s addRemoveNodeValue[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.GreycatLuceneTestSuite) Time elapsed: 0.254 s Running org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite 18:06:08.618 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:06:08.620 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:08.620 [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 18:06:08.620 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:08.620 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:08.650 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:06:08.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:06:08.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:06:08.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:06:08.651 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:08.652 [pool-122-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 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... 18:06:08.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 18:06:08.653 [pool-122-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 18:06:08.785 [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] 18:06:08.786 [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] 18:06:08.786 [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 18:06:08.786 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:08.786 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:08.863 [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 18:06:08.863 [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 18:06:08.864 [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 18:06:08.865 [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 18:06:08.865 [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 18:06:08.865 [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 18:06:08.865 [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 18:06:08.865 [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 18:06:08.867 [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 18:06:08.867 [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 18:06:08.867 [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 18:06:08.867 [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 18:06:08.869 [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 18:06:08.872 [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 18:06:08.874 [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 18:06:08.874 [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 18:06:08.874 [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 18:06:08.875 [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 18:06:08.875 [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 18:06:08.875 [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 18:06:08.875 [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 18:06:08.875 [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 18:06:08.878 [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 18:06:08.878 [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 18:06:08.878 [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 18:06:08.878 [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 18:06:08.883 [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 18:06:08.883 [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 18:06:08.883 [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 18:06:08.885 [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 18:06:08.886 [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[] 18:06:08.886 [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 18:06:08.887 [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 18:06:08.888 [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 18:06:08.888 [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 18:06:08.888 [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 18:06:08.889 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:06:08.953 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:06:08.954 [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 18:06:08.959 [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 18:06:08.960 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:06:08.962 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:06:08.964 [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 18:06:09.050 [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 18:06:09.057 [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 18:06:09.089 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:06:09.089 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:06:09.372 [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 18:06:09.375 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:09.375 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:10.062 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:06:10.069 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:06:10.069 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:06:13.199 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:06:13.199 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:13.199 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:06:13.199 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:06:13.259 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:06:13.358 [pool-122-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.emf.ecore.impl.EEnumLiteralImpl 18:06:28.655 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding nodes: 50001 15 sec (15 sec total) to /set0.xmi 18:06:33.952 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69680 NODES AND 266282 M->MM REFERENCES! (took ~20sec) 18:06:33.953 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:06:36.857 [pool-116-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14845806938480671489/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit14845806938480671489/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) 18:06:37.101 [pool-117-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14330849634348972878/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit14330849634348972878/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) 18:06:37.451 [pool-118-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit1499041392707747657/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit1499041392707747657/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) 18:06:42.485 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding references: 50035 8 sec (8 sec total) to /set0.xmi 18:06:47.628 [pool-122-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 69806 REFERENCES! (took ~13 sec) 18:06:47.628 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 34s430ms [pure insertion] marking any relevant derived attributes for update...18:06:47.628 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s5ms 18:06:47.633 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s5ms 18:06:47.633 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:06:47.633 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:06:47.784 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:06:47.784 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.151s attempting to resolve any uninitialized derived attributes... 18:06:47.784 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:06:47.784 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:06:47.784 [pool-122-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:06:47.784 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s151ms [proxy update] 18:06:47.784 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:06:47.784 [pool-122-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 ~38s validating changes... validating file UPDATED for /set0.xmi changed resource size: 69680 relevant graph size: 69680 validated changes... true 18:06:55.214 [pool-122-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 45 s 838 ms 18:06:55.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:06:55.250 [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 18:06:55.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:55.253 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:06:55.259 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:06:55.260 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6710019780706572937/test_set0[LevelDB GreyCat] 18:06:55.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:06:55.486 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:06:55.487 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:55.487 [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 18:06:55.487 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:55.487 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:55.490 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:06:55.490 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:06:55.490 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:06:55.490 [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! 18:06:55.490 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:55.490 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:06:55.491 [pool-124-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 18:06:55.491 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:06:55.498 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:55.498 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:55.507 [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 18:06:55.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 18:06:55.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 18:06:55.508 [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 18:06:55.508 [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 18:06:55.508 [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 18:06:55.508 [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 18:06:55.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 18:06:55.509 [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 18:06:55.509 [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 18:06:55.509 [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 18:06:55.510 [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 18:06:55.510 [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[] 18:06:55.510 [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 18:06:55.512 [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 18:06:55.512 [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 18:06:55.512 [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 18:06:55.512 [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 18:06:55.512 [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 18:06:55.512 [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 18:06:55.512 [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 18:06:55.512 [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 18:06:55.512 [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 18:06:55.512 [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 18:06:55.513 [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 18:06:55.513 [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 18:06:55.513 [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 18:06:55.513 [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 18:06:55.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:06:55.516 [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 18:06:55.516 [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 18:06:55.517 [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 18:06:55.517 [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 18:06:55.518 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:06:55.524 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:06:55.524 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:06:55.656 [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 18:06:55.659 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:55.659 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:55.661 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:06:55.666 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:06:55.666 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:06:55.667 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:06:55.667 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:55.668 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:06:55.668 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:06:55.677 [pool-124-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:06:55.682 [pool-124-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:06:55.682 [pool-124-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:06:55.682 [pool-124-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:06:55.682 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:06:55.682 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:06:55.684 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:06:55.684 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:06:55.684 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:06:55.685 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:06:55.685 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:06:55.685 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:06:55.685 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:06:55.685 [pool-124-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:06:55.685 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:06:55.685 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:06:55.685 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:06:55.686 [pool-124-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 27 ms 18:06:55.691 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:06:55.691 [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 18:06:55.751 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:55.751 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:06:55.752 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:06:55.752 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17792893579024526918/test_tree[LevelDB GreyCat] 18:06:55.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:06:55.988 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:06:55.989 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:55.989 [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 18:06:55.989 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:55.989 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:55.992 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:06:55.992 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:06:55.992 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:06:55.993 [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! 18:06:55.993 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:06:55.993 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:55.993 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:06:55.993 [pool-126-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 18:06:55.997 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:55.997 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:56.004 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:06:56.006 [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 18:06:56.006 [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 18:06:56.006 [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 18:06:56.008 [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 18:06:56.008 [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 18:06:56.008 [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 18:06:56.010 [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[] 18:06:56.010 [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 18:06:56.010 [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 18:06:56.010 [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 18:06:56.011 [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 18:06:56.012 [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 18:06:56.012 [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 18:06:56.052 [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 18:06:56.052 [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 18:06:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:06:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:06:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:06:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:06:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteObject will be handled as its instance type java.lang.Byte 18:06:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:06:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:06:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:06:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:06:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:06:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:06:56.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:06:56.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:06:56.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:06:56.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInvocationTargetException will be handled as its instance type java.lang.reflect.InvocationTargetException 18:06:56.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:06:56.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:06:56.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:06:56.063 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:06:56.063 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:06:56.161 [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 18:06:56.162 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:56.162 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:56.164 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:06:56.168 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:06:56.168 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:06:56.169 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree%20with%20spaces/space%20tree.model... 18:06:56.169 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:56.169 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:06:56.169 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree%20with%20spaces/space%20tree.model... 18:06:56.178 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree%20with%20spaces/space%20tree.model 18:06:56.181 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:06:56.181 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree%20with%20spaces/space%20tree.model 18:06:56.181 [pool-126-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:06:56.181 [pool-126-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...18:06:56.181 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:06:56.183 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:06:56.183 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:06:56.183 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:06:56.183 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:06:56.183 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:06:56.183 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:06:56.183 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:06:56.183 [pool-126-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:06:56.183 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:06:56.183 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:06:56.183 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree%20with%20spaces/space%20tree.model changed resource size: 1 relevant graph size: 1 validated changes... true 18:06:56.184 [pool-126-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 22 ms 18:06:56.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:06:56.250 [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 18:06:56.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:56.252 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:06:56.253 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:06:56.253 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1817423302895476812/test_treeWithSpaces[LevelDB GreyCat] 18:06:56.253 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:06:56.573 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:06:56.575 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:56.575 [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 18:06:56.575 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:56.575 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:56.578 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:06:56.578 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:06:56.578 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:06:56.578 [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! 18:06:56.578 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:06:56.578 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:56.579 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:06:56.580 [pool-128-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 18:06:56.583 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:56.583 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:56.654 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:06:56.654 [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 18:06:56.654 [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 18:06:56.654 [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 18:06:56.655 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:06:56.655 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:06:56.655 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELongObject will be handled as its instance type java.lang.Long 18:06:56.655 [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 18:06:56.656 [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 18:06:56.659 [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 18:06:56.659 [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 18:06:56.659 [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 18:06:56.659 [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 18:06:56.659 [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 18:06:56.661 [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 18:06:56.661 [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 18:06:56.661 [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 18:06:56.661 [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 18:06:56.661 [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 18:06:56.665 [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 18:06:56.665 [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 18:06:56.665 [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 18:06:56.665 [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 18:06:56.665 [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 18:06:56.665 [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 18:06:56.665 [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 18:06:56.666 [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[] 18:06:56.666 [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 18:06:56.666 [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 18:06:56.666 [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 18:06:56.667 [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 18:06:56.667 [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 18:06:56.667 [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 18:06:57.175 [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 18:06:57.180 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:06:57.180 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:06:57.550 [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 18:06:57.552 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:57.552 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:57.556 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:06:57.655 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:06:57.655 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:06:57.657 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:06:57.657 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:57.657 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:06:57.657 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:06:57.752 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:06:57.942 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:06:57.942 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:06:57.953 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:06:57.953 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s296ms [pure insertion] marking any relevant derived attributes for update...18:06:57.953 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s4ms 18:06:57.957 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s4ms 18:06:57.959 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /child.model... 18:06:57.959 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:57.959 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:06:57.959 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /child.model... 18:06:57.963 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /child.model 18:06:57.963 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:06:57.963 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /child.model 18:06:57.966 [pool-128-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:06:57.966 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /child.model. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:06:57.966 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:06:57.966 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:06:57.966 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:06:57.966 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:06:57.968 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/2 proxy references (0 sec total) 18:06:57.970 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 2 refs 18:06:57.970 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:06:57.970 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:06:57.970 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:06:57.970 [pool-128-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:06:57.970 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:06:57.971 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:06:57.971 [pool-128-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 18:06:57.972 [pool-128-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 420 ms 18:06:58.051 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:06:58.051 [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 18:06:58.052 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:58.052 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:06:58.054 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:06:58.054 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2518124860587744637/test_treeCrossResourceContainment[LevelDB GreyCat] 18:06:58.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:06:58.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:06:58.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:58.451 [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 18:06:58.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:58.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:58.454 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:06:58.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:06:58.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:06:58.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:06:58.454 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:06:58.454 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:58.455 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:06:58.455 [pool-130-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 18:06:58.460 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:58.460 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:58.571 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:06:58.572 [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 18:06:58.572 [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 18:06:58.572 [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 18:06:58.572 [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 18:06:58.572 [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 18:06:58.572 [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 18:06:58.572 [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 18:06:58.573 [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 18:06:58.573 [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 18:06:58.573 [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 18:06:58.573 [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 18:06:58.573 [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 18:06:58.573 [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 18:06:58.575 [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[] 18:06:58.575 [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 18:06:58.576 [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 18:06:58.577 [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 18:06:58.577 [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 18:06:58.577 [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 18:06:58.577 [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 18:06:58.583 [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 18:06:58.584 [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 18:06:58.584 [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 18:06:58.584 [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 18:06:58.584 [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 18:06:58.585 [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 18:06:58.586 [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 18:06:58.586 [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 18:06:58.586 [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 18:06:58.586 [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 18:06:58.586 [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 18:06:58.586 [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 18:06:58.586 [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 18:06:58.591 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:06:58.592 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:06:58.750 [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 18:06:58.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:58.753 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:58.755 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:06:58.760 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:06:58.760 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:06:58.761 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:06:58.761 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:58.761 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:06:58.761 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:06:58.770 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:06:58.774 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:06:58.774 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:06:58.774 [pool-130-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:06:58.774 [pool-130-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...18:06:58.775 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:06:58.776 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:06:58.776 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:06:58.776 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:06:58.777 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:06:58.777 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:06:58.777 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:06:58.777 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:06:58.777 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:06:58.777 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:06:58.777 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:06:58.777 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:06:58.777 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 24 ms 18:06:58.778 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::descendants... 18:06:58.778 [pool-130-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; 18:06:58.781 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#descendants 18:06:58.782 [pool-130-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(c|c.children).flatten; 18:06:58.784 [pool-130-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.hawk.epsilon.emc.EOLQueryEngine$GraphNodeWrapper 18:06:58.874 [pool-130-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) 18:06:58.874 [pool-130-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.093s 18:06:58.875 [pool-130-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::descendants. 18:06:58.884 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:06:58.884 [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 18:06:58.886 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:58.886 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:06:58.887 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:06:58.888 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13599304756023792818/test_derivedEdgeCollection[LevelDB GreyCat] 18:06:58.888 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:06:59.078 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:06:59.080 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:59.080 [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 18:06:59.080 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:59.080 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:59.083 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:06:59.083 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:06:59.083 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:06:59.083 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:06:59.084 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:06:59.084 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:59.084 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:06:59.084 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:06:59.088 [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 18:06:59.088 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:59.088 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:59.096 [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 18:06:59.096 [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 18:06:59.096 [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 18:06:59.096 [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 18:06:59.096 [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 18:06:59.097 [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 18:06:59.097 [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 18:06:59.097 [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 18:06:59.099 [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 18:06:59.099 [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 18:06:59.099 [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 18:06:59.099 [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 18:06:59.100 [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 18:06:59.100 [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 18:06:59.100 [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 18:06:59.100 [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 18:06:59.100 [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 18:06: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::EBigInteger will be handled as its instance type java.math.BigInteger 18:06: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::EByteArray will be handled as its instance type byte[] 18:06:59.151 [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 18:06:59.151 [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 18:06:59.152 [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 18:06:59.152 [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 18:06:59.152 [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 18:06:59.152 [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 18:06:59.152 [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 18:06:59.152 [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 18:06:59.152 [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 18:06:59.152 [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 18:06:59.152 [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 18:06:59.153 [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 18:06:59.155 [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 18:06:59.155 [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 18:06:59.156 [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 18:06:59.161 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:06:59.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:06:59.161 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs... 18:06:59.161 [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; 18:06:59.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute http://github.com/mondo-hawk/testing/xrefs::Element::nRefs. 18:06:59.255 [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 18:06:59.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:59.257 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:59.260 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:06:59.264 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:06:59.264 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:06:59.267 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:06:59.267 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:59.267 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:06:59.267 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:06:59.278 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:06:59.290 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:06:59.290 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:06:59.354 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:06:59.354 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s88ms [pure insertion] marking any relevant derived attributes for update...18:06:59.354 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:06:59.356 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:06:59.358 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:06:59.358 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:59.358 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:06:59.358 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:06:59.361 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:06:59.374 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:06:59.374 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:06:59.383 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:06:59.384 [pool-132-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...18:06:59.384 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:06:59.384 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:06:59.385 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:06:59.385 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:59.385 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:06:59.385 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:06:59.388 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:06:59.451 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:06:59.451 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:06:59.461 [pool-132-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:06:59.461 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:06:59.461 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:06:59.462 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:06:59.462 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:06:59.462 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:06:59.463 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:06:59.483 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:06:59.483 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.021s attempting to resolve any uninitialized derived attributes... 18:06:59.483 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:06:59.483 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:06:59.483 [pool-132-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.xrefs.size; 18:06:59.588 [pool-132-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) 18:06:59.588 [pool-132-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:06:59.588 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s126ms [proxy update] 18:06:59.588 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:06:59.588 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:06:59.588 [pool-132-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 331 ms 18:06:59.592 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:06:59.592 [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 18:06:59.649 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:59.649 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:06:59.651 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:06:59.651 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit3285964109942485225/test_deriveThenAdd[LevelDB GreyCat] 18:06:59.651 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:06:59.801 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:06:59.803 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:59.803 [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 18:06:59.803 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:59.803 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:59.806 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:06:59.806 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:06:59.806 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:06:59.806 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:06:59.806 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:06:59.806 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:59.807 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:06:59.807 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Tree.ecore to store 18:06:59.811 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:06:59.811 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:06:59.822 [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 18:06:59.866 [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 18:06:59.866 [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 18:06:59.866 [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 18:06:59.866 [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 18:06:59.866 [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 18:06:59.866 [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 18:06:59.866 [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 18:06:59.866 [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 18:06:59.866 [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 18:06:59.867 [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 18:06:59.867 [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 18:06:59.867 [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 18:06:59.867 [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 18:06:59.867 [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 18:06:59.867 [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 18:06:59.867 [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 18:06:59.867 [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 18:06:59.867 [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 18:06:59.868 [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 18:06:59.868 [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[] 18:06:59.868 [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 18:06:59.868 [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 18:06:59.868 [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 18:06:59.868 [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 18:06:59.869 [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 18:06:59.870 [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 18:06:59.870 [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 18:06:59.871 [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 18:06:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:06:59.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:06:59.871 [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 18:06:59.871 [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 18:06:59.872 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:06:59.876 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:06:59.876 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:06:59.956 [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 18:06:59.959 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:06:59.959 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:06:59.961 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:06:59.967 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:06:59.967 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:06:59.969 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:06:59.969 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:06:59.969 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:06:59.969 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:06:59.978 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:06:59.983 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:06:59.983 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:06:59.983 [pool-134-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:06:59.983 [pool-134-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...18:06:59.983 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:06:59.985 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:06:59.985 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:06:59.985 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:06:59.985 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:06:59.985 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:06:59.985 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:06:59.985 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:06:59.985 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:06:59.985 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:06:59.986 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:06:59.986 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:06:59.986 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 27 ms 18:06:59.986 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::maxDescendant... 18:06:59.986 [pool-134-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; 18:06:59.989 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#maxDescendant 18:06:59.990 [pool-134-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; 18:07:00.085 [pool-134-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) 18:07:00.085 [pool-134-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.096s 18:07:00.085 [pool-134-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::maxDescendant. 18:07:00.090 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:00.090 [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 18:07:00.092 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:00.092 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:00.094 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:00.094 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit17389502276563599303/test_derivedEdgeSingle[LevelDB GreyCat] 18:07:00.094 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:00.293 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:00.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:00.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 18:07:00.295 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:00.295 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:00.298 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:00.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:00.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:00.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:07:00.298 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:00.298 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:00.298 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:00.298 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:07:00.302 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:00.302 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:00.309 [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 18:07:00.310 [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 18:07:00.310 [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 18:07:00.310 [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 18:07:00.311 [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 18:07:00.311 [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 18:07:00.311 [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 18:07:00.311 [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 18:07:00.311 [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 18:07:00.312 [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 18:07:00.312 [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 18:07:00.314 [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 18:07:00.314 [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 18:07:00.315 [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 18:07:00.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 18:07:00.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 18:07:00.315 [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 18:07:00.315 [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 18:07:00.315 [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 18:07:00.315 [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 18:07:00.315 [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 18:07:00.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 18:07:00.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 18:07:00.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 18:07:00.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 18:07:00.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 18:07:00.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 18:07:00.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 18:07:00.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 18:07:00.316 [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 18:07:00.316 [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 18:07:00.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 18:07:00.317 [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[] 18:07:00.317 [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 18:07:00.350 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:07:00.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:00.390 [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 18:07:00.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:00.392 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:00.392 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 18:07:00.451 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 18:07:00.451 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 18:07:00.451 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:00.456 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:00.456 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:00.458 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:07:00.458 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:00.458 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:00.458 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:07:00.467 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:07:00.477 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:00.477 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:07:00.486 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:00.486 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s29ms [pure insertion] marking any relevant derived attributes for update...18:07:00.486 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:00.487 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:00.488 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:07:00.488 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:00.489 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:00.489 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:07:00.551 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:07:00.560 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:00.560 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:07:00.571 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:00.571 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s83ms [pure insertion] marking any relevant derived attributes for update...18:07:00.571 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:00.571 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:00.572 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:07:00.572 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:00.572 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:00.572 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:07:00.575 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:07:00.582 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:00.582 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:07:00.650 [pool-136-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:00.650 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s78ms [pure insertion] marking any relevant derived attributes for update...18:07:00.650 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:00.650 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:00.650 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:00.650 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:00.651 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:07:00.667 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:07:00.667 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.017s attempting to resolve any uninitialized derived attributes... 18:07:00.667 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:00.667 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:00.667 [pool-136-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:00.667 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s18ms [proxy update] 18:07:00.668 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:00.668 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:00.668 [pool-136-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 276 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 18:07:00.672 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:00.672 [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 18:07:00.674 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:00.674 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:00.675 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:00.676 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7305331969548509785/test_addThenIndex[LevelDB GreyCat] 18:07:00.676 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:00.825 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:00.826 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:00.826 [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 18:07:00.826 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:00.826 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:00.829 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:00.829 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:00.829 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:00.830 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:07:00.830 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:00.830 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:00.830 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:00.830 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:07:00.835 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:00.835 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:00.856 [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 18:07:00.857 [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 18:07:00.858 [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 18:07:00.858 [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 18:07:00.858 [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 18:07:00.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:07:00.859 [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 18:07:00.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:07:00.859 [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 18:07:00.859 [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 18:07:00.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:07:00.859 [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 18:07:00.859 [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 18:07:00.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEnumerator will be handled as its instance type org.eclipse.emf.common.util.Enumerator 18:07:00.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:07:00.859 [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 18:07:00.859 [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 18:07:00.859 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaObject will be handled as its instance type java.lang.Object 18:07:00.859 [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 18:07:00.861 [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 18:07:00.861 [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 18:07:00.861 [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 18:07:00.861 [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 18:07:00.862 [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 18:07:00.862 [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 18:07:00.862 [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 18:07:00.862 [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 18:07:00.863 [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 18:07:00.863 [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 18:07:00.863 [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 18:07:00.863 [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 18:07:00.863 [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 18:07:00.863 [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 18:07:00.864 [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 18:07:00.868 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:07:00.868 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:00.868 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id... 18:07:00.870 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - indexed attribute added: http://github.com/mondo-hawk/testing/xrefs::Element#id 18:07:00.870 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added indexed attribute http://github.com/mondo-hawk/testing/xrefs::Element::id. 18:07:00.967 [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 18:07:00.969 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:00.969 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:00.972 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:00.976 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:00.976 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:00.978 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:07:00.978 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:00.978 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:00.978 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:07:00.988 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:07:01.052 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:01.052 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:07:01.061 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:01.061 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:07:01.061 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:01.062 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:01.064 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:07:01.064 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:01.064 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:01.064 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:07:01.066 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:07:01.075 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:01.075 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:07:01.086 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:01.086 [pool-138-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...18:07:01.086 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:01.086 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:01.087 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:07:01.087 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:01.087 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:01.087 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:07:01.090 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:07:01.155 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:01.155 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:07:01.163 [pool-138-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:01.163 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:07:01.163 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:01.163 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:01.164 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:01.164 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:01.164 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:07:01.182 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:07:01.183 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.019s attempting to resolve any uninitialized derived attributes... 18:07:01.183 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:01.183 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:01.183 [pool-138-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:01.183 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s19ms [proxy update] 18:07:01.183 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:01.183 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:01.183 [pool-138-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 214 ms indexed ast found: e.id org.eclipse.epsilon.eol.dom.EqualsOperatorExpression 1 (type: java.lang.Integer) 18:07:01.186 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:01.186 [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 18:07:01.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:01.187 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:01.189 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:01.189 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5729900709967114650/test_lookupWithIndex[LevelDB GreyCat] 18:07:01.189 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:01.481 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:01.482 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:01.482 [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 18:07:01.482 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:01.482 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:01.485 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:01.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:01.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:01.486 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:07:01.486 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:01.486 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:01.486 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:01.486 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:07:01.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:01.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:01.497 [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 18:07:01.498 [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 18:07:01.498 [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 18:07:01.499 [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 18:07:01.499 [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 18:07:01.499 [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 18:07:01.499 [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 18:07:01.499 [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 18:07:01.499 [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 18:07:01.499 [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 18:07:01.500 [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 18:07:01.500 [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 18:07:01.500 [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 18:07:01.500 [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 18:07:01.500 [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 18:07:01.500 [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 18:07:01.500 [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 18:07:01.549 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDoubleObject will be handled as its instance type java.lang.Double 18:07:01.550 [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 18:07:01.550 [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 18:07:01.550 [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 18:07:01.550 [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 18:07:01.550 [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[] 18:07:01.550 [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 18:07:01.550 [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 18:07:01.551 [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 18:07:01.551 [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 18:07:01.551 [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 18:07:01.551 [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 18:07:01.551 [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 18:07:01.552 [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 18:07:01.552 [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 18:07:01.552 [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 18:07:01.552 [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 18:07:01.556 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:07:01.556 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:01.592 [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 18:07:01.594 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:01.594 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:01.596 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:01.653 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:01.653 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:01.654 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:07:01.654 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:01.654 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:01.654 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:07:01.663 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:07:01.667 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:01.667 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:07:01.676 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:01.677 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s23ms [pure insertion] marking any relevant derived attributes for update...18:07:01.677 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:01.678 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:01.679 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:07:01.679 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:01.679 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:01.679 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:07:01.682 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:07:01.684 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:01.685 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:07:01.692 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:01.692 [pool-140-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...18:07:01.692 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:01.692 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:01.693 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:07:01.693 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:01.693 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:01.693 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:07:01.695 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:07:01.751 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:01.751 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:07:01.761 [pool-140-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:01.761 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s68ms [pure insertion] marking any relevant derived attributes for update...18:07:01.761 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:01.761 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:01.761 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:01.761 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:01.762 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:07:01.775 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:07:01.775 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.014s attempting to resolve any uninitialized derived attributes... 18:07:01.775 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:01.775 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:01.775 [pool-140-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:01.775 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s14ms [proxy update] 18:07:01.775 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:01.775 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:01.775 [pool-140-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 181 ms 18:07:01.777 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:01.777 [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 18:07:01.779 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:01.779 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:01.780 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:01.780 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit447628164119349085/test_lookupWithoutIndex[LevelDB GreyCat] 18:07:01.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:02.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:02.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:02.151 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initializing Hawk... inserting static metamodels of registered metamodel factories to graph: org.eclipse.hawk.emf.metamodel.EMFMetaModelResourceFactory 18:07:02.151 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:02.151 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:02.154 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:02.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:02.154 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:02.155 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:02.155 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:07:02.156 [pool-142-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 18:07:02.157 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:07:02.159 [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 18:07:02.163 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:02.163 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:02.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:07:02.168 [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 18:07:02.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:07:02.168 [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 18:07:02.168 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:07:02.168 [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 18:07:02.168 [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 18:07:02.168 [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 18:07:02.170 [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 18:07:02.170 [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 18:07:02.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:07:02.170 [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 18:07:02.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:07:02.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:07:02.171 [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 18:07:02.171 [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 18:07:02.172 [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 18:07:02.172 [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 18:07:02.172 [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 18:07:02.172 [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 18:07:02.172 [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 18:07:02.172 [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 18:07:02.173 [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[] 18:07:02.173 [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 18:07:02.173 [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 18:07:02.173 [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 18:07:02.173 [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 18:07:02.173 [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 18:07:02.173 [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 18:07:02.173 [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 18:07:02.173 [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 18:07:02.173 [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 18:07:02.174 [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 18:07:02.177 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:07:02.177 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:02.177 [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 18:07:02.179 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:02.179 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.183 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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[] 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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[] 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.184 [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 18:07:02.252 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:07:02.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:02.252 [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 18:07:02.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:02.253 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:02.256 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:07:02.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:07:02.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:02.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1803258639882095254/:org.eclipse.hawk.localfolder.LocalFolder:false 18:07:02.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:02.353 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:02.355 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:02.359 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:02.359 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:02.367 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:07:02.367 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:02.367 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:02.367 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.xmi... 18:07:02.377 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:07:02.381 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:07:02.381 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:07:02.386 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:02.386 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.xmi. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:07:02.386 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:07:02.388 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:07:02.451 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childB.xmi... 18:07:02.451 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:02.451 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:02.451 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childB.xmi... 18:07:02.455 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childB.xmi 18:07:02.455 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:07:02.455 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childB.xmi 18:07:02.458 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:02.458 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childB.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:07:02.458 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:02.458 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:02.464 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childAA.xmi... 18:07:02.464 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:02.464 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:02.464 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childAA.xmi... 18:07:02.467 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childAA.xmi 18:07:02.468 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:07:02.468 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childAA.xmi 18:07:02.470 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:02.470 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childAA.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:07:02.470 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:02.470 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:02.477 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /childA.xmi... 18:07:02.477 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:02.477 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:02.477 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /childA.xmi... 18:07:02.480 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /childA.xmi 18:07:02.481 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:07:02.481 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /childA.xmi 18:07:02.487 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:02.487 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /childA.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:02.487 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:02.487 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:02.487 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:02.487 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:02.487 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/6 proxy references (0 sec total) 18:07:02.558 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 6 refs 18:07:02.558 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.071s attempting to resolve any uninitialized derived attributes... 18:07:02.558 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:02.558 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:02.558 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:02.558 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s71ms [proxy update] 18:07:02.558 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:02.558 [pool-142-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 /root.xmi validating file UPDATED for /childB.xmi validating file UPDATED for /childAA.xmi validating file UPDATED for /childA.xmi changed resource size: 4 relevant graph size: 4 validated changes... true 18:07:02.560 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 206 ms 18:07:02.560 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute Tree::Tree::allContainers... 18:07:02.560 [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); 18:07:02.562 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute Tree::Tree#allContainers 18:07:02.562 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:07:02.653 [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) 18:07:02.653 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.091s 18:07:02.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute Tree::Tree::allContainers. 18:07:02.656 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:02.658 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:02.666 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:02.666 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:02.673 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.xmi... 18:07:02.673 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:02.673 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 1 (1) nodes in store 18:07:02.673 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 1.0 18:07:02.673 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:07:02.673 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /root.xmi... 18:07:02.673 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /root.xmi 18:07:02.752 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.079s 18:07:02.758 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.xmi 18:07:02.764 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:07:02.764 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.xmi 18:07:02.769 [pool-142-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:02.769 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /root.xmi. 0s97ms [pure insertion] marking any relevant derived attributes for update...18:07:02.770 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:02.770 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:02.770 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:02.770 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:02.771 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 18:07:02.777 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 4 refs 18:07:02.777 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 18:07:02.777 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:02.777 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:02.777 [pool-142-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:07:02.784 [pool-142-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) 18:07:02.784 [pool-142-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:02.784 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 18:07:02.785 [pool-142-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:07:02.854 [pool-142-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Clearing edge deallContainers 0s109ms [proxy update] 18:07:02.879 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:02.879 [pool-142-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 /root.xmi changed resource size: 1 relevant graph size: 1 validated changes... true 18:07:02.880 [pool-142-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 224 ms 18:07:02.882 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:02.882 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit1803258639882095254/:org.eclipse.hawk.localfolder.LocalFolder:false 18:07:02.884 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:02.884 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:02.885 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:02.885 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15473069649247217464/test_eContainersIsUpdatedRoot[LevelDB GreyCat] 18:07:02.886 [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 18:07:03.304 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:03.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:03.350 [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 18:07:03.350 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:03.350 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:03.353 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:03.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:03.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:03.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:07:03.354 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:03.354 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:03.354 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:03.354 [pool-144-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 18:07:03.358 [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 18:07:03.358 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:03.358 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:03.364 [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 18:07:03.364 [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 18:07:03.364 [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 18:07:03.364 [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 18:07:03.364 [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 18:07:03.364 [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[] 18:07:03.364 [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 18:07:03.364 [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 18:07:03.365 [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 18:07:03.365 [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 18:07:03.366 [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 18:07:03.366 [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 18:07:03.366 [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 18:07:03.369 [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 18:07:03.369 [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 18:07:03.369 [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 18:07:03.370 [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 18:07:03.370 [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 18:07:03.370 [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 18:07:03.370 [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 18:07:03.370 [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 18:07:03.370 [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 18:07:03.372 [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 18:07:03.372 [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 18:07:03.372 [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 18:07:03.372 [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 18:07:03.373 [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 18:07:03.373 [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 18:07:03.373 [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 18:07:03.373 [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 18:07:03.374 [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 18:07:03.374 [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 18:07:03.374 [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 18:07:03.376 [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 18:07:03.376 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from ColoredTree to http://www.eclipse.org/emf/2002/Ecore 18:07:03.381 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 21 METAMODEL NODES! (took ~0 sec) 18:07:03.381 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:03.484 [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 18:07:03.486 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:03.486 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:03.550 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:03.554 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:03.554 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:03.556 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /colored-tree.model... 18:07:03.556 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:03.556 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:03.556 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /colored-tree.model... 18:07:03.565 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /colored-tree.model 18:07:03.569 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:03.569 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /colored-tree.model 18:07:03.569 [pool-144-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:07:03.569 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /colored-tree.model. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:07:03.569 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:07:03.571 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:07:03.571 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:03.571 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:03.572 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:03.572 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:07:03.572 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:03.572 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:03.572 [pool-144-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:03.572 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:07:03.572 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:03.572 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:03.572 [pool-144-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 86 ms 18:07:03.574 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:03.574 [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 18:07:03.575 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:03.575 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:03.577 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:03.577 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit15283748947948842419/test_queryEnumValues[LevelDB GreyCat] 18:07:03.577 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:04.064 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:04.066 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:04.066 [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 18:07:04.066 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:04.066 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:04.068 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:04.068 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:04.069 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:04.069 [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! 18:07:04.069 [pool-146-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:04.069 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:04.069 [pool-146-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 18:07:04.070 [pool-146-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 18:07:04.155 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:04.155 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:04.168 [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 18:07:04.168 [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 18:07:04.169 [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 18:07:04.169 [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 18:07:04.170 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:07:04.172 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:07:04.172 [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 18:07:04.172 [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 18:07:04.172 [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 18:07:04.172 [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 18:07:04.172 [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 18:07:04.174 [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 18:07:04.174 [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 18:07:04.174 [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 18:07:04.174 [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 18:07:04.174 [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 18:07:04.174 [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 18:07:04.174 [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[] 18:07:04.174 [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 18:07:04.174 [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 18:07:04.176 [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 18:07:04.177 [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 18:07:04.177 [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 18:07:04.177 [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 18:07:04.179 [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 18:07:04.179 [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 18:07:04.180 [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 18:07:04.180 [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 18:07:04.180 [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 18:07:04.181 [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 18:07:04.181 [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 18:07:04.181 [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 18:07:04.181 [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 18:07:04.182 [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 18:07:04.182 [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 18:07:04.182 [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 18:07:04.182 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:07:04.183 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:07:04.188 [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 18:07:04.196 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:07:04.196 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:07:04.196 [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 18:07:04.198 [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 18:07:04.251 [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 18:07:04.284 [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 18:07:04.372 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:07:04.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:04.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:04.376 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:04.378 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:04.378 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:04.379 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:04.379 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16157268880846890957/test_metamodels[LevelDB GreyCat] 18:07:04.379 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:04.780 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:04.781 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:04.781 [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 18:07:04.781 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:04.781 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:04.784 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:04.784 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:04.784 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:04.784 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:07:04.784 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:04.784 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:04.785 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:04.785 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:07:05.256 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Archimate(modelio://Modeliosoft.Archimate/1.0.02) 18:07:05.256 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: modelio.kernel(modelio://Modeliosoft.modelio.kernel/1.0.00) 18:07:05.256 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: ModelioMetaPackage(modelio://ModelioMetaPackage) 18:07:05.256 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Analyst(modelio://Modeliosoft.Analyst/2.0.00) 18:07:05.256 [main] INFO org.eclipse.hawk.modelio.exml.metamodel.ModelioClass - registered package: Infrastructure(modelio://Modeliosoft.Infrastructure/2.0.00) 18:07:05.256 [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 18:07:05.256 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:05.256 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:05.283 [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 18:07:05.283 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:07:05.283 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:07:05.465 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:07:05.466 [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 18:07:05.466 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:07:05.467 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:07:06.667 [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 18:07:06.667 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:07:06.668 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:07:06.869 [pool-116-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14845806938480671489/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit14845806938480671489/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) 18:07:07.101 [pool-117-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14330849634348972878/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit14330849634348972878/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) 18:07:07.451 [pool-118-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit1499041392707747657/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit1499041392707747657/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) 18:07:08.678 [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 18:07:08.679 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:07:08.774 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~3 sec) 18:07:08.774 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:08.855 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9932661090343508239/:org.eclipse.hawk.localfolder.LocalFolder:false 18:07:08.857 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:08.858 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:08.860 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:08.866 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:08.866 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:08.885 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 18:07:08.885 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:08.885 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:08.885 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml... 18:07:08.959 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 18:07:08.976 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:07:08.976 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml 18:07:08.984 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:08.984 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml. 0s99ms [pure insertion] marking any relevant derived attributes for update...18:07:08.984 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:07:08.986 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:07:08.986 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:08.986 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:08.988 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/4 proxy references (0 sec total) 18:07:08.991 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 2 proxy ref lists left after resolving 2 refs 18:07:08.991 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.005s attempting to resolve any uninitialized derived attributes... 18:07:08.991 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:08.991 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:08.991 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:08.991 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:07:08.991 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:08.992 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:08.992 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 134 ms 18:07:09.050 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:09.052 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:09.052 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:09.052 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:09.056 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 18:07:09.056 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:09.056 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:09.056 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml... 18:07:09.059 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 18:07:09.078 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 18:07:09.078 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml 18:07:09.093 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:07:09.093 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.exml. 0s37ms [pure insertion] marking any relevant derived attributes for update...18:07:09.093 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:09.093 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:09.151 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 18:07:09.151 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:09.151 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:09.151 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml... 18:07:09.154 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 18:07:09.173 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 18:07:09.173 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml 18:07:09.188 [pool-148-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:07:09.188 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /4ed7f59f-f723-4f88-b6fc-ea6b83eb3108.exml. 0s37ms [pure insertion] marking any relevant derived attributes for update...18:07:09.188 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:09.188 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:09.189 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:09.189 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:09.190 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/17 proxy references (0 sec total) 18:07:09.255 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 5 proxy ref lists left after resolving 12 refs 18:07:09.255 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.066s attempting to resolve any uninitialized derived attributes... 18:07:09.255 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:09.255 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:09.255 [pool-148-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:09.255 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s66ms [proxy update] 18:07:09.255 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:09.256 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:09.256 [pool-148-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 206 ms 18:07:09.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:09.256 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9932661090343508239/:org.eclipse.hawk.localfolder.LocalFolder:false 18:07:09.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:09.258 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:09.259 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:09.260 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit195363095927771112/test_elephantResolve[LevelDB GreyCat] 18:07:09.260 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:09.690 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:09.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:09.692 [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 18:07:09.692 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:09.692 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:09.695 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:09.695 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:09.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:09.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:07:09.696 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:09.696 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:09.697 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:09.697 [pool-150-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 18:07:09.867 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:09.867 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:09.888 [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 18:07:09.888 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:07:09.888 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:07:09.983 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:07:09.984 [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 18:07:09.984 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:07:09.984 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:07:10.475 [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 18:07:10.475 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:07:10.475 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:07:11.910 [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 18:07:11.910 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:07:11.992 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~2 sec) 18:07:11.992 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:12.083 [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 18:07:12.085 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:12.085 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:12.085 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. Warning, monitor is inactive, synchronisation failed! SYNCHRONISATION ERROR 18:07:12.085 [pool-150-thread-1] ERROR org.eclipse.hawk.core.runtime.CompositeStateListener - Update FAILED! 18:07:12.086 [pool-150-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (failure). 0 s 0 ms 18:07:12.089 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:12.089 [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 18:07:12.090 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:12.090 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:12.092 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:12.092 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit676184499541010457/test_zoo[LevelDB GreyCat] 18:07:12.092 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:12.239 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:12.240 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:12.240 [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 18:07:12.240 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:12.240 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:12.243 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:12.243 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:12.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:12.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:07:12.244 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:12.244 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:12.244 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:12.244 [pool-152-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 18:07:12.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:12.374 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:12.451 [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 18:07:12.451 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:07:12.452 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:07:12.591 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:07:12.592 [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 18:07:12.592 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:07:12.592 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:07:13.115 [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 18:07:13.115 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:07:13.115 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:07:13.922 [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 18:07:13.922 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:07:14.013 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 18:07:14.013 [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! 18:07:14.014 [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 18:07:14.152 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:14.152 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:14.159 [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! 18:07:14.159 [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! 18:07:14.159 [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! 18:07:14.159 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 18:07:14.159 [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! 18:07:14.159 [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! 18:07:14.159 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 18:07:14.159 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:14.165 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:14.165 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:14.167 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:14.167 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:14.169 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:14.170 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1612570338540101936/test_metamodel[LevelDB GreyCat] 18:07:14.170 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:14.385 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:14.386 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:14.386 [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 18:07:14.386 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:14.386 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:14.390 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:14.390 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:14.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:14.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:07:14.391 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:14.391 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:14.391 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:07:14.391 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/metamodel_descriptor.xml to store 18:07:14.477 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:14.477 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:14.551 [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 18:07:14.551 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:07:14.551 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Analyst/2.0.00 to modelio://ModelioMetaPackage 18:07:14.584 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.modelio.kernel/1.0.00 to modelio://ModelioMetaPackage 18:07:14.585 [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 18:07:14.585 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://Modeliosoft.Infrastructure/2.0.00 18:07:14.585 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Archimate/1.0.02 to modelio://ModelioMetaPackage 18:07:14.943 [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 18:07:14.943 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://Modeliosoft.Infrastructure/2.0.00 18:07:14.944 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Standard/2.0.00 to modelio://ModelioMetaPackage 18:07:15.683 [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 18:07:15.683 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from modelio://Modeliosoft.Infrastructure/2.0.00 to modelio://ModelioMetaPackage 18:07:15.723 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 409 METAMODEL NODES! (took ~1 sec) 18:07:15.723 [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! 18:07:15.723 [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 18:07:15.862 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:15.862 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:15.868 [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! 18:07:15.868 [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! 18:07:15.868 [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! 18:07:15.868 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - metamodel: ModelioMetaPackage (modelio://ModelioMetaPackage) already in store, updating it instead NYI -- doing nothing! 18:07:15.868 [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! 18:07:15.868 [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! 18:07:15.868 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) 18:07:15.868 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:15.963 [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 18:07:15.964 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:15.964 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:16.159 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:16.165 [pool-154-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/ 18:07:16.166 [pool-154-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/ 18:07:16.166 [pool-154-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/ 18:07:16.166 [pool-154-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/ 18:07:16.166 [pool-154-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/ 18:07:16.167 [pool-154-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/ 18:07:16.167 [pool-154-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/ 18:07:16.167 [pool-154-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/ 18:07:16.167 [pool-154-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/ 18:07:16.168 [pool-154-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/ 18:07:16.168 [pool-154-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/ 18:07:16.168 [pool-154-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/ 18:07:16.168 [pool-154-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/ 18:07:16.168 [pool-154-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/ 18:07:16.168 [pool-154-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/ 18:07:16.169 [pool-154-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/ 18:07:16.169 [pool-154-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/ 18:07:16.169 [pool-154-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/ 18:07:16.169 [pool-154-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/ 18:07:16.169 [pool-154-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/ 18:07:16.169 [pool-154-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/ 18:07:16.169 [pool-154-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/ 18:07:16.170 [pool-154-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/ 18:07:16.170 [pool-154-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/ 18:07:16.170 [pool-154-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/ 18:07:16.170 [pool-154-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/ 18:07:16.170 [pool-154-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/ 18:07:16.170 [pool-154-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/ 18:07:16.171 [pool-154-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/ 18:07:16.171 [pool-154-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/ 18:07:16.171 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:16.171 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:16.171 [pool-154-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) 18:07:16.172 [pool-154-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... 18:07:16.172 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.173 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.173 [pool-154-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... 18:07:16.184 [pool-154-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 18:07:16.187 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.187 [pool-154-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 18:07:16.189 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.189 [pool-154-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:07:16.190 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s60ms 18:07:16.250 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s60ms 18:07:16.252 [pool-154-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... 18:07:16.252 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.252 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.252 [pool-154-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... 18:07:16.254 [pool-154-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 18:07:16.259 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:07:16.259 [pool-154-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 18:07:16.263 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.263 [pool-154-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...18:07:16.263 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.263 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.263 [pool-154-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... 18:07:16.263 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.264 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.264 [pool-154-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... 18:07:16.267 [pool-154-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 18:07:16.271 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:16.271 [pool-154-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 18:07:16.273 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.273 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:16.273 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.273 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.274 [pool-154-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... 18:07:16.274 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.274 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.274 [pool-154-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... 18:07:16.276 [pool-154-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 18:07:16.279 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.279 [pool-154-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 18:07:16.281 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.281 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:07:16.281 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.281 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.282 [pool-154-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... 18:07:16.282 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.282 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.282 [pool-154-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... 18:07:16.285 [pool-154-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 18:07:16.291 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:16.291 [pool-154-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 18:07:16.355 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:16.355 [pool-154-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:07:16.355 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.355 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.356 [pool-154-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... 18:07:16.356 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.356 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.356 [pool-154-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... 18:07:16.358 [pool-154-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 18:07:16.361 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.361 [pool-154-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 18:07:16.363 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.363 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:16.364 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.364 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.364 [pool-154-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... 18:07:16.364 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.364 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.364 [pool-154-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... 18:07:16.367 [pool-154-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 18:07:16.370 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.370 [pool-154-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 18:07:16.372 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.372 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:16.372 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.372 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.373 [pool-154-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... 18:07:16.373 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.373 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.373 [pool-154-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... 18:07:16.376 [pool-154-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 18:07:16.381 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.381 [pool-154-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 18:07:16.383 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.383 [pool-154-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...18:07:16.384 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.384 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.384 [pool-154-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... 18:07:16.384 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.384 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.384 [pool-154-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... 18:07:16.450 [pool-154-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 18:07:16.454 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.454 [pool-154-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 18:07:16.456 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.456 [pool-154-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:07:16.456 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.456 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.457 [pool-154-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... 18:07:16.457 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.457 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.457 [pool-154-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... 18:07:16.459 [pool-154-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 18:07:16.462 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.462 [pool-154-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 18:07:16.464 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.464 [pool-154-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:07:16.464 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:16.465 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:16.466 [pool-154-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... 18:07:16.466 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.466 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.466 [pool-154-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... 18:07:16.468 [pool-154-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 18:07:16.493 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 8 NODES AND 43 M->MM REFERENCES! (took ~0sec) 18:07:16.493 [pool-154-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 18:07:16.567 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 REFERENCES! (took ~0 sec) 18:07:16.567 [pool-154-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. 0s101ms [pure insertion] marking any relevant derived attributes for update...18:07:16.567 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.567 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.568 [pool-154-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... 18:07:16.568 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.568 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.568 [pool-154-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... 18:07:16.570 [pool-154-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 18:07:16.574 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.574 [pool-154-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 18:07:16.579 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.579 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:16.579 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.579 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.580 [pool-154-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... 18:07:16.580 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.580 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.580 [pool-154-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... 18:07:16.582 [pool-154-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 18:07:16.585 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.585 [pool-154-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 18:07:16.588 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.588 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:16.588 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.588 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.590 [pool-154-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... 18:07:16.590 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.590 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.590 [pool-154-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... 18:07:16.650 [pool-154-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 18:07:16.661 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:07:16.661 [pool-154-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 18:07:16.671 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:16.671 [pool-154-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. 0s81ms [pure insertion] marking any relevant derived attributes for update...18:07:16.671 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.671 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.671 [pool-154-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... 18:07:16.671 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.671 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.671 [pool-154-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... 18:07:16.674 [pool-154-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 18:07:16.680 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:16.680 [pool-154-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 18:07:16.685 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:16.685 [pool-154-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:07:16.685 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.685 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.685 [pool-154-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... 18:07:16.685 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.685 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.685 [pool-154-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... 18:07:16.688 [pool-154-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 18:07:16.692 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.692 [pool-154-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 18:07:16.753 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.753 [pool-154-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...18:07:16.753 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.753 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.754 [pool-154-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... 18:07:16.754 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.754 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.754 [pool-154-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... 18:07:16.756 [pool-154-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 18:07:16.759 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.759 [pool-154-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 18:07:16.761 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.761 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:16.762 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.762 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.762 [pool-154-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... 18:07:16.762 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.762 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.762 [pool-154-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... 18:07:16.765 [pool-154-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 18:07:16.770 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:16.770 [pool-154-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 18:07:16.776 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:16.776 [pool-154-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:07:16.776 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.776 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.777 [pool-154-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... 18:07:16.777 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.777 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.777 [pool-154-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... 18:07:16.779 [pool-154-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 18:07:16.784 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.784 [pool-154-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 18:07:16.787 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.787 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f9-0000-000000000000.exml. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:16.787 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.787 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.787 [pool-154-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... 18:07:16.788 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.788 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.788 [pool-154-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... 18:07:16.790 [pool-154-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 18:07:16.793 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.793 [pool-154-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 18:07:16.795 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.795 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:16.795 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.795 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.796 [pool-154-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... 18:07:16.796 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.796 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.796 [pool-154-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... 18:07:16.850 [pool-154-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 18:07:16.853 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.853 [pool-154-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 18:07:16.856 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.856 [pool-154-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. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:07:16.856 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.856 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.857 [pool-154-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... 18:07:16.857 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.857 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.857 [pool-154-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... 18:07:16.859 [pool-154-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 18:07:16.864 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.864 [pool-154-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 18:07:16.867 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.867 [pool-154-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...18:07:16.867 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.867 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.868 [pool-154-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... 18:07:16.868 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.868 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.868 [pool-154-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... 18:07:16.870 [pool-154-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 18:07:16.873 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.873 [pool-154-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 18:07:16.875 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.875 [pool-154-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:07:16.875 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.875 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.876 [pool-154-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... 18:07:16.876 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.876 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.876 [pool-154-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... 18:07:16.879 [pool-154-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 18:07:16.883 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:16.883 [pool-154-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 18:07:16.886 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.886 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:16.886 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.886 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.887 [pool-154-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... 18:07:16.887 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.887 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.887 [pool-154-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... 18:07:16.890 [pool-154-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 18:07:16.949 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.949 [pool-154-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 18:07:16.952 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.952 [pool-154-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:07:16.952 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.952 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.953 [pool-154-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... 18:07:16.953 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.953 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.953 [pool-154-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... 18:07:16.955 [pool-154-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 18:07:16.959 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.959 [pool-154-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 18:07:16.963 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.963 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:16.963 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.963 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.963 [pool-154-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... 18:07:16.963 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.963 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.963 [pool-154-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... 18:07:16.966 [pool-154-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 18:07:16.969 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.969 [pool-154-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 18:07:16.972 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.972 [pool-154-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...18:07:16.972 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.972 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.972 [pool-154-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... 18:07:16.972 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.973 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.973 [pool-154-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... 18:07:16.975 [pool-154-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 18:07:16.979 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.979 [pool-154-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 18:07:16.983 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:16.983 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:16.983 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:16.983 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:16.984 [pool-154-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... 18:07:16.984 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:16.984 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:16.984 [pool-154-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... 18:07:16.986 [pool-154-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 18:07:16.990 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:16.990 [pool-154-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 18:07:17.051 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.051 [pool-154-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...18:07:17.051 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.051 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.052 [pool-154-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... 18:07:17.052 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.052 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.052 [pool-154-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... 18:07:17.055 [pool-154-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 18:07:17.058 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.058 [pool-154-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 18:07:17.060 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.060 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:17.060 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.060 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.061 [pool-154-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... 18:07:17.061 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.061 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.061 [pool-154-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... 18:07:17.064 [pool-154-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 18:07:17.069 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.069 [pool-154-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 18:07:17.071 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.071 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:17.071 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.071 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.072 [pool-154-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... 18:07:17.072 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.072 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.072 [pool-154-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... 18:07:17.074 [pool-154-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 18:07:17.080 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:17.080 [pool-154-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 18:07:17.083 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.083 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:17.083 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.083 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.083 [pool-154-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... 18:07:17.083 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.083 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.083 [pool-154-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... 18:07:17.086 [pool-154-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 18:07:17.161 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:17.161 [pool-154-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 18:07:17.167 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:17.167 [pool-154-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. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:07:17.167 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.167 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.167 [pool-154-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... 18:07:17.167 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.167 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.167 [pool-154-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... 18:07:17.170 [pool-154-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 18:07:17.176 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:17.176 [pool-154-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 18:07:17.178 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.178 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:17.178 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.178 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.179 [pool-154-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... 18:07:17.179 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.179 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.179 [pool-154-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... 18:07:17.181 [pool-154-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 18:07:17.185 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.185 [pool-154-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 18:07:17.188 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.188 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:17.188 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.188 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.188 [pool-154-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... 18:07:17.188 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.189 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.189 [pool-154-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... 18:07:17.191 [pool-154-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 18:07:17.254 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.254 [pool-154-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 18:07:17.257 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.257 [pool-154-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...18:07:17.257 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.257 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.258 [pool-154-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... 18:07:17.258 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.258 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.258 [pool-154-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... 18:07:17.260 [pool-154-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 18:07:17.263 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.263 [pool-154-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 18:07:17.266 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.266 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:17.266 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.266 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.267 [pool-154-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... 18:07:17.267 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.267 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.267 [pool-154-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... 18:07:17.269 [pool-154-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 18:07:17.272 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:17.272 [pool-154-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 18:07:17.275 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.275 [pool-154-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...18:07:17.275 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.275 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.276 [pool-154-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... 18:07:17.276 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.276 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.276 [pool-154-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... 18:07:17.279 [pool-154-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 18:07:17.358 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 18:07:17.358 [pool-154-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 18:07:17.375 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:07:17.375 [pool-154-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. 0s99ms [pure insertion] marking any relevant derived attributes for update...18:07:17.375 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.375 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.375 [pool-154-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... 18:07:17.375 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.376 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.376 [pool-154-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... 18:07:17.378 [pool-154-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 18:07:17.381 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.381 [pool-154-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 18:07:17.384 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.384 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:17.384 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.384 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.384 [pool-154-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... 18:07:17.385 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.385 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.385 [pool-154-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... 18:07:17.387 [pool-154-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 18:07:17.390 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.390 [pool-154-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 18:07:17.451 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.451 [pool-154-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...18:07:17.451 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.451 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.452 [pool-154-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... 18:07:17.452 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.452 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.452 [pool-154-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... 18:07:17.456 [pool-154-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 18:07:17.462 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:17.463 [pool-154-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 18:07:17.491 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:17.491 [pool-154-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. 0s39ms [pure insertion] marking any relevant derived attributes for update...18:07:17.491 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.492 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.492 [pool-154-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... 18:07:17.492 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.492 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.492 [pool-154-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... 18:07:17.550 [pool-154-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 18:07:17.553 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.553 [pool-154-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 18:07:17.556 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.556 [pool-154-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...18:07:17.556 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.556 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.557 [pool-154-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... 18:07:17.557 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.557 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.557 [pool-154-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... 18:07:17.559 [pool-154-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 18:07:17.564 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.564 [pool-154-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 18:07:17.567 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.567 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:17.567 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.567 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.567 [pool-154-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... 18:07:17.567 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.567 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.567 [pool-154-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... 18:07:17.570 [pool-154-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 18:07:17.573 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:17.573 [pool-154-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 18:07:17.575 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.575 [pool-154-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...18:07:17.575 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.575 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.576 [pool-154-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... 18:07:17.576 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.576 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.576 [pool-154-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... 18:07:17.578 [pool-154-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 18:07:17.581 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.582 [pool-154-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 18:07:17.584 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.584 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:17.584 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.584 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.585 [pool-154-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... 18:07:17.585 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.585 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.585 [pool-154-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... 18:07:17.588 [pool-154-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 18:07:17.651 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.651 [pool-154-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 18:07:17.654 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.655 [pool-154-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:07:17.655 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.655 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.655 [pool-154-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... 18:07:17.655 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.657 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.657 [pool-154-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... 18:07:17.660 [pool-154-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 18:07:17.672 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:07:17.672 [pool-154-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 18:07:17.680 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:17.680 [pool-154-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. 0s25ms [pure insertion] marking any relevant derived attributes for update...18:07:17.680 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.680 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.681 [pool-154-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... 18:07:17.681 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.681 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.681 [pool-154-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... 18:07:17.685 [pool-154-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 18:07:17.689 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.689 [pool-154-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 18:07:17.751 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.751 [pool-154-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:07:17.751 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.751 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.751 [pool-154-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... 18:07:17.751 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.751 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.751 [pool-154-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... 18:07:17.754 [pool-154-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 18:07:17.757 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.757 [pool-154-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 18:07:17.760 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.760 [pool-154-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...18:07:17.760 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.760 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.760 [pool-154-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... 18:07:17.760 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.761 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.761 [pool-154-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... 18:07:17.763 [pool-154-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 18:07:17.767 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.767 [pool-154-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 18:07:17.770 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.770 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:17.770 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.770 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.770 [pool-154-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... 18:07:17.770 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.770 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.770 [pool-154-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... 18:07:17.774 [pool-154-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 18:07:17.778 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:17.778 [pool-154-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 18:07:17.780 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:17.780 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:17.780 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.780 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.781 [pool-154-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... 18:07:17.781 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.781 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.781 [pool-154-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... 18:07:17.784 [pool-154-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 18:07:17.790 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:17.790 [pool-154-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 18:07:17.854 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:17.854 [pool-154-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:07:17.854 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.854 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.855 [pool-154-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... 18:07:17.855 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.855 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.855 [pool-154-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... 18:07:17.858 [pool-154-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 18:07:17.874 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 18:07:17.874 [pool-154-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 18:07:17.886 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:07:17.886 [pool-154-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. 0s31ms [pure insertion] marking any relevant derived attributes for update...18:07:17.886 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.886 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.887 [pool-154-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... 18:07:17.887 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.949 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.949 [pool-154-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... 18:07:17.952 [pool-154-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 18:07:17.965 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 26 M->MM REFERENCES! (took ~0sec) 18:07:17.966 [pool-154-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 18:07:17.980 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:07:17.980 [pool-154-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. 0s93ms [pure insertion] marking any relevant derived attributes for update...18:07:17.980 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:17.980 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:17.980 [pool-154-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... 18:07:17.980 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:17.981 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:17.981 [pool-154-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... 18:07:17.983 [pool-154-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 18:07:18.051 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 18:07:18.051 [pool-154-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 18:07:18.063 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:18.063 [pool-154-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. 0s83ms [pure insertion] marking any relevant derived attributes for update...18:07:18.063 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.063 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.064 [pool-154-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... 18:07:18.064 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.064 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.064 [pool-154-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... 18:07:18.066 [pool-154-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 18:07:18.069 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:18.069 [pool-154-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 18:07:18.072 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:18.072 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:18.072 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.072 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.072 [pool-154-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... 18:07:18.072 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.073 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.073 [pool-154-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... 18:07:18.075 [pool-154-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 18:07:18.085 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:07:18.085 [pool-154-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 18:07:18.153 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:18.153 [pool-154-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. 0s81ms [pure insertion] marking any relevant derived attributes for update...18:07:18.153 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.153 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.154 [pool-154-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... 18:07:18.154 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.154 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.154 [pool-154-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... 18:07:18.156 [pool-154-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 18:07:18.159 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:18.160 [pool-154-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 18:07:18.162 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:18.162 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:18.162 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.162 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.162 [pool-154-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... 18:07:18.162 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.163 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.163 [pool-154-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... 18:07:18.165 [pool-154-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 18:07:18.169 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:18.169 [pool-154-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 18:07:18.172 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:18.172 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:18.172 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.172 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.173 [pool-154-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... 18:07:18.173 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.173 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.173 [pool-154-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... 18:07:18.176 [pool-154-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 18:07:18.179 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:18.179 [pool-154-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 18:07:18.181 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:18.181 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:18.181 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.181 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.181 [pool-154-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... 18:07:18.181 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.181 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.181 [pool-154-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... 18:07:18.184 [pool-154-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 18:07:18.187 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:18.187 [pool-154-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 18:07:18.189 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:18.189 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:18.189 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:18.190 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:18.190 [pool-154-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... 18:07:18.190 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.190 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.190 [pool-154-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... 18:07:18.193 [pool-154-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 18:07:18.251 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:18.251 [pool-154-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 18:07:18.255 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:18.255 [pool-154-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:07:18.255 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.255 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.256 [pool-154-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... 18:07:18.256 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.256 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.256 [pool-154-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... 18:07:18.259 [pool-154-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 18:07:18.390 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 NODES AND 115 M->MM REFERENCES! (took ~0sec) 18:07:18.390 [pool-154-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 18:07:18.578 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 REFERENCES! (took ~0 sec) 18:07:18.578 [pool-154-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. 0s322ms [pure insertion] marking any relevant derived attributes for update...18:07:18.578 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.578 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.578 [pool-154-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... 18:07:18.579 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.579 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.579 [pool-154-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... 18:07:18.581 [pool-154-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 18:07:18.588 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:18.588 [pool-154-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 18:07:18.593 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:18.593 [pool-154-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:07:18.593 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.593 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.593 [pool-154-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... 18:07:18.593 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.593 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.593 [pool-154-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... 18:07:18.651 [pool-154-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 18:07:18.656 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:18.656 [pool-154-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 18:07:18.659 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:18.659 [pool-154-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...18:07:18.659 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.659 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.659 [pool-154-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... 18:07:18.659 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.659 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.659 [pool-154-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... 18:07:18.662 [pool-154-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 18:07:18.665 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:18.665 [pool-154-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 18:07:18.667 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:18.667 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:18.667 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.667 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.668 [pool-154-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... 18:07:18.668 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.668 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.668 [pool-154-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... 18:07:18.670 [pool-154-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 18:07:18.676 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:18.676 [pool-154-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 18:07:18.681 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:18.682 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/aeb07ec3-af96-4069-af14-0436082805ca.exml. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:07:18.682 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.682 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.682 [pool-154-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... 18:07:18.682 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.684 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.684 [pool-154-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... 18:07:18.687 [pool-154-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 18:07:18.751 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:18.751 [pool-154-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 18:07:18.754 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:18.754 [pool-154-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:07:18.754 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.754 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.754 [pool-154-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... 18:07:18.754 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.755 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.755 [pool-154-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... 18:07:18.757 [pool-154-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 18:07:18.760 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:18.760 [pool-154-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 18:07:18.763 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:18.763 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:18.763 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.763 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.763 [pool-154-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... 18:07:18.763 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.763 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.763 [pool-154-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... 18:07:18.766 [pool-154-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 18:07:18.769 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:18.769 [pool-154-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 18:07:18.772 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:18.772 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:18.772 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.772 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.773 [pool-154-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... 18:07:18.773 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.774 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.774 [pool-154-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... 18:07:18.777 [pool-154-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 18:07:18.784 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:18.784 [pool-154-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 18:07:18.788 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:18.788 [pool-154-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:07:18.788 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.788 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.789 [pool-154-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... 18:07:18.789 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.789 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.789 [pool-154-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... 18:07:18.791 [pool-154-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 18:07:18.876 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 18:07:18.876 [pool-154-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 18:07:18.967 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:07:18.967 [pool-154-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. 0s178ms [pure insertion] marking any relevant derived attributes for update...18:07:18.967 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.967 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.968 [pool-154-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... 18:07:18.968 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.969 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.969 [pool-154-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... 18:07:18.972 [pool-154-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 18:07:18.982 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 19 M->MM REFERENCES! (took ~0sec) 18:07:18.982 [pool-154-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 18:07:18.993 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:18.993 [pool-154-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. 0s25ms [pure insertion] marking any relevant derived attributes for update...18:07:18.993 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:18.993 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:18.993 [pool-154-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... 18:07:18.993 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:18.994 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:18.994 [pool-154-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... 18:07:19.053 [pool-154-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 18:07:19.060 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:19.060 [pool-154-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 18:07:19.063 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:19.063 [pool-154-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:07:19.063 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:19.064 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:19.064 [pool-154-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... 18:07:19.064 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:19.064 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:19.064 [pool-154-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... 18:07:19.067 [pool-154-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 18:07:19.071 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:19.071 [pool-154-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 18:07:19.074 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:19.074 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:19.074 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:19.074 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:19.075 [pool-154-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... 18:07:19.075 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:19.075 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:19.075 [pool-154-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... 18:07:19.078 [pool-154-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 18:07:19.151 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:07:19.151 [pool-154-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 18:07:19.159 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:19.159 [pool-154-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. 0s84ms [pure insertion] marking any relevant derived attributes for update...18:07:19.160 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:19.160 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:19.161 [pool-154-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... 18:07:19.161 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:19.161 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:19.161 [pool-154-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... 18:07:19.164 [pool-154-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 18:07:19.274 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:07:19.274 [pool-154-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 18:07:19.453 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:07:19.453 [pool-154-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. 0s292ms [pure insertion] marking any relevant derived attributes for update...18:07:19.453 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:19.453 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:19.453 [pool-154-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... 18:07:19.453 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:19.455 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:19.455 [pool-154-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... 18:07:19.458 [pool-154-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 18:07:19.462 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:19.462 [pool-154-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 18:07:19.465 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:19.465 [pool-154-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:07:19.465 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:19.465 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:19.465 [pool-154-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... 18:07:19.465 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:19.465 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:19.465 [pool-154-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... 18:07:19.468 [pool-154-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 18:07:19.473 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:19.473 [pool-154-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 18:07:19.476 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:19.476 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:19.476 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:19.476 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:19.477 [pool-154-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... 18:07:19.477 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:19.477 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:19.477 [pool-154-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... 18:07:19.480 [pool-154-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 18:07:19.657 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 18 NODES AND 90 M->MM REFERENCES! (took ~0sec) 18:07:19.657 [pool-154-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 18:07:19.781 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 17 REFERENCES! (took ~0 sec) 18:07:19.781 [pool-154-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. 0s304ms [pure insertion] marking any relevant derived attributes for update...18:07:19.781 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:19.781 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:19.781 [pool-154-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... 18:07:19.781 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:19.782 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:19.782 [pool-154-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... 18:07:19.785 [pool-154-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 18:07:19.789 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:19.789 [pool-154-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 18:07:19.850 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:19.850 [pool-154-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...18:07:19.850 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:19.850 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:19.851 [pool-154-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... 18:07:19.851 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:19.853 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:19.853 [pool-154-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... 18:07:19.856 [pool-154-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 18:07:19.860 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:19.860 [pool-154-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 18:07:19.863 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:19.863 [pool-154-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:07:19.863 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:19.863 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:19.864 [pool-154-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... 18:07:19.864 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:19.864 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:19.864 [pool-154-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... 18:07:19.867 [pool-154-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 18:07:19.872 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:19.872 [pool-154-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 18:07:19.875 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:19.875 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:19.875 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:19.875 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:19.875 [pool-154-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... 18:07:19.875 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:19.875 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:19.875 [pool-154-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... 18:07:19.879 [pool-154-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 18:07:19.884 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:19.884 [pool-154-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 18:07:19.889 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:19.889 [pool-154-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:07:19.889 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:19.889 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:19.890 [pool-154-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... 18:07:19.890 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:19.890 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:19.890 [pool-154-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... 18:07:19.950 [pool-154-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 18:07:19.961 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 18:07:19.961 [pool-154-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 18:07:19.970 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:19.970 [pool-154-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. 0s80ms [pure insertion] marking any relevant derived attributes for update...18:07:19.970 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:19.970 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:19.970 [pool-154-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... 18:07:19.970 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:19.971 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:19.971 [pool-154-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... 18:07:19.974 [pool-154-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 18:07:19.989 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 18:07:19.989 [pool-154-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 18:07:20.055 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:20.055 [pool-154-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. 0s85ms [pure insertion] marking any relevant derived attributes for update...18:07:20.055 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.055 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.056 [pool-154-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... 18:07:20.056 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.056 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.056 [pool-154-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... 18:07:20.061 [pool-154-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 18:07:20.071 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:20.071 [pool-154-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 18:07:20.076 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.076 [pool-154-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:07:20.076 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.076 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.077 [pool-154-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... 18:07:20.077 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.077 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.077 [pool-154-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... 18:07:20.080 [pool-154-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 18:07:20.083 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:20.084 [pool-154-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 18:07:20.086 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.086 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:20.086 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.086 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.087 [pool-154-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... 18:07:20.087 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.087 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.087 [pool-154-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... 18:07:20.089 [pool-154-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 18:07:20.154 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:20.154 [pool-154-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 18:07:20.161 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:20.161 [pool-154-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...18:07:20.161 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.161 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.161 [pool-154-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... 18:07:20.161 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.161 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.161 [pool-154-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... 18:07:20.164 [pool-154-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 18:07:20.168 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:20.168 [pool-154-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 18:07:20.170 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.170 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:20.170 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.170 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.171 [pool-154-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... 18:07:20.171 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.171 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.171 [pool-154-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... 18:07:20.173 [pool-154-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 18:07:20.177 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:20.177 [pool-154-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 18:07:20.180 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.180 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:20.180 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.180 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.180 [pool-154-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... 18:07:20.180 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.180 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.180 [pool-154-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... 18:07:20.183 [pool-154-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 18:07:20.251 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:20.251 [pool-154-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 18:07:20.256 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:20.256 [pool-154-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:07:20.256 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.256 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.257 [pool-154-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... 18:07:20.257 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.257 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.257 [pool-154-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... 18:07:20.259 [pool-154-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 18:07:20.263 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:20.263 [pool-154-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 18:07:20.265 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.265 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:20.265 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.265 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.266 [pool-154-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... 18:07:20.266 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.266 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.266 [pool-154-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... 18:07:20.270 [pool-154-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 18:07:20.366 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 13 NODES AND 65 M->MM REFERENCES! (took ~0sec) 18:07:20.366 [pool-154-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 18:07:20.460 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 REFERENCES! (took ~0 sec) 18:07:20.460 [pool-154-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. 0s194ms [pure insertion] marking any relevant derived attributes for update...18:07:20.460 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.460 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.461 [pool-154-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... 18:07:20.461 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.461 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.461 [pool-154-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... 18:07:20.464 [pool-154-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 18:07:20.467 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:20.467 [pool-154-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 18:07:20.470 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.470 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/142e9641-ca78-441c-9933-c13b113e2e69.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:20.470 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.470 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.471 [pool-154-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... 18:07:20.471 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.473 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.473 [pool-154-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... 18:07:20.476 [pool-154-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 18:07:20.488 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 24 M->MM REFERENCES! (took ~0sec) 18:07:20.488 [pool-154-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 18:07:20.550 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:20.550 [pool-154-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. 0s79ms [pure insertion] marking any relevant derived attributes for update...18:07:20.550 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:20.551 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:20.551 [pool-154-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... 18:07:20.551 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.552 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.552 [pool-154-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... 18:07:20.555 [pool-154-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 18:07:20.588 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 18:07:20.588 [pool-154-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 18:07:20.678 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:07:20.678 [pool-154-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. 0s127ms [pure insertion] marking any relevant derived attributes for update...18:07:20.678 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.678 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.678 [pool-154-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... 18:07:20.679 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.679 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.679 [pool-154-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... 18:07:20.681 [pool-154-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 18:07:20.690 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:07:20.690 [pool-154-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 18:07:20.750 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:20.750 [pool-154-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:07:20.750 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.750 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.750 [pool-154-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... 18:07:20.750 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.751 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.751 [pool-154-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... 18:07:20.753 [pool-154-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 18:07:20.758 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:20.758 [pool-154-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 18:07:20.761 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.761 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:20.761 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.761 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.761 [pool-154-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/ (4 sec, 4 sec total) 18:07:20.762 [pool-154-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... 18:07:20.762 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.762 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.762 [pool-154-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... 18:07:20.764 [pool-154-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 18:07:20.767 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:20.767 [pool-154-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 18:07:20.770 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.770 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:20.770 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.770 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.771 [pool-154-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... 18:07:20.771 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.771 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.771 [pool-154-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... 18:07:20.774 [pool-154-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 18:07:20.779 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:20.779 [pool-154-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 18:07:20.782 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.782 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:20.782 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.782 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.782 [pool-154-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... 18:07:20.782 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.782 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.782 [pool-154-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... 18:07:20.785 [pool-154-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 18:07:20.788 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:20.788 [pool-154-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 18:07:20.790 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.790 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:20.790 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:20.791 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:20.791 [pool-154-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... 18:07:20.791 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.791 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.791 [pool-154-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... 18:07:20.793 [pool-154-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 18:07:20.853 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:20.853 [pool-154-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 18:07:20.855 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.855 [pool-154-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...18:07:20.855 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.855 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.856 [pool-154-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... 18:07:20.856 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.856 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.856 [pool-154-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... 18:07:20.859 [pool-154-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 18:07:20.864 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:20.864 [pool-154-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 18:07:20.867 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.867 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:20.867 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.867 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.867 [pool-154-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... 18:07:20.867 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.868 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.868 [pool-154-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... 18:07:20.870 [pool-154-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 18:07:20.973 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 42 M->MM REFERENCES! (took ~0sec) 18:07:20.973 [pool-154-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 18:07:20.987 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:07:20.987 [pool-154-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. 0s120ms [pure insertion] marking any relevant derived attributes for update...18:07:20.987 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.987 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.988 [pool-154-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... 18:07:20.988 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.988 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.988 [pool-154-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... 18:07:20.990 [pool-154-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 18:07:20.994 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:20.994 [pool-154-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 18:07:20.996 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:20.996 [pool-154-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...18:07:20.996 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:20.996 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:20.997 [pool-154-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... 18:07:20.997 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:20.997 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:20.997 [pool-154-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... 18:07:21.000 [pool-154-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 18:07:21.087 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:07:21.087 [pool-154-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 18:07:21.185 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:07:21.185 [pool-154-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. 0s188ms [pure insertion] marking any relevant derived attributes for update...18:07:21.185 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.185 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.185 [pool-154-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... 18:07:21.185 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.185 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.185 [pool-154-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... 18:07:21.188 [pool-154-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 18:07:21.191 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.191 [pool-154-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 18:07:21.251 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.251 [pool-154-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...18:07:21.251 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.251 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.251 [pool-154-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... 18:07:21.251 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.251 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.251 [pool-154-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... 18:07:21.254 [pool-154-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 18:07:21.257 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:21.257 [pool-154-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 18:07:21.260 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.260 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:21.260 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.260 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.260 [pool-154-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... 18:07:21.260 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.261 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.261 [pool-154-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... 18:07:21.263 [pool-154-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 18:07:21.276 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:07:21.276 [pool-154-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 18:07:21.285 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:21.285 [pool-154-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. 0s25ms [pure insertion] marking any relevant derived attributes for update...18:07:21.285 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.285 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.286 [pool-154-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... 18:07:21.286 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.286 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.286 [pool-154-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... 18:07:21.288 [pool-154-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 18:07:21.356 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:07:21.356 [pool-154-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 18:07:21.363 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:21.363 [pool-154-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. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:07:21.363 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.363 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.364 [pool-154-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... 18:07:21.364 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.364 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.364 [pool-154-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... 18:07:21.367 [pool-154-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 18:07:21.374 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:21.374 [pool-154-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 18:07:21.377 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.377 [pool-154-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...18:07:21.377 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.377 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.377 [pool-154-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... 18:07:21.377 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.377 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.377 [pool-154-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... 18:07:21.382 [pool-154-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 18:07:21.385 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.385 [pool-154-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 18:07:21.387 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.387 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:21.387 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.387 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.388 [pool-154-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... 18:07:21.388 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.388 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.388 [pool-154-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... 18:07:21.450 [pool-154-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 18:07:21.456 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:21.456 [pool-154-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 18:07:21.461 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:21.461 [pool-154-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:07:21.461 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.461 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.462 [pool-154-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... 18:07:21.462 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.462 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.462 [pool-154-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... 18:07:21.465 [pool-154-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 18:07:21.470 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.470 [pool-154-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 18:07:21.472 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.472 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:21.472 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.472 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.473 [pool-154-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... 18:07:21.473 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.473 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.473 [pool-154-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... 18:07:21.476 [pool-154-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 18:07:21.479 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.479 [pool-154-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 18:07:21.481 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.481 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:21.481 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.481 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.482 [pool-154-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... 18:07:21.482 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.482 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.482 [pool-154-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... 18:07:21.484 [pool-154-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 18:07:21.487 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.487 [pool-154-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 18:07:21.490 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.490 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:21.490 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.490 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.491 [pool-154-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... 18:07:21.491 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.491 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.491 [pool-154-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... 18:07:21.551 [pool-154-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 18:07:21.559 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:21.559 [pool-154-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 18:07:21.562 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.562 [pool-154-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:07:21.562 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.562 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.563 [pool-154-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... 18:07:21.563 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.563 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.563 [pool-154-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... 18:07:21.565 [pool-154-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 18:07:21.582 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 18:07:21.582 [pool-154-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 18:07:21.659 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:07:21.659 [pool-154-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. 0s96ms [pure insertion] marking any relevant derived attributes for update...18:07:21.659 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.660 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.660 [pool-154-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... 18:07:21.660 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.660 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.660 [pool-154-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... 18:07:21.663 [pool-154-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 18:07:21.666 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.666 [pool-154-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 18:07:21.669 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.669 [pool-154-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...18:07:21.669 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.669 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.669 [pool-154-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... 18:07:21.669 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.669 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.669 [pool-154-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... 18:07:21.673 [pool-154-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 18:07:21.681 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:21.681 [pool-154-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 18:07:21.687 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:21.687 [pool-154-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:07:21.687 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.687 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.687 [pool-154-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... 18:07:21.687 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.688 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.688 [pool-154-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... 18:07:21.691 [pool-154-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 18:07:21.752 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.752 [pool-154-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 18:07:21.755 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.755 [pool-154-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...18:07:21.755 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.755 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.756 [pool-154-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... 18:07:21.756 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.756 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.756 [pool-154-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... 18:07:21.759 [pool-154-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 18:07:21.765 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.765 [pool-154-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 18:07:21.768 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.768 [pool-154-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:07:21.768 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.768 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.768 [pool-154-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... 18:07:21.768 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.769 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.769 [pool-154-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... 18:07:21.771 [pool-154-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 18:07:21.775 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.775 [pool-154-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 18:07:21.778 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.779 [pool-154-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...18:07:21.779 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.779 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.779 [pool-154-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... 18:07:21.779 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.779 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.779 [pool-154-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... 18:07:21.782 [pool-154-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 18:07:21.787 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.787 [pool-154-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 18:07:21.790 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.790 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:21.790 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.790 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.791 [pool-154-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... 18:07:21.791 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.791 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.791 [pool-154-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... 18:07:21.852 [pool-154-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 18:07:21.861 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:21.861 [pool-154-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 18:07:21.867 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:21.867 [pool-154-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:07:21.867 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.867 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.867 [pool-154-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... 18:07:21.867 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.868 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.868 [pool-154-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... 18:07:21.871 [pool-154-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 18:07:21.875 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.875 [pool-154-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 18:07:21.878 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.878 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:21.878 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.878 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.879 [pool-154-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... 18:07:21.879 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.879 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.879 [pool-154-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... 18:07:21.883 [pool-154-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 18:07:21.891 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.891 [pool-154-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 18:07:21.952 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.952 [pool-154-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. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:07:21.952 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.952 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.952 [pool-154-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... 18:07:21.952 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.953 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.953 [pool-154-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... 18:07:21.956 [pool-154-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 18:07:21.960 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.960 [pool-154-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 18:07:21.963 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.963 [pool-154-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...18:07:21.963 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:21.964 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:21.964 [pool-154-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... 18:07:21.964 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.964 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.964 [pool-154-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... 18:07:21.967 [pool-154-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 18:07:21.972 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:21.972 [pool-154-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 18:07:21.975 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.975 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:21.975 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:21.975 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:21.976 [pool-154-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... 18:07:21.976 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.976 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.976 [pool-154-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... 18:07:21.979 [pool-154-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 18:07:21.988 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:21.988 [pool-154-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 18:07:21.991 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:21.991 [pool-154-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:07:21.991 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:21.992 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:21.992 [pool-154-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... 18:07:21.992 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:21.992 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:21.992 [pool-154-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... 18:07:22.052 [pool-154-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 18:07:22.056 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.056 [pool-154-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 18:07:22.059 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.059 [pool-154-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...18:07:22.059 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.059 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.060 [pool-154-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... 18:07:22.060 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.060 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.060 [pool-154-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... 18:07:22.063 [pool-154-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 18:07:22.067 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.067 [pool-154-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 18:07:22.070 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.070 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:22.070 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.071 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.071 [pool-154-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... 18:07:22.071 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.071 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.071 [pool-154-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... 18:07:22.075 [pool-154-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 18:07:22.081 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.081 [pool-154-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 18:07:22.084 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.084 [pool-154-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:07:22.084 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.084 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.084 [pool-154-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... 18:07:22.084 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.084 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.084 [pool-154-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... 18:07:22.087 [pool-154-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 18:07:22.091 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.091 [pool-154-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 18:07:22.094 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.094 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:22.094 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.094 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.094 [pool-154-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... 18:07:22.094 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.095 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.095 [pool-154-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... 18:07:22.150 [pool-154-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 18:07:22.155 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.155 [pool-154-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 18:07:22.158 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.158 [pool-154-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...18:07:22.158 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.158 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.158 [pool-154-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... 18:07:22.158 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.159 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.159 [pool-154-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... 18:07:22.162 [pool-154-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 18:07:22.166 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.166 [pool-154-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 18:07:22.171 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.171 [pool-154-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:07:22.171 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.171 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.172 [pool-154-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... 18:07:22.172 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.172 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.172 [pool-154-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... 18:07:22.175 [pool-154-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 18:07:22.186 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:07:22.186 [pool-154-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 18:07:22.195 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:22.195 [pool-154-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. 0s23ms [pure insertion] marking any relevant derived attributes for update...18:07:22.195 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.195 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.196 [pool-154-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... 18:07:22.196 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.196 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.196 [pool-154-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... 18:07:22.252 [pool-154-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 18:07:22.258 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.258 [pool-154-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 18:07:22.261 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.261 [pool-154-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:07:22.261 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.261 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.262 [pool-154-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... 18:07:22.262 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.262 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.262 [pool-154-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... 18:07:22.265 [pool-154-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 18:07:22.272 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:22.272 [pool-154-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 18:07:22.277 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:22.277 [pool-154-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:07:22.277 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:22.278 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:22.278 [pool-154-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... 18:07:22.278 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.278 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.278 [pool-154-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... 18:07:22.281 [pool-154-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 18:07:22.286 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.286 [pool-154-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 18:07:22.290 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.290 [pool-154-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:07:22.290 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.290 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.350 [pool-154-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... 18:07:22.350 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.350 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.350 [pool-154-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... 18:07:22.353 [pool-154-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 18:07:22.357 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.357 [pool-154-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 18:07:22.360 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.360 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:22.360 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.360 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.360 [pool-154-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... 18:07:22.360 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.360 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.360 [pool-154-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... 18:07:22.364 [pool-154-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 18:07:22.368 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.368 [pool-154-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 18:07:22.371 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.371 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:22.371 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.371 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.371 [pool-154-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... 18:07:22.371 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.371 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.371 [pool-154-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... 18:07:22.374 [pool-154-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 18:07:22.381 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.381 [pool-154-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 18:07:22.384 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.384 [pool-154-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:07:22.384 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.384 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.384 [pool-154-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... 18:07:22.384 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.384 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.384 [pool-154-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... 18:07:22.387 [pool-154-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 18:07:22.394 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:22.394 [pool-154-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 18:07:22.454 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:22.454 [pool-154-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:07:22.454 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.454 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.454 [pool-154-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... 18:07:22.454 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.455 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.455 [pool-154-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... 18:07:22.457 [pool-154-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 18:07:22.461 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.461 [pool-154-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 18:07:22.463 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.463 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:22.463 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:22.464 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:22.464 [pool-154-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... 18:07:22.464 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.464 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.464 [pool-154-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... 18:07:22.468 [pool-154-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 18:07:22.472 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.472 [pool-154-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 18:07:22.474 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.474 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:22.474 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.474 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.475 [pool-154-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... 18:07:22.475 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.475 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.475 [pool-154-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... 18:07:22.477 [pool-154-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 18:07:22.480 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.480 [pool-154-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 18:07:22.482 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.482 [pool-154-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:07:22.482 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:22.483 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:22.483 [pool-154-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... 18:07:22.483 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.483 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.483 [pool-154-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... 18:07:22.486 [pool-154-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 18:07:22.493 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:22.493 [pool-154-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 18:07:22.555 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:22.555 [pool-154-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:07:22.555 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.555 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.556 [pool-154-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... 18:07:22.556 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.556 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.556 [pool-154-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... 18:07:22.558 [pool-154-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 18:07:22.561 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.561 [pool-154-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 18:07:22.564 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.564 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:22.564 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.564 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.564 [pool-154-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... 18:07:22.564 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.564 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.564 [pool-154-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... 18:07:22.567 [pool-154-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 18:07:22.570 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.570 [pool-154-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 18:07:22.573 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.573 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:22.573 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.573 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.573 [pool-154-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... 18:07:22.573 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.573 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.573 [pool-154-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... 18:07:22.576 [pool-154-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 18:07:22.581 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.581 [pool-154-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 18:07:22.583 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.583 [pool-154-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...18:07:22.583 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:22.584 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:22.584 [pool-154-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... 18:07:22.584 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.584 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.584 [pool-154-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... 18:07:22.586 [pool-154-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 18:07:22.589 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.589 [pool-154-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 18:07:22.592 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.592 [pool-154-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...18:07:22.592 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.592 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.592 [pool-154-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... 18:07:22.592 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.593 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.593 [pool-154-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... 18:07:22.650 [pool-154-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 18:07:22.654 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:22.654 [pool-154-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 18:07:22.657 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.657 [pool-154-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:07:22.657 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.657 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.658 [pool-154-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... 18:07:22.658 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.658 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.658 [pool-154-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... 18:07:22.661 [pool-154-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 18:07:22.671 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:07:22.671 [pool-154-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 18:07:22.678 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:22.678 [pool-154-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. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:07:22.678 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.678 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.679 [pool-154-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... 18:07:22.679 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.679 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.679 [pool-154-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... 18:07:22.682 [pool-154-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 18:07:22.686 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.686 [pool-154-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 18:07:22.755 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.755 [pool-154-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:07:22.755 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.755 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.755 [pool-154-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... 18:07:22.755 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.757 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.757 [pool-154-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... 18:07:22.760 [pool-154-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 18:07:22.763 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.763 [pool-154-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 18:07:22.766 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.766 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:22.766 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.766 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.766 [pool-154-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... 18:07:22.766 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.766 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.766 [pool-154-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... 18:07:22.769 [pool-154-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 18:07:22.773 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.773 [pool-154-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 18:07:22.775 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.775 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:22.775 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.775 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.776 [pool-154-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... 18:07:22.776 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.776 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.776 [pool-154-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... 18:07:22.779 [pool-154-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 18:07:22.782 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.782 [pool-154-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 18:07:22.785 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.785 [pool-154-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...18:07:22.785 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.785 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.786 [pool-154-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... 18:07:22.786 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.786 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.786 [pool-154-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... 18:07:22.790 [pool-154-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 18:07:22.793 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:22.793 [pool-154-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 18:07:22.795 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.795 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:22.795 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s54ms 18:07:22.849 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s54ms 18:07:22.850 [pool-154-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... 18:07:22.850 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.850 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.850 [pool-154-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... 18:07:22.853 [pool-154-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 18:07:22.856 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.856 [pool-154-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 18:07:22.859 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.859 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:22.859 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.859 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.859 [pool-154-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... 18:07:22.859 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.859 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.859 [pool-154-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... 18:07:22.862 [pool-154-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 18:07:22.866 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.866 [pool-154-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 18:07:22.868 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.868 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:22.868 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:22.869 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:22.869 [pool-154-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... 18:07:22.869 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.869 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.869 [pool-154-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... 18:07:22.873 [pool-154-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 18:07:22.877 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.877 [pool-154-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 18:07:22.879 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.879 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:22.879 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.879 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.879 [pool-154-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... 18:07:22.879 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.880 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.880 [pool-154-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... 18:07:22.882 [pool-154-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 18:07:22.886 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:22.886 [pool-154-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 18:07:22.888 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:22.888 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:22.888 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:22.888 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:22.889 [pool-154-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... 18:07:22.889 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:22.889 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:22.889 [pool-154-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... 18:07:22.892 [pool-154-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 18:07:22.994 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:07:22.994 [pool-154-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 18:07:23.153 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:07:23.153 [pool-154-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. 0s264ms [pure insertion] marking any relevant derived attributes for update...18:07:23.153 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.153 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.153 [pool-154-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... 18:07:23.153 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.153 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.153 [pool-154-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... 18:07:23.156 [pool-154-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 18:07:23.159 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:23.159 [pool-154-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 18:07:23.161 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.161 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:23.161 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:23.162 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:23.162 [pool-154-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... 18:07:23.162 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.162 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.162 [pool-154-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... 18:07:23.165 [pool-154-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 18:07:23.168 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.168 [pool-154-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 18:07:23.170 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.171 [pool-154-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...18:07:23.171 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.171 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.171 [pool-154-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... 18:07:23.171 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.171 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.171 [pool-154-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... 18:07:23.174 [pool-154-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 18:07:23.183 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:23.183 [pool-154-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 18:07:23.188 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:23.188 [pool-154-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:07:23.188 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.188 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.188 [pool-154-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... 18:07:23.188 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.188 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.189 [pool-154-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... 18:07:23.191 [pool-154-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 18:07:23.249 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.249 [pool-154-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 18:07:23.252 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.252 [pool-154-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. 0s64ms [pure insertion] marking any relevant derived attributes for update...18:07:23.252 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.252 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.253 [pool-154-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... 18:07:23.253 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.253 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.253 [pool-154-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... 18:07:23.256 [pool-154-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 18:07:23.259 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.259 [pool-154-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 18:07:23.262 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.262 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:23.262 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.262 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.263 [pool-154-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... 18:07:23.263 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.263 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.263 [pool-154-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... 18:07:23.268 [pool-154-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 18:07:23.275 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:23.275 [pool-154-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 18:07:23.277 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.277 [pool-154-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:07:23.277 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.277 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.278 [pool-154-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... 18:07:23.278 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.278 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.278 [pool-154-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... 18:07:23.280 [pool-154-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 18:07:23.284 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.284 [pool-154-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 18:07:23.286 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.286 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:23.286 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.286 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.286 [pool-154-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... 18:07:23.286 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.287 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.287 [pool-154-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... 18:07:23.289 [pool-154-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 18:07:23.356 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:23.356 [pool-154-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 18:07:23.361 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:23.361 [pool-154-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:07:23.361 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.361 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.362 [pool-154-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... 18:07:23.362 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.362 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.362 [pool-154-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... 18:07:23.364 [pool-154-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 18:07:23.382 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 18:07:23.382 [pool-154-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 18:07:23.451 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:07:23.451 [pool-154-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. 0s89ms [pure insertion] marking any relevant derived attributes for update...18:07:23.451 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:23.452 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:23.452 [pool-154-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... 18:07:23.452 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.452 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.452 [pool-154-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... 18:07:23.455 [pool-154-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 18:07:23.463 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:07:23.463 [pool-154-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 18:07:23.472 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:23.473 [pool-154-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. 0s21ms [pure insertion] marking any relevant derived attributes for update...18:07:23.473 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.473 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.473 [pool-154-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... 18:07:23.473 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.473 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.473 [pool-154-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... 18:07:23.476 [pool-154-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 18:07:23.479 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.479 [pool-154-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 18:07:23.482 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.482 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:23.482 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.482 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.482 [pool-154-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... 18:07:23.482 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.482 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.482 [pool-154-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... 18:07:23.485 [pool-154-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 18:07:23.489 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.489 [pool-154-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 18:07:23.491 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.491 [pool-154-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...18:07:23.491 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.491 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.492 [pool-154-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... 18:07:23.492 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.492 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.492 [pool-154-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... 18:07:23.551 [pool-154-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 18:07:23.559 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:23.559 [pool-154-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 18:07:23.563 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:23.563 [pool-154-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:07:23.563 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.563 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.564 [pool-154-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... 18:07:23.564 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.564 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.564 [pool-154-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... 18:07:23.566 [pool-154-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 18:07:23.572 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:23.572 [pool-154-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 18:07:23.577 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:23.577 [pool-154-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:07:23.577 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.577 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.578 [pool-154-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... 18:07:23.578 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.578 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.578 [pool-154-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... 18:07:23.582 [pool-154-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 18:07:23.588 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:23.588 [pool-154-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 18:07:23.650 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:23.650 [pool-154-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:07:23.650 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.650 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.650 [pool-154-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... 18:07:23.650 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.650 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.651 [pool-154-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... 18:07:23.653 [pool-154-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 18:07:23.657 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.657 [pool-154-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 18:07:23.660 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.660 [pool-154-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...18:07:23.660 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.660 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.660 [pool-154-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... 18:07:23.660 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.660 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.660 [pool-154-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... 18:07:23.663 [pool-154-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 18:07:23.668 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.668 [pool-154-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 18:07:23.671 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.671 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:23.671 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.671 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.672 [pool-154-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... 18:07:23.672 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.672 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.672 [pool-154-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... 18:07:23.674 [pool-154-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 18:07:23.678 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.678 [pool-154-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 18:07:23.680 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.680 [pool-154-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...18:07:23.680 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.680 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.681 [pool-154-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... 18:07:23.681 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.681 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.681 [pool-154-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... 18:07:23.683 [pool-154-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 18:07:23.687 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.687 [pool-154-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 18:07:23.689 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.689 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:23.689 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.689 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.689 [pool-154-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... 18:07:23.689 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.690 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.690 [pool-154-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... 18:07:23.693 [pool-154-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 18:07:23.756 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:23.756 [pool-154-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 18:07:23.761 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:23.761 [pool-154-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:07:23.761 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.761 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.761 [pool-154-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... 18:07:23.761 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.761 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.762 [pool-154-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... 18:07:23.764 [pool-154-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 18:07:23.767 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.767 [pool-154-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 18:07:23.770 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.770 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:23.770 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.770 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.771 [pool-154-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... 18:07:23.771 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.771 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.771 [pool-154-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... 18:07:23.773 [pool-154-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 18:07:23.777 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.777 [pool-154-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 18:07:23.783 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.783 [pool-154-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...18:07:23.783 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.783 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.784 [pool-154-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... 18:07:23.784 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.784 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.784 [pool-154-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... 18:07:23.787 [pool-154-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 18:07:23.790 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.790 [pool-154-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 18:07:23.792 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.792 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:23.792 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:23.793 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:23.793 [pool-154-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... 18:07:23.793 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.793 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.793 [pool-154-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... 18:07:23.851 [pool-154-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 18:07:23.858 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:23.858 [pool-154-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 18:07:23.863 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:23.863 [pool-154-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:07:23.863 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.863 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.864 [pool-154-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... 18:07:23.864 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.864 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.864 [pool-154-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... 18:07:23.868 [pool-154-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 18:07:23.875 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:23.875 [pool-154-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 18:07:23.882 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:23.882 [pool-154-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. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:07:23.882 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.882 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.883 [pool-154-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... 18:07:23.883 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.883 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.883 [pool-154-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... 18:07:23.887 [pool-154-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 18:07:23.891 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.892 [pool-154-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 18:07:23.952 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.952 [pool-154-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. 0s69ms [pure insertion] marking any relevant derived attributes for update...18:07:23.952 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.952 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.953 [pool-154-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... 18:07:23.953 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.953 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.953 [pool-154-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... 18:07:23.956 [pool-154-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 18:07:23.961 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.961 [pool-154-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 18:07:23.964 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.964 [pool-154-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:07:23.964 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.964 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.965 [pool-154-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... 18:07:23.965 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.965 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.965 [pool-154-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... 18:07:23.968 [pool-154-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 18:07:23.971 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.972 [pool-154-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 18:07:23.974 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.974 [pool-154-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...18:07:23.974 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.974 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.975 [pool-154-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... 18:07:23.975 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.975 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.975 [pool-154-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... 18:07:23.978 [pool-154-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 18:07:23.981 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:23.981 [pool-154-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 18:07:23.983 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:23.983 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:23.984 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:23.984 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:23.984 [pool-154-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... 18:07:23.984 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:23.984 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:23.984 [pool-154-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... 18:07:24.050 [pool-154-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 18:07:24.057 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:24.057 [pool-154-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 18:07:24.059 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.059 [pool-154-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. 0s75ms [pure insertion] marking any relevant derived attributes for update...18:07:24.059 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.059 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.060 [pool-154-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... 18:07:24.060 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.060 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.060 [pool-154-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... 18:07:24.062 [pool-154-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 18:07:24.160 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:24.160 [pool-154-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 18:07:24.165 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:24.165 [pool-154-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. 0s105ms [pure insertion] marking any relevant derived attributes for update...18:07:24.165 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:24.166 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:24.166 [pool-154-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... 18:07:24.166 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.166 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.166 [pool-154-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... 18:07:24.169 [pool-154-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 18:07:24.172 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:24.172 [pool-154-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 18:07:24.176 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.176 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:24.176 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.176 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.177 [pool-154-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... 18:07:24.177 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.177 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.177 [pool-154-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... 18:07:24.180 [pool-154-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 18:07:24.183 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:24.183 [pool-154-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 18:07:24.185 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.185 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:24.185 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.185 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.186 [pool-154-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... 18:07:24.186 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.186 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.186 [pool-154-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... 18:07:24.189 [pool-154-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 18:07:24.192 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:24.192 [pool-154-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 18:07:24.252 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.252 [pool-154-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. 0s66ms [pure insertion] marking any relevant derived attributes for update...18:07:24.252 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.252 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.252 [pool-154-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, 8 sec total) 18:07:24.253 [pool-154-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... 18:07:24.253 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.253 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.253 [pool-154-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... 18:07:24.256 [pool-154-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 18:07:24.259 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:24.259 [pool-154-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 18:07:24.263 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.263 [pool-154-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...18:07:24.263 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.263 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.264 [pool-154-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... 18:07:24.264 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.264 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.264 [pool-154-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... 18:07:24.266 [pool-154-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 18:07:24.271 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 8 M->MM REFERENCES! (took ~0sec) 18:07:24.271 [pool-154-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 18:07:24.274 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.274 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:24.274 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.274 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.274 [pool-154-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... 18:07:24.275 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.275 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.275 [pool-154-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... 18:07:24.278 [pool-154-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 18:07:24.281 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:24.281 [pool-154-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 18:07:24.284 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.284 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:24.284 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.284 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.284 [pool-154-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... 18:07:24.284 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.284 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.284 [pool-154-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... 18:07:24.287 [pool-154-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 18:07:24.353 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:24.353 [pool-154-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 18:07:24.358 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:24.358 [pool-154-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...18:07:24.359 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.359 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.359 [pool-154-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... 18:07:24.359 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.359 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.359 [pool-154-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... 18:07:24.362 [pool-154-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 18:07:24.365 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:24.365 [pool-154-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 18:07:24.367 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.367 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:24.367 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.367 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.367 [pool-154-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... 18:07:24.367 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.368 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.368 [pool-154-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... 18:07:24.371 [pool-154-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 18:07:24.377 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:24.377 [pool-154-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 18:07:24.384 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:24.384 [pool-154-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. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:07:24.384 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.384 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.385 [pool-154-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... 18:07:24.385 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.385 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.385 [pool-154-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... 18:07:24.388 [pool-154-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 18:07:24.391 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:24.391 [pool-154-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 18:07:24.450 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.450 [pool-154-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:07:24.450 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.450 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.451 [pool-154-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... 18:07:24.451 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.451 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.451 [pool-154-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... 18:07:24.454 [pool-154-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 18:07:24.461 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:24.461 [pool-154-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 18:07:24.461 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.461 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:24.461 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.461 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.461 [pool-154-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... 18:07:24.461 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.462 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.462 [pool-154-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... 18:07:24.464 [pool-154-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 18:07:24.473 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:24.473 [pool-154-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 18:07:24.478 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:24.478 [pool-154-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...18:07:24.478 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.478 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.478 [pool-154-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... 18:07:24.478 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.478 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.478 [pool-154-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... 18:07:24.481 [pool-154-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 18:07:24.484 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:24.484 [pool-154-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 18:07:24.487 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.487 [pool-154-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...18:07:24.487 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.487 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.488 [pool-154-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... 18:07:24.488 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.488 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.488 [pool-154-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... 18:07:24.491 [pool-154-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 18:07:24.551 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:24.551 [pool-154-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 18:07:24.555 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.555 [pool-154-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...18:07:24.555 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.555 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.555 [pool-154-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... 18:07:24.556 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.556 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.556 [pool-154-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... 18:07:24.558 [pool-154-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 18:07:24.561 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:24.561 [pool-154-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 18:07:24.563 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.563 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:24.563 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.563 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.564 [pool-154-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... 18:07:24.564 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.564 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.564 [pool-154-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... 18:07:24.567 [pool-154-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 18:07:24.588 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 18:07:24.588 [pool-154-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 18:07:24.663 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:07:24.663 [pool-154-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. 0s99ms [pure insertion] marking any relevant derived attributes for update...18:07:24.663 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.663 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.663 [pool-154-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... 18:07:24.663 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.663 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.663 [pool-154-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... 18:07:24.667 [pool-154-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 18:07:24.676 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 18:07:24.676 [pool-154-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 18:07:24.685 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:24.685 [pool-154-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. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:07:24.685 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.685 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.686 [pool-154-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... 18:07:24.686 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.686 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.686 [pool-154-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... 18:07:24.689 [pool-154-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 18:07:24.754 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:24.754 [pool-154-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 18:07:24.757 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.757 [pool-154-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:07:24.757 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.757 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.758 [pool-154-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... 18:07:24.758 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.758 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.758 [pool-154-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... 18:07:24.761 [pool-154-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 18:07:24.769 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 14 M->MM REFERENCES! (took ~0sec) 18:07:24.769 [pool-154-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 18:07:24.777 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:24.777 [pool-154-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:07:24.777 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.777 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.777 [pool-154-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... 18:07:24.777 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.778 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.778 [pool-154-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... 18:07:24.780 [pool-154-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 18:07:24.787 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:24.787 [pool-154-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 18:07:24.850 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.850 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml. 0s73ms [pure insertion] marking any relevant derived attributes for update...18:07:24.850 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.850 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.850 [pool-154-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... 18:07:24.850 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.850 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.850 [pool-154-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... 18:07:24.853 [pool-154-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 18:07:24.861 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 15 M->MM REFERENCES! (took ~0sec) 18:07:24.861 [pool-154-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 18:07:24.869 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:24.869 [pool-154-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:07:24.869 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.869 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.869 [pool-154-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... 18:07:24.869 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.869 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.869 [pool-154-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... 18:07:24.873 [pool-154-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 18:07:24.884 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:07:24.884 [pool-154-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 18:07:24.951 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:24.951 [pool-154-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. 0s82ms [pure insertion] marking any relevant derived attributes for update...18:07:24.951 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.951 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.952 [pool-154-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... 18:07:24.952 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.954 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.954 [pool-154-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... 18:07:24.956 [pool-154-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 18:07:24.960 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:24.960 [pool-154-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 18:07:24.962 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:24.962 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:24.962 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:24.962 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:24.963 [pool-154-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... 18:07:24.963 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:24.963 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:24.963 [pool-154-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... 18:07:24.965 [pool-154-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 18:07:24.984 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 29 M->MM REFERENCES! (took ~0sec) 18:07:24.984 [pool-154-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 18:07:25.058 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 REFERENCES! (took ~0 sec) 18:07:25.058 [pool-154-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. 0s95ms [pure insertion] marking any relevant derived attributes for update...18:07:25.058 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.058 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.058 [pool-154-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... 18:07:25.058 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.058 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.059 [pool-154-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... 18:07:25.061 [pool-154-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 18:07:25.066 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.066 [pool-154-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 18:07:25.069 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.069 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:25.069 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.069 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.069 [pool-154-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... 18:07:25.069 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.069 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.069 [pool-154-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... 18:07:25.072 [pool-154-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 18:07:25.074 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.074 [pool-154-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 18:07:25.077 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.077 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:25.077 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.077 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.078 [pool-154-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... 18:07:25.078 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.078 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.078 [pool-154-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... 18:07:25.080 [pool-154-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 18:07:25.167 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 55 M->MM REFERENCES! (took ~0sec) 18:07:25.167 [pool-154-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 18:07:25.257 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 10 REFERENCES! (took ~0 sec) 18:07:25.257 [pool-154-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. 0s179ms [pure insertion] marking any relevant derived attributes for update...18:07:25.257 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.257 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.257 [pool-154-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... 18:07:25.257 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.257 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.258 [pool-154-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... 18:07:25.260 [pool-154-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 18:07:25.263 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.263 [pool-154-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 18:07:25.266 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.266 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:25.266 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.266 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.266 [pool-154-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... 18:07:25.266 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.267 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.267 [pool-154-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... 18:07:25.269 [pool-154-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 18:07:25.273 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.273 [pool-154-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 18:07:25.285 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.285 [pool-154-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. 0s19ms [pure insertion] marking any relevant derived attributes for update...18:07:25.285 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.285 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.286 [pool-154-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... 18:07:25.286 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.288 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.288 [pool-154-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... 18:07:25.291 [pool-154-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 18:07:25.294 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.294 [pool-154-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 18:07:25.351 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.351 [pool-154-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:07:25.351 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:25.352 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:25.352 [pool-154-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... 18:07:25.352 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.352 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.352 [pool-154-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... 18:07:25.354 [pool-154-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 18:07:25.357 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.357 [pool-154-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 18:07:25.360 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.360 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89326f2e-c2fc-11de-8ac8-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:25.360 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.360 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.361 [pool-154-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... 18:07:25.361 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.361 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.361 [pool-154-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... 18:07:25.363 [pool-154-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 18:07:25.369 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:25.369 [pool-154-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 18:07:25.374 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:25.374 [pool-154-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:07:25.374 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:25.375 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:25.375 [pool-154-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... 18:07:25.375 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.375 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.375 [pool-154-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... 18:07:25.377 [pool-154-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 18:07:25.382 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.382 [pool-154-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 18:07:25.385 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.385 [pool-154-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...18:07:25.385 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.385 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.385 [pool-154-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... 18:07:25.385 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.385 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.385 [pool-154-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... 18:07:25.387 [pool-154-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 18:07:25.390 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:25.390 [pool-154-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 18:07:25.393 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.393 [pool-154-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...18:07:25.393 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.393 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.393 [pool-154-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... 18:07:25.393 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.393 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.393 [pool-154-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... 18:07:25.396 [pool-154-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 18:07:25.451 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.451 [pool-154-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 18:07:25.453 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.453 [pool-154-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. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:07:25.453 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.454 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.454 [pool-154-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... 18:07:25.454 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.454 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.454 [pool-154-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... 18:07:25.457 [pool-154-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 18:07:25.461 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.461 [pool-154-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 18:07:25.464 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.464 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:25.464 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.464 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.464 [pool-154-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... 18:07:25.464 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.464 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.464 [pool-154-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... 18:07:25.466 [pool-154-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 18:07:25.470 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.470 [pool-154-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 18:07:25.472 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.472 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:25.472 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.472 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.473 [pool-154-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... 18:07:25.473 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.473 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.473 [pool-154-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... 18:07:25.476 [pool-154-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 18:07:25.555 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 34 M->MM REFERENCES! (took ~0sec) 18:07:25.555 [pool-154-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 18:07:25.572 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:07:25.572 [pool-154-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. 0s99ms [pure insertion] marking any relevant derived attributes for update...18:07:25.572 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:25.573 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:25.573 [pool-154-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... 18:07:25.573 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.573 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.573 [pool-154-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... 18:07:25.576 [pool-154-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 18:07:25.579 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.579 [pool-154-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 18:07:25.582 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.582 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:25.582 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.582 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.582 [pool-154-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... 18:07:25.582 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.582 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.582 [pool-154-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... 18:07:25.585 [pool-154-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 18:07:25.656 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 20 M->MM REFERENCES! (took ~0sec) 18:07:25.656 [pool-154-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 18:07:25.666 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:25.667 [pool-154-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. 0s85ms [pure insertion] marking any relevant derived attributes for update...18:07:25.667 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.667 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.667 [pool-154-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... 18:07:25.667 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.667 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.667 [pool-154-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... 18:07:25.670 [pool-154-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 18:07:25.673 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.673 [pool-154-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 18:07:25.676 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.676 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:25.676 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.676 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.676 [pool-154-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... 18:07:25.676 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.677 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.677 [pool-154-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... 18:07:25.681 [pool-154-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 18:07:25.684 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.684 [pool-154-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 18:07:25.687 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.687 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:25.687 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.687 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.687 [pool-154-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... 18:07:25.687 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.687 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.687 [pool-154-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... 18:07:25.690 [pool-154-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 18:07:25.693 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.693 [pool-154-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 18:07:25.752 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.752 [pool-154-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:07:25.752 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.752 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.752 [pool-154-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... 18:07:25.752 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.752 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.753 [pool-154-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... 18:07:25.755 [pool-154-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 18:07:25.759 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.759 [pool-154-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 18:07:25.762 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.762 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:25.762 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.762 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.762 [pool-154-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... 18:07:25.762 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.762 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.762 [pool-154-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... 18:07:25.766 [pool-154-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 18:07:25.784 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5 NODES AND 40 M->MM REFERENCES! (took ~0sec) 18:07:25.784 [pool-154-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 18:07:25.854 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:07:25.854 [pool-154-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. 0s92ms [pure insertion] marking any relevant derived attributes for update...18:07:25.854 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:25.855 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:25.855 [pool-154-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... 18:07:25.855 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.855 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.855 [pool-154-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... 18:07:25.857 [pool-154-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 18:07:25.869 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:07:25.869 [pool-154-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 18:07:25.878 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:25.878 [pool-154-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. 0s23ms [pure insertion] marking any relevant derived attributes for update...18:07:25.878 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.878 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.879 [pool-154-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... 18:07:25.879 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.881 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.881 [pool-154-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... 18:07:25.883 [pool-154-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 18:07:25.887 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.887 [pool-154-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 18:07:25.889 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.889 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:25.889 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.889 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.890 [pool-154-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... 18:07:25.890 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.890 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.890 [pool-154-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... 18:07:25.892 [pool-154-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 18:07:25.896 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.896 [pool-154-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 18:07:25.952 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.952 [pool-154-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. 0s62ms [pure insertion] marking any relevant derived attributes for update...18:07:25.952 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.952 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.953 [pool-154-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... 18:07:25.953 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.953 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.953 [pool-154-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... 18:07:25.956 [pool-154-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 18:07:25.961 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.961 [pool-154-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 18:07:25.964 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.964 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:25.964 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.964 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.964 [pool-154-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... 18:07:25.964 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.964 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.964 [pool-154-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... 18:07:25.967 [pool-154-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 18:07:25.972 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:25.972 [pool-154-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 18:07:25.974 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.974 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:25.974 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.974 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.975 [pool-154-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... 18:07:25.975 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.975 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.975 [pool-154-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... 18:07:25.977 [pool-154-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 18:07:25.980 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:25.980 [pool-154-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 18:07:25.983 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:25.983 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:25.983 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:25.983 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:25.983 [pool-154-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... 18:07:25.983 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:25.984 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:25.984 [pool-154-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... 18:07:25.986 [pool-154-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 18:07:26.054 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.054 [pool-154-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 18:07:26.056 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.057 [pool-154-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. 0s74ms [pure insertion] marking any relevant derived attributes for update...18:07:26.057 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.057 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.057 [pool-154-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... 18:07:26.057 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.057 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.057 [pool-154-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... 18:07:26.059 [pool-154-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 18:07:26.063 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.063 [pool-154-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 18:07:26.065 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.065 [pool-154-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...18:07:26.065 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.065 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.066 [pool-154-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... 18:07:26.066 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.066 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.066 [pool-154-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... 18:07:26.069 [pool-154-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 18:07:26.166 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:07:26.166 [pool-154-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 18:07:26.272 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:07:26.272 [pool-154-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. 0s206ms [pure insertion] marking any relevant derived attributes for update...18:07:26.272 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.272 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.272 [pool-154-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... 18:07:26.272 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.272 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.272 [pool-154-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... 18:07:26.275 [pool-154-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 18:07:26.280 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:26.280 [pool-154-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 18:07:26.283 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.283 [pool-154-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...18:07:26.283 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.283 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.284 [pool-154-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... 18:07:26.284 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.284 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.284 [pool-154-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... 18:07:26.287 [pool-154-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 18:07:26.290 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.290 [pool-154-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 18:07:26.293 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.293 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:26.293 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.293 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.350 [pool-154-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... 18:07:26.350 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.350 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.350 [pool-154-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... 18:07:26.353 [pool-154-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 18:07:26.356 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.356 [pool-154-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 18:07:26.359 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.359 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:26.359 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.359 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.359 [pool-154-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... 18:07:26.359 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.360 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.360 [pool-154-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... 18:07:26.362 [pool-154-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 18:07:26.367 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.367 [pool-154-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 18:07:26.370 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.370 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:26.370 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.370 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.370 [pool-154-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... 18:07:26.370 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.370 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.370 [pool-154-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... 18:07:26.372 [pool-154-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 18:07:26.375 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:26.375 [pool-154-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 18:07:26.378 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.378 [pool-154-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...18:07:26.378 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.378 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.379 [pool-154-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... 18:07:26.379 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.379 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.379 [pool-154-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... 18:07:26.381 [pool-154-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 18:07:26.385 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.385 [pool-154-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 18:07:26.387 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.387 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:26.387 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.387 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.388 [pool-154-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... 18:07:26.388 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.388 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.388 [pool-154-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... 18:07:26.453 [pool-154-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 18:07:26.457 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.457 [pool-154-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 18:07:26.459 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.459 [pool-154-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:07:26.459 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.459 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.460 [pool-154-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... 18:07:26.460 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.460 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.460 [pool-154-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... 18:07:26.462 [pool-154-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 18:07:26.468 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:26.468 [pool-154-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 18:07:26.473 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:26.473 [pool-154-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. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:07:26.473 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.473 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.473 [pool-154-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... 18:07:26.473 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.473 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.473 [pool-154-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... 18:07:26.476 [pool-154-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 18:07:26.479 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.479 [pool-154-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 18:07:26.483 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.483 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:26.483 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.483 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.483 [pool-154-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... 18:07:26.483 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.484 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.484 [pool-154-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... 18:07:26.486 [pool-154-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 18:07:26.489 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.489 [pool-154-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 18:07:26.491 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.491 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:26.491 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.491 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.492 [pool-154-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... 18:07:26.492 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.492 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.492 [pool-154-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... 18:07:26.549 [pool-154-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 18:07:26.553 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.553 [pool-154-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 18:07:26.555 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.555 [pool-154-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. 0s63ms [pure insertion] marking any relevant derived attributes for update...18:07:26.555 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:26.556 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:26.556 [pool-154-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... 18:07:26.556 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.556 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.556 [pool-154-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... 18:07:26.558 [pool-154-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 18:07:26.566 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:26.566 [pool-154-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 18:07:26.570 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:26.570 [pool-154-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. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:07:26.570 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.570 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.571 [pool-154-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... 18:07:26.571 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.571 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.571 [pool-154-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... 18:07:26.573 [pool-154-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 18:07:26.577 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.577 [pool-154-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 18:07:26.579 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.579 [pool-154-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...18:07:26.579 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.579 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.579 [pool-154-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... 18:07:26.579 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.580 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.580 [pool-154-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... 18:07:26.582 [pool-154-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 18:07:26.586 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.586 [pool-154-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 18:07:26.588 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.588 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:26.588 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.588 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.589 [pool-154-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... 18:07:26.589 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.589 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.589 [pool-154-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... 18:07:26.650 [pool-154-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 18:07:26.654 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.654 [pool-154-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 18:07:26.657 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.657 [pool-154-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...18:07:26.657 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.657 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.658 [pool-154-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... 18:07:26.658 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.658 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.658 [pool-154-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... 18:07:26.660 [pool-154-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 18:07:26.666 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:26.666 [pool-154-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 18:07:26.670 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:26.670 [pool-154-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. 0s12ms [pure insertion] marking any relevant derived attributes for update...18:07:26.670 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:26.671 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:26.671 [pool-154-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... 18:07:26.671 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.671 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.671 [pool-154-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... 18:07:26.674 [pool-154-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 18:07:26.679 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.679 [pool-154-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 18:07:26.681 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.681 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:26.681 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.681 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.682 [pool-154-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... 18:07:26.682 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.682 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.682 [pool-154-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... 18:07:26.684 [pool-154-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 18:07:26.763 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 7 NODES AND 35 M->MM REFERENCES! (took ~0sec) 18:07:26.764 [pool-154-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 18:07:26.783 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 REFERENCES! (took ~0 sec) 18:07:26.783 [pool-154-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. 0s101ms [pure insertion] marking any relevant derived attributes for update...18:07:26.783 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.783 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.784 [pool-154-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... 18:07:26.784 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.784 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.784 [pool-154-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... 18:07:26.786 [pool-154-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 18:07:26.850 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.850 [pool-154-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 18:07:26.852 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.852 [pool-154-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. 0s68ms [pure insertion] marking any relevant derived attributes for update...18:07:26.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.852 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.853 [pool-154-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... 18:07:26.853 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.853 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.853 [pool-154-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... 18:07:26.855 [pool-154-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 18:07:26.858 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.858 [pool-154-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 18:07:26.861 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.861 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:26.861 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.861 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.862 [pool-154-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... 18:07:26.862 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.862 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.862 [pool-154-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... 18:07:26.864 [pool-154-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 18:07:26.868 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.868 [pool-154-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 18:07:26.870 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.870 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:26.870 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.870 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.871 [pool-154-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... 18:07:26.871 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.871 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.871 [pool-154-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... 18:07:26.874 [pool-154-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 18:07:26.879 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.879 [pool-154-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 18:07:26.881 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.881 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:26.881 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.881 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.882 [pool-154-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... 18:07:26.882 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.882 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.882 [pool-154-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... 18:07:26.884 [pool-154-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 18:07:26.887 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:26.887 [pool-154-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 18:07:26.890 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.890 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:26.890 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.890 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.891 [pool-154-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... 18:07:26.891 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.891 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.891 [pool-154-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... 18:07:26.952 [pool-154-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 18:07:26.958 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:26.958 [pool-154-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 18:07:26.962 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:26.962 [pool-154-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. 0s71ms [pure insertion] marking any relevant derived attributes for update...18:07:26.962 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:26.962 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:26.963 [pool-154-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... 18:07:26.963 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:26.964 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:26.965 [pool-154-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... 18:07:26.967 [pool-154-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 18:07:27.095 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 60 M->MM REFERENCES! (took ~0sec) 18:07:27.095 [pool-154-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 18:07:27.181 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 REFERENCES! (took ~0 sec) 18:07:27.181 [pool-154-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. 0s218ms [pure insertion] marking any relevant derived attributes for update...18:07:27.181 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.181 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.182 [pool-154-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... 18:07:27.182 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.182 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.182 [pool-154-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... 18:07:27.184 [pool-154-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 18:07:27.249 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:27.249 [pool-154-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 18:07:27.254 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:27.254 [pool-154-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. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:07:27.254 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.254 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.255 [pool-154-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... 18:07:27.255 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.255 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.255 [pool-154-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... 18:07:27.257 [pool-154-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 18:07:27.261 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 7 M->MM REFERENCES! (took ~0sec) 18:07:27.261 [pool-154-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 18:07:27.264 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.264 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:27.264 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.264 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.264 [pool-154-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... 18:07:27.264 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.264 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.264 [pool-154-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... 18:07:27.267 [pool-154-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 18:07:27.270 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.270 [pool-154-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 18:07:27.273 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.273 [pool-154-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...18:07:27.273 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.273 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.274 [pool-154-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... 18:07:27.274 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.274 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.274 [pool-154-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... 18:07:27.280 [pool-154-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 18:07:27.286 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:27.286 [pool-154-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 18:07:27.289 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.289 [pool-154-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:07:27.289 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.289 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.289 [pool-154-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... 18:07:27.289 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.289 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.289 [pool-154-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... 18:07:27.292 [pool-154-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 18:07:27.352 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.352 [pool-154-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 18:07:27.354 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.354 [pool-154-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:07:27.354 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:27.355 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:27.355 [pool-154-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... 18:07:27.355 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.355 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.355 [pool-154-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... 18:07:27.358 [pool-154-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 18:07:27.361 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.361 [pool-154-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 18:07:27.363 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.363 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:27.363 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:27.364 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:27.364 [pool-154-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... 18:07:27.364 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.364 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.364 [pool-154-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... 18:07:27.368 [pool-154-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 18:07:27.371 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.371 [pool-154-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 18:07:27.373 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.374 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-c2fd-11de-8ac8-001302895b2b.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:27.374 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.374 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.374 [pool-154-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... 18:07:27.374 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.374 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.374 [pool-154-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... 18:07:27.376 [pool-154-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 18:07:27.380 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.380 [pool-154-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 18:07:27.382 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.382 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/86eada10-32d9-11e0-91f3-0027103f347c.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:27.382 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:27.383 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:27.383 [pool-154-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... 18:07:27.383 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.383 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.383 [pool-154-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... 18:07:27.386 [pool-154-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 18:07:27.454 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:27.454 [pool-154-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 18:07:27.459 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:27.459 [pool-154-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. 0s76ms [pure insertion] marking any relevant derived attributes for update...18:07:27.459 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.459 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.459 [pool-154-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... 18:07:27.459 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.459 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.459 [pool-154-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... 18:07:27.462 [pool-154-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 18:07:27.465 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.465 [pool-154-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 18:07:27.467 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.467 [pool-154-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...18:07:27.467 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.467 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.468 [pool-154-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... 18:07:27.468 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.468 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.468 [pool-154-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... 18:07:27.471 [pool-154-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 18:07:27.474 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.474 [pool-154-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 18:07:27.477 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.477 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-0000-000000000000.exml. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:27.477 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.477 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.478 [pool-154-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... 18:07:27.478 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.478 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.478 [pool-154-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... 18:07:27.480 [pool-154-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 18:07:27.485 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:27.485 [pool-154-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 18:07:27.488 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.488 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:27.488 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.488 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.488 [pool-154-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... 18:07:27.488 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.488 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.488 [pool-154-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... 18:07:27.550 [pool-154-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 18:07:27.559 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 16 M->MM REFERENCES! (took ~0sec) 18:07:27.559 [pool-154-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 18:07:27.567 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:27.567 [pool-154-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...18:07:27.567 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.567 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.567 [pool-154-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... 18:07:27.567 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.568 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.568 [pool-154-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... 18:07:27.570 [pool-154-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 18:07:27.575 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.575 [pool-154-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 18:07:27.577 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.577 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:27.577 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.577 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.578 [pool-154-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... 18:07:27.578 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.578 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.578 [pool-154-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... 18:07:27.580 [pool-154-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 18:07:27.583 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.583 [pool-154-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 18:07:27.586 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.586 [pool-154-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. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:27.586 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.586 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.587 [pool-154-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... 18:07:27.587 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.587 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.587 [pool-154-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... 18:07:27.589 [pool-154-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 18:07:27.592 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.592 [pool-154-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 18:07:27.652 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.652 [pool-154-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. 0s65ms [pure insertion] marking any relevant derived attributes for update...18:07:27.652 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.652 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.653 [pool-154-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... 18:07:27.653 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.653 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.653 [pool-154-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... 18:07:27.657 [pool-154-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 18:07:27.756 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 75 M->MM REFERENCES! (took ~0sec) 18:07:27.756 [pool-154-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 18:07:27.858 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:07:27.858 [pool-154-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. 0s205ms [pure insertion] marking any relevant derived attributes for update...18:07:27.858 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.858 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.858 [pool-154-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... 18:07:27.858 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.858 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.858 [pool-154-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... 18:07:27.861 [pool-154-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 18:07:27.865 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.865 [pool-154-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 18:07:27.867 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.867 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:27.867 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.867 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.868 [pool-154-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... 18:07:27.868 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.868 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.868 [pool-154-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... 18:07:27.870 [pool-154-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 18:07:27.874 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.874 [pool-154-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 18:07:27.878 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.878 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:27.878 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.878 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.878 [pool-154-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... 18:07:27.878 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.878 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.878 [pool-154-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... 18:07:27.881 [pool-154-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 18:07:27.884 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.884 [pool-154-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 18:07:27.887 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.887 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:27.887 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.887 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.887 [pool-154-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... 18:07:27.887 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.887 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.887 [pool-154-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... 18:07:27.890 [pool-154-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 18:07:27.951 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 10 M->MM REFERENCES! (took ~0sec) 18:07:27.951 [pool-154-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 18:07:27.954 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.954 [pool-154-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...18:07:27.954 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:27.955 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:27.955 [pool-154-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... 18:07:27.955 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.955 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.955 [pool-154-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... 18:07:27.959 [pool-154-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 18:07:27.966 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.966 [pool-154-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 18:07:27.970 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.970 [pool-154-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. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:07:27.970 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.970 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.971 [pool-154-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... 18:07:27.971 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.971 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.971 [pool-154-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... 18:07:27.974 [pool-154-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 18:07:27.978 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:27.978 [pool-154-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 18:07:27.982 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:27.982 [pool-154-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. 0s11ms [pure insertion] marking any relevant derived attributes for update...18:07:27.982 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:27.982 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:27.982 [pool-154-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... 18:07:27.982 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:27.983 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:27.983 [pool-154-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... 18:07:27.986 [pool-154-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 18:07:27.991 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:27.991 [pool-154-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 18:07:28.051 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:28.052 [pool-154-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. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:07:28.052 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:28.052 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:28.052 [pool-154-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) 18:07:28.052 [pool-154-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... 18:07:28.052 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:28.052 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:28.052 [pool-154-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... 18:07:28.055 [pool-154-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 18:07:28.058 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:28.058 [pool-154-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 18:07:28.062 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:28.062 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:28.062 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:28.062 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:28.063 [pool-154-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... 18:07:28.063 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:28.063 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:28.063 [pool-154-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... 18:07:28.066 [pool-154-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 18:07:28.069 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:28.069 [pool-154-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 18:07:28.071 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:28.071 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:28.071 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:28.071 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:28.071 [pool-154-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... 18:07:28.071 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:28.071 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:28.071 [pool-154-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... 18:07:28.074 [pool-154-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 18:07:28.077 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:28.078 [pool-154-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 18:07:28.080 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:28.080 [pool-154-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...18:07:28.080 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:28.080 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:28.080 [pool-154-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... 18:07:28.080 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:28.080 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:28.080 [pool-154-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... 18:07:28.083 [pool-154-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 18:07:28.159 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 NODES AND 21 M->MM REFERENCES! (took ~0sec) 18:07:28.159 [pool-154-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 18:07:28.168 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:28.168 [pool-154-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. 0s88ms [pure insertion] marking any relevant derived attributes for update...18:07:28.168 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:28.169 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:28.169 [pool-154-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... 18:07:28.169 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:28.169 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:28.169 [pool-154-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... 18:07:28.172 [pool-154-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 18:07:28.175 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:28.175 [pool-154-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 18:07:28.178 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:28.178 [pool-154-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. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:07:28.178 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:28.178 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:28.178 [pool-154-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... 18:07:28.178 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:28.178 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:28.178 [pool-154-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... 18:07:28.182 [pool-154-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 18:07:28.185 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:28.185 [pool-154-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 18:07:28.188 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:28.188 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:28.188 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:28.188 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:28.188 [pool-154-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... 18:07:28.188 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:28.188 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:28.188 [pool-154-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... 18:07:28.190 [pool-154-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 18:07:28.252 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:28.253 [pool-154-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 18:07:28.255 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:28.255 [pool-154-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. 0s67ms [pure insertion] marking any relevant derived attributes for update...18:07:28.255 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:28.255 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:28.255 [pool-154-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... 18:07:28.255 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:28.256 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:28.256 [pool-154-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... 18:07:28.258 [pool-154-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 18:07:28.261 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:28.261 [pool-154-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 18:07:28.265 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:28.265 [pool-154-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. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:07:28.265 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:28.265 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:28.266 [pool-154-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... 18:07:28.266 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:28.266 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:28.266 [pool-154-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... 18:07:28.269 [pool-154-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 18:07:28.271 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:28.271 [pool-154-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 18:07:28.274 [pool-154-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:28.274 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:28.274 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:28.274 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:28.274 [pool-154-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, 12 sec total) 18:07:28.274 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:28.274 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:28.359 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/1119 proxy references (0 sec total) 18:07:30.554 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 1119 refs 18:07:30.554 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~2.28s attempting to resolve any uninitialized derived attributes... 18:07:30.554 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:30.554 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:30.555 [pool-154-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:30.555 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 2s281ms [proxy update] 18:07:30.555 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:30.559 [pool-154-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 ~14s validating changes... validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed0bb1c3-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Package/ea878bd2-7ef9-4ce1-a11e-35fa129981bb.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/64df4d1e-3663-4950-95fc-29204f9981e7.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/00080cf0-0000-00cf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/40400bbd-0b5d-11df-8680-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/72ada667-0b7f-4421-bd69-9b037642ed87.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/aa99ee06-c495-11de-ada1-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1228-0000-12f8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c48-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/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/01ec12fc-0000-0a37-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/Zoo/model/Standard.Class/2d7b2cba-e694-4b33-bd9e-4d2f1db4cc7b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/0c841642-4e99-4f0d-8a80-4f6d24bf8656.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/06edcdd9-c2fd-11de-8ac8-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.MetaclassReference/89c8bd8c-fa56-475b-9fe6-ffe3910cc35c.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/002005c0-0001-0007-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/d5bccf8e-79b3-48df-8c79-09200aa52d19.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc3ac0-0000-0d9a-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0009-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/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/5582e283-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/76f275f9-32d9-11e0-91f3-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6faa55e3-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/7649b5c8-8733-4a02-959c-a269422402b8.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.MetaclassReference/ca6d601e-7686-4e90-9b45-95d3878eddd4.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/00700680-0000-01db-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ff6e0375-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-025b-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.MetaclassReference/2d98d6ca-5644-418a-9bae-94b5362d3c51.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/01a40888-0000-002d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ee97796b-de99-11de-905b-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/35b84299-c2fd-11de-8ac8-001302895b2b.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.MetaclassReference/f572af01-e116-41d3-aa90-4cef567d721e.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.PropertyType/827950f7-671f-4db7-9374-23df864712ef.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Class/9b9791e8-8e77-4fd0-ada7-e62bdfad9ec4.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ce-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0265-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8fb43b1c-7819-11e1-a4f1-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc3924-0000-189d-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/f98047ab-24f3-4b41-adbb-3cb70791184a.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/fd1e7e3d-1c25-4e43-a8d0-23ad542da716.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/435869cb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1f889934-8d90-11df-98b9-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/cf671bc3-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ed95fa9b-de99-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/744f6321-c2f9-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.Stereotype/00700680-0000-01d7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0018-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/68c63e60-70d6-11e0-872f-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c6a579b6-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5d357779-c2fd-11de-8ac8-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/00700680-0000-01fb-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/Zoo/model/Infrastructure.ModuleComponent/c136d72e-c78b-4b7d-968d-9ed5580e4e56.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-0020-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/01ec045c-0000-10a1-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0007-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/775f3bc6-d812-4f77-8253-6852bcede18b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c7ba7024-eff5-4039-a4d4-c9ddcd0a3aed.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/5791cd76-03ec-11e2-9c63-0027103f347d.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/84b2bd9b-6fcf-4ee4-af8e-f1319276a311.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/d09356f1-c2fc-11de-8ac8-001302895b2b.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/a46b20b8-26ab-11df-ac88-001302895b2b.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/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/Infrastructure.MetaclassReference/dfcbc301-c510-44b4-9164-0480e77740d2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/a74178fb-df2b-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/051f4291-f151-4147-99c5-fd78221f49e2.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/8281b44e-16ea-4e9b-94d1-dc28a2be86a9.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00bc470c-0000-0019-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/Zoo/model/Standard.Class/c312e899-9f08-43db-8954-4db87789f843.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/3c4678f8-f169-11df-ae59-0014224f9977.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/120a35e7-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/89927bbf-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8c44d73d-5d0b-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0247-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0c02-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/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-1301-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001e-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/75cb05db-044e-485f-9e6d-8b57b4f3ecb2.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-00bc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0f44-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01cc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/bae91a3b-7009-11e0-a462-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/c4b3add1-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/859f8b76-5acc-4a9c-a5eb-973467388b13.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.ModuleComponent/00000000-0000-2710-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-08c8-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f1-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/df3fdfd2-5ce3-4a13-b31e-01ba8c736529.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/fdbc7d78-32c7-11e0-91f3-0027103f347c.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/6f3c6234-52b8-11df-a320-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/deb348a5-2653-11e1-9161-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0251-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ec22d8ff-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/d7ea54fa-8913-11df-8dda-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-00b7-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0009-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00bc0050-0000-006b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec141c-0000-12fc-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0206-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/61222898-ff82-4681-a82f-a8f14c479dd1.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0ac7e50f-50c6-4eb6-9107-3d9df92a2b75.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/f8e58a85-c2fa-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0faf-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0260-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01bd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/8ed6276e-5821-11df-be59-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.MetaclassReference/a27efc42-08b8-4e7d-95c6-b393e6fe5fba.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/01ec12fc-0000-022e-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fc2-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0233-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ef-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0256-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b071b025-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/e84f38cb-2400-4ecd-81b0-eb8734c0e20b.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.Profile/007004e8-0000-0282-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/b9654705-c2f9-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/33ea7558-fb93-11df-8b5e-0027103f347c.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/Infrastructure.MetaclassReference/3afb2822-6518-4c74-9e9a-404317519061.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0bd72298-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0bfd-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/37d0688a-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1abd18db-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001c-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/55bdd09f-86d4-40c2-8487-c288a8af4ec3.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4a427283-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/94b7efa5-f94c-4d1d-896f-f103e56a8e2e.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/4e477e48-35b4-11df-9280-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/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/e1d2f141-a387-4fd1-bff7-3f7dcbcb8718.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/Zoo/model/Standard.Class/0a4ac84f-75a3-4b5b-bbad-d0e67857b4cf.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-9c45-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/4bd5d0c9-d5de-41d0-9515-f36f0ac34454.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.MetaclassReference/00bc2f68-0000-0fa9-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01fe-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/c37f01cf-273e-11e1-b78e-00137282c51b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021f-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.MetaclassReference/00bc27b8-0000-02a9-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/b58969db-144e-4a1f-b946-cd6deacca9bd.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/1be2e3fc-27ca-11e1-8d9c-002564c97630.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.MetaclassReference/a6e0f5bd-2649-4c75-a926-3e833fb13002.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/946458b2-daf1-44b8-887b-12a0d9e5c2f6.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/ee06097f-de99-11de-905b-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/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0014-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07111319-1fd7-11df-948e-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/007006dc-0000-0137-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2eff-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3edfb381-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/07ba6521-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.Package/00000004-0000-0004-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/f9061fa3-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1c0bf642-a90f-11de-8613-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0258-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.DiagramSet/d00fb552-1f56-43fd-9776-f78355c9cb77.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/00bc2f68-0000-0f6b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-021a-0000-000000000000.exml validating file UPDATED for /data/fragments/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/00700680-0000-0204-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/897d11ed-d82c-4037-9a24-9b1b9e56cd3a.exml validating file UPDATED for /data/fragments/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.Profile/00300000-0000-0032-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc2f68-0000-0fd8-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0013-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0226fd5c-caf5-4cb4-b25c-06e493b37b2d.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.EnumeratedPropertyType/00080cf0-0000-0031-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e7-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-092f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/6a3f6989-c2fd-11de-8ac8-001302895b2b.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.PropertyTableDefinition/01ec152c-0000-144f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00540a84-0000-0003-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Profile/01ec045c-0000-3739-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/89326f2e-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/1b62b1eb-de82-44cb-be22-ed350ae5cf8c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01e5-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/3f03c5f1-c308-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/15d2108f-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2961d57b-5120-11de-bbaf-00218648fa3d.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-0e0b-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01b8-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/ee295439-adfb-4038-9ad2-9e643a37e076.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/e445c33b-de99-11de-905b-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/01280500-0000-0b37-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/Zoo/model/Standard.Class/4b6abbc6-130e-42fa-b1db-bbf1ba6d0065.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/00540a84-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-0202-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f04-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-0005-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/fd461312-91e1-4589-a042-c814e1f53e6a.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-0011-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/994fc1e3-c2f9-11de-8ac8-001302895b2b.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/8d83b757-7de2-47ea-8b3c-f593a48aa05c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0238-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/002005c0-0001-000f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0224-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.MetaclassReference/ab241507-a18e-4711-8acd-db5abd8b525f.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01ca-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/ad46ab04-9310-11df-a4cf-0014224f9977.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/00bc27b8-0000-037a-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0229-0000-000000000000.exml validating file UPDATED for /data/fragments/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-01c5-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.MetaclassReference/e884c108-f73e-11e1-8cf3-002564c97630.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec1ac4-0000-2f09-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/99bf7919-5d09-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/52d7cccb-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/3254be34-c7d8-4018-8a68-5de65c30b773.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/67694a37-c2f9-11de-8ac8-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/76c174ab-c2fd-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c49-0000-000000000000.exml validating file UPDATED for /data/fragments/Zoo/model/Infrastructure.Profile/53092f81-4142-4f4e-a379-854a1bda10fc.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/4b4745a9-5d0c-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/Zoo/model/Standard.Project/0f4f1c57-dc5a-441a-91da-424b105803ce.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/eb3dbc2d-8e8a-40e4-9f8c-3cfd64a04944.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/Zoo/model/Standard.ClassDiagram/cf6a3b18-94f9-49ba-b8d9-653cb2f93cfb.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/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/edc05471-5d08-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/9fb5321d-c2fc-11de-8ac8-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/2eb4ec1b-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/ModelerModule/content/model/model/Infrastructure.MetaclassReference/433bb965-77f8-4b1b-9ace-864e5af81454.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/0054070c-0000-005f-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0acb-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/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/007006dc-0000-0139-0000-000000000000.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/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyType/753fc9f9-c136-449c-949c-4fa467511d99.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Infrastructure.PropertyTableDefinition/00080cf0-0000-001d-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c44-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01d3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec12fc-0000-0242-0000-000000000000.exml validating file UPDATED for /data/fragments/PredefinedTypes%203.6.05/content/model/model/Standard.DataType/00000004-0000-000f-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/0c8bec5b-24e6-4492-9350-b45d95f4b369.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/eb8f06b7-de86-11de-905b-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00700680-0000-01f3-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/679a9417-8f06-4255-a409-1e1f7136e418.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/00000000-0000-9c46-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/6432b987-256f-4121-9428-a89d364c2cef.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/01ec2468-0000-0ac6-0000-000000000000.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/021863a9-f3db-11df-8ada-0027103f347c.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/90a0e341-5d0d-11df-a996-001302895b2b.exml validating file UPDATED for /data/fragments/ModelerModule/content/model/model/Infrastructure.Stereotype/1b1ba62d-205e-11df-948e-001302895b2b.exml changed resource size: 619 relevant graph size: 619 validated changes... true 18:07:34.271 [pool-154-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 18 s 307 ms 18:07:34.278 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:34.278 [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 18:07:34.282 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:34.282 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:34.285 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:34.286 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1684386636403457280/test_zoo[LevelDB GreyCat] 18:07:34.286 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:34.550 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:34.551 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:34.551 [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 18:07:34.552 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:34.552 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:34.556 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:34.556 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:34.556 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:34.556 [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! 18:07:34.556 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:34.557 [pool-156-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 18:07:34.557 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:07:34.596 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6415971158248545642/:org.eclipse.hawk.localfolder.LocalFolder:false 18:07:34.650 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:34.650 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:34.654 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:34.654 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:34.654 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:34.654 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:34.654 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:34.658 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:34.658 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:07:34.658 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:34.658 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:34.659 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:34.659 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 18:07:34.661 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:34.661 [pool-156-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 18:07:34.661 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 11 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v1-B.2.0.bpmn over /tmp/junit6415971158248545642/v0-B.2.0.bpmn 18:07:34.662 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:34.666 [pool-156-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 18:07:34.666 [pool-156-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/v2-B.2.0.bpmn over /tmp/junit6415971158248545642/v0-B.2.0.bpmn 18:07:34.666 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:34.669 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:34.669 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:34.669 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:34.670 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:34.670 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:34.670 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:34.670 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:07:34.670 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:34.670 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:34.670 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:34.670 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:07:34.670 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:34.670 [pool-156-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 18:07:34.670 [pool-156-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/junit6415971158248545642/v0-B.2.0.bpmn 18:07:34.670 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:34.674 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:34.674 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:34.674 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:34.674 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:34.674 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:34.674 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:34.674 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:07:34.674 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:34.674 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:34.674 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:34.674 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:07:34.674 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:34.674 [pool-156-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 18:07:34.675 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v4-B.2.0.bpmn over /tmp/junit6415971158248545642/v0-B.2.0.bpmn 18:07:34.675 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:34.679 [pool-156-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 18:07:34.679 [pool-156-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/junit6415971158248545642/v0-B.2.0.bpmn 18:07:34.679 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:34.683 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:34.683 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:34.683 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:34.683 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:34.683 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:34.683 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:34.683 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:07:34.683 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:34.683 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:34.683 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:34.683 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:07:34.683 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:34.684 [pool-156-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 18:07:34.684 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v6-B.2.0.bpmn over /tmp/junit6415971158248545642/v0-B.2.0.bpmn 18:07:34.684 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:34.688 [pool-156-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 18:07:34.688 [pool-156-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/junit6415971158248545642/v0-B.2.0.bpmn 18:07:34.688 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:34.692 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:34.692 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:34.692 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:34.692 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:34.692 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:34.692 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:34.692 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:07:34.692 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:34.692 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:34.692 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:34.692 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:07:34.692 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:34.693 [pool-156-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 18:07:34.693 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 5 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/bpmn/v8-B.2.0.bpmn over /tmp/junit6415971158248545642/v0-B.2.0.bpmn 18:07:34.693 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:34.752 [pool-156-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 18:07:34.752 [pool-156-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 59 ms 18:07:34.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:34.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit6415971158248545642/:org.eclipse.hawk.localfolder.LocalFolder:false 18:07:34.754 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:34.754 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:34.755 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:34.755 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1580213111449375377/test_bpmn[LevelDB GreyCat] 18:07:34.755 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:34.914 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:34.915 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:34.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 18:07:34.915 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:34.915 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:34.918 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:34.918 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:34.918 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:34.919 [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! 18:07:34.919 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:34.919 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:34.919 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:07:34.920 [pool-158-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 18:07:34.926 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:34.926 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:34.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:07:34.950 [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 18:07:34.950 [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 18:07:34.950 [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 18:07:34.950 [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 18:07:34.950 [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 18:07:34.950 [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 18:07:34.950 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:07:34.950 [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 18:07:34.951 [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 18:07:34.951 [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 18:07:34.951 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:07:34.952 [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 18:07:34.952 [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 18:07:34.954 [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 18:07:34.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:07:34.954 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ETreeIterator will be handled as its instance type org.eclipse.emf.common.util.TreeIterator 18:07:34.954 [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 18:07:34.956 [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 18:07:34.956 [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 18:07:34.957 [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 18:07:34.957 [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 18:07:34.957 [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 18:07:34.958 [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 18:07:34.958 [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 18:07:34.958 [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 18:07:34.958 [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 18:07:34.959 [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 18:07:34.959 [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[] 18:07:34.959 [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 18:07:34.959 [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 18:07:34.959 [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 18:07:34.960 [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 18:07:34.961 [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 18:07:34.965 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:07:34.965 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:35.059 [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 18:07:35.061 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:35.061 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:35.063 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:35.067 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:35.067 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:35.069 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:07:35.069 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:35.069 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:35.069 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:07:35.079 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:07:35.083 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:35.083 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:07:35.093 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:35.093 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s24ms [pure insertion] marking any relevant derived attributes for update...18:07:35.093 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:07:35.095 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:07:35.096 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:07:35.096 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:35.096 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:35.096 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:07:35.152 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:07:35.155 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:35.155 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:07:35.164 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:35.164 [pool-158-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...18:07:35.164 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:35.164 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:35.165 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:07:35.165 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:35.165 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:35.165 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:07:35.168 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:07:35.171 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:35.171 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:07:35.182 [pool-158-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:35.182 [pool-158-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...18:07:35.182 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:35.182 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:35.182 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:35.182 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:35.183 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:07:35.250 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:07:35.251 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.069s attempting to resolve any uninitialized derived attributes... 18:07:35.251 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:35.251 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:35.251 [pool-158-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:35.251 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s69ms [proxy update] 18:07:35.251 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:35.251 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /subfolder/subfolder/grandchild.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:07:35.252 [pool-158-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 191 ms 18:07:35.262 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:35.262 [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 18:07:35.263 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:35.263 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:35.265 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:35.265 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit120732801876862651/test_instanceCountsAllOf[LevelDB GreyCat] 18:07:35.265 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:35.487 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:35.489 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:35.489 [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 18:07:35.489 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:35.489 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:35.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:35.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:35.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:35.492 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:07:35.492 [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! 18:07:35.492 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:35.492 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:07:35.493 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:07:35.496 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:35.496 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:35.503 [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 18:07:35.503 [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 18:07:35.503 [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 18:07:35.504 [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 18:07:35.504 [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 18:07:35.505 [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 18:07:35.505 [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 18:07:35.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 18:07:35.506 [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 18:07:35.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 18:07:35.506 [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 18:07:35.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 18:07:35.506 [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 18:07:35.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 18:07:35.551 [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 18:07:35.551 [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 18:07:35.552 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:07:35.552 [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 18:07:35.552 [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 18:07:35.552 [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 18:07:35.554 [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 18:07:35.554 [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 18:07:35.555 [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 18:07:35.556 [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[] 18:07:35.556 [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 18:07:35.557 [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 18:07:35.557 [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 18:07:35.557 [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 18:07:35.557 [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 18:07:35.557 [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 18:07:35.557 [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 18:07:35.557 [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 18:07:35.557 [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 18:07:35.557 [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 18:07:35.561 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:07:35.561 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:35.595 [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 18:07:35.597 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:35.597 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:35.650 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:35.654 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:35.654 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:35.655 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:07:35.655 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:35.655 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:35.655 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:07:35.665 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:07:35.669 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:35.669 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:07:35.678 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:35.678 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s23ms [pure insertion] marking any relevant derived attributes for update...18:07:35.678 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:07:35.680 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:07:35.681 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:07:35.681 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:35.681 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:35.681 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:07:35.684 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:07:35.687 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:35.687 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:07:35.753 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:35.753 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:07:35.753 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:35.753 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:35.754 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:07:35.754 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:35.754 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:35.754 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:07:35.757 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:07:35.760 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:35.760 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:07:35.771 [pool-160-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:35.771 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s17ms [pure insertion] marking any relevant derived attributes for update...18:07:35.771 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:35.771 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:35.771 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:35.771 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:35.772 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:07:35.786 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:07:35.786 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.015s attempting to resolve any uninitialized derived attributes... 18:07:35.786 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:35.786 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:35.786 [pool-160-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:35.786 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 18:07:35.786 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:35.786 [pool-160-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 18:07:35.787 [pool-160-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 190 ms 18:07:35.795 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:35.795 [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 18:07:35.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:35.850 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:35.851 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:35.851 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7215618130390767556/test_listFiles[LevelDB GreyCat] 18:07:35.851 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:36.072 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:36.075 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:36.075 [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 18:07:36.075 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:36.075 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:36.078 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:36.078 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:36.078 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:36.079 [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! 18:07:36.079 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:36.079 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:36.080 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:07:36.080 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:07:36.084 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:36.084 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:36.091 [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 18:07:36.091 [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 18:07:36.091 [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 18:07:36.091 [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 18:07:36.091 [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 18:07:36.092 [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[] 18:07:36.093 [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 18:07:36.093 [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 18:07:36.093 [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 18:07:36.096 [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 18:07:36.096 [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 18:07:36.098 [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 18:07:36.098 [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 18:07:36.098 [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 18:07:36.098 [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 18:07:36.098 [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 18:07:36.098 [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 18:07:36.098 [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 18:07:36.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 18:07:36.099 [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 18:07:36.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 18:07:36.100 [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 18:07:36.100 [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 18:07:36.100 [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 18:07:36.100 [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 18:07:36.100 [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 18:07:36.100 [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 18:07:36.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 18:07:36.101 [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 18:07:36.102 [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 18:07:36.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 18:07:36.102 [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 18:07:36.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 18:07:36.103 [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 18:07:36.152 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:07:36.152 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:36.190 [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 18:07:36.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:36.192 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:36.194 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:36.250 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:36.250 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:36.251 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:07:36.251 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:36.251 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:36.251 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:07:36.261 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:07:36.265 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:36.265 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:07:36.275 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:36.275 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s24ms [pure insertion] marking any relevant derived attributes for update...18:07:36.275 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:36.276 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:36.277 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:07:36.277 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:36.277 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:36.277 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:07:36.280 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:07:36.283 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:36.283 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:07:36.292 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:36.292 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:07:36.292 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:36.292 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:36.293 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:07:36.293 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:36.293 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:36.293 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:07:36.350 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:07:36.354 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:36.354 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:07:36.365 [pool-162-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:36.365 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/child.model. 0s72ms [pure insertion] marking any relevant derived attributes for update...18:07:36.365 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:36.365 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:36.365 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:36.365 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:36.366 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:07:36.379 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:07:36.379 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.014s attempting to resolve any uninitialized derived attributes... 18:07:36.379 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:36.379 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:36.379 [pool-162-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:36.379 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s15ms [proxy update] 18:07:36.380 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:36.380 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/subfolder/grandchild.model validating file UPDATED for /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:07:36.381 [pool-162-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 189 ms 18:07:36.390 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:36.391 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2885832903951004766/test_instanceCounts[LevelDB GreyCat] 18:07:36.392 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:36.392 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2885832903951004766/test_instanceCounts[LevelDB GreyCat] 18:07:36.394 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:36.394 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2885832903951004766/test_instanceCounts[LevelDB GreyCat] 18:07:36.451 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:36.451 [pool-162-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit2885832903951004766/test_instanceCounts[LevelDB GreyCat] 18:07:36.456 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:36.456 [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 18:07:36.457 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:36.457 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:36.459 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:36.459 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2885832903951004766/test_instanceCounts[LevelDB GreyCat] 18:07:36.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:36.869 [pool-116-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14845806938480671489/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit14845806938480671489/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) 18:07:36.883 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:36.884 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:36.884 [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 18:07:36.884 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:36.884 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:36.888 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:36.888 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:36.888 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:36.888 [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! 18:07:36.888 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:36.888 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:36.888 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:07:36.951 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 63 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/crossrefs.ecore to store 18:07:36.954 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:36.954 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:36.962 [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 18:07:36.962 [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 18:07:36.962 [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 18:07:36.962 [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 18:07:36.962 [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 18:07:36.962 [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 18:07:36.962 [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 18:07:36.962 [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 18:07:36.964 [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 18:07:36.965 [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 18:07:36.965 [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 18:07:36.965 [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 18:07:36.965 [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 18:07:36.965 [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 18:07:36.965 [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 18:07:36.965 [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 18:07:36.965 [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 18:07:36.965 [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 18:07:36.966 [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[] 18:07:36.966 [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 18:07:36.967 [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 18:07:36.967 [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 18:07:36.967 [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 18:07:36.967 [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 18:07:36.968 [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 18:07:36.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 18:07:36.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 18:07:36.969 [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 18:07:36.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 18:07:36.971 [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 18:07:36.972 [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 18:07:36.972 [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 18:07:36.972 [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 18:07:36.972 [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 18:07:36.977 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:07:36.977 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:37.070 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/scopedQuery/:org.eclipse.hawk.localfolder.LocalFolder:false 18:07:37.072 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:37.072 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:37.074 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:37.078 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:37.078 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:37.079 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:07:37.079 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:37.079 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:37.079 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:07:37.089 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:07:37.092 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:37.092 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:07:37.102 [pool-117-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14330849634348972878/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit14330849634348972878/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) 18:07:37.159 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:37.159 [pool-164-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...18:07:37.159 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:07:37.161 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:07:37.162 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:07:37.162 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:37.162 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:37.162 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:07:37.165 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:07:37.168 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:37.168 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:07:37.178 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:37.178 [pool-164-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...18:07:37.178 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:37.178 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:37.179 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:07:37.179 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:37.179 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:37.179 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:07:37.182 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:07:37.185 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:37.185 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:07:37.196 [pool-164-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:37.196 [pool-164-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...18:07:37.196 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:37.196 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:37.196 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:37.196 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:37.250 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:07:37.263 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:07:37.263 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.067s attempting to resolve any uninitialized derived attributes... 18:07:37.263 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:37.263 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:37.263 [pool-164-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:37.263 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s68ms [proxy update] 18:07:37.264 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:37.264 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /subfolder/subfolder/grandchild.model sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /root.model validating file UPDATED for /subfolder/child.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:07:37.265 [pool-164-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 193 ms 18:07:37.268 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:37.268 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10712656915224586545/test_reverseRefs[LevelDB GreyCat] 18:07:37.273 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:37.273 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10712656915224586545/test_reverseRefs[LevelDB GreyCat] 18:07:37.277 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:37.277 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10712656915224586545/test_reverseRefs[LevelDB GreyCat] 18:07:37.280 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:37.280 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10712656915224586545/test_reverseRefs[LevelDB GreyCat] 18:07:37.287 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:37.287 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10712656915224586545/test_reverseRefs[LevelDB GreyCat] 18:07:37.290 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:37.290 [pool-164-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit10712656915224586545/test_reverseRefs[LevelDB GreyCat] 18:07:37.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:37.295 [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 18:07:37.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:37.350 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:37.351 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:37.351 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit10712656915224586545/test_reverseRefs[LevelDB GreyCat] 18:07:37.351 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:37.452 [pool-118-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit1499041392707747657/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit1499041392707747657/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) 18:07:37.668 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:37.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:37.670 [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 18:07:37.670 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:37.670 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:37.673 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:37.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:37.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:37.673 [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! 18:07:37.673 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:37.673 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:37.673 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:07:37.674 [pool-166-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 18:07:37.677 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:37.677 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:37.683 [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 18:07:37.684 [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 18:07:37.684 [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 18:07:37.684 [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 18:07:37.684 [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 18:07:37.684 [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 18:07:37.684 [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 18:07:37.684 [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 18:07:37.684 [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 18:07:37.684 [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 18:07:37.684 [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 18:07:37.685 [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 18:07:37.685 [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 18:07:37.685 [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[] 18:07:37.685 [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 18:07:37.750 [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 18:07:37.750 [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 18:07:37.750 [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 18:07:37.750 [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 18:07:37.750 [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 18:07:37.750 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:07:37.751 [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 18:07:37.751 [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 18:07:37.751 [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 18:07:37.751 [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 18:07:37.752 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:07:37.752 [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 18:07:37.753 [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 18:07:37.753 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:07:37.753 [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 18:07:37.754 [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 18:07:37.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:07:37.754 [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 18:07:37.754 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:07:37.757 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 22 METAMODEL NODES! (took ~0 sec) 18:07:37.757 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:37.851 [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 18:07:37.852 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:37.853 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:37.854 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:37.858 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:37.858 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:37.859 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/child.model... 18:07:37.859 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:37.859 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:37.859 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/child.model... 18:07:37.867 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/child.model 18:07:37.870 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:37.870 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/child.model 18:07:37.878 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:37.878 [pool-166-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...18:07:37.879 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:07:37.880 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:07:37.881 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /root.model... 18:07:37.881 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:37.881 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:37.881 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /root.model... 18:07:37.884 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /root.model 18:07:37.886 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:37.886 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /root.model 18:07:37.894 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:07:37.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /root.model. 0s13ms [pure insertion] marking any relevant derived attributes for update...18:07:37.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:37.894 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:37.895 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /subfolder/subfolder/grandchild.model... 18:07:37.895 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:37.895 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:37.895 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /subfolder/subfolder/grandchild.model... 18:07:37.897 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /subfolder/subfolder/grandchild.model 18:07:37.952 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:07:37.952 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /subfolder/subfolder/grandchild.model 18:07:37.961 [pool-166-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 REFERENCES! (took ~0 sec) 18:07:37.961 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /subfolder/subfolder/grandchild.model. 0s66ms [pure insertion] marking any relevant derived attributes for update...18:07:37.961 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:37.961 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:37.961 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:37.961 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:37.962 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/10 proxy references (0 sec total) 18:07:37.973 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 10 refs 18:07:37.973 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.012s attempting to resolve any uninitialized derived attributes... 18:07:37.973 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:37.973 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:37.973 [pool-166-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:37.974 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s13ms [proxy update] 18:07:37.974 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:37.974 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 3 deleted 0 changed 3 loaded 3 c elems 9 d elems 0 time ~0s validating changes... validating file UPDATED for /subfolder/child.model validating file UPDATED for /root.model validating file UPDATED for /subfolder/subfolder/grandchild.model changed resource size: 9 relevant graph size: 9 validated changes... true 18:07:37.975 [pool-166-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 122 ms 18:07:37.977 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:37.977 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5623498234963731656/test_forwardRefs[LevelDB GreyCat] 18:07:37.981 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:37.981 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5623498234963731656/test_forwardRefs[LevelDB GreyCat] 18:07:37.984 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:37.984 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5623498234963731656/test_forwardRefs[LevelDB GreyCat] 18:07:37.987 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:37.987 [pool-166-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5623498234963731656/test_forwardRefs[LevelDB GreyCat] 18:07:37.992 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:37.992 [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 18:07:37.993 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:37.993 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:37.995 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:38.049 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5623498234963731656/test_forwardRefs[LevelDB GreyCat] 18:07:38.049 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:38.460 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:38.464 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:38.464 [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 18:07:38.464 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:38.464 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:38.468 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:38.468 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:38.468 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:38.469 [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! 18:07:38.469 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:38.469 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:07:38.470 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:07:38.472 [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 18:07:38.558 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:38.558 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:38.570 [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 18:07:38.570 [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 18:07:38.570 [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 18:07:38.571 [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 18:07:38.571 [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 18:07:38.572 [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 18:07:38.572 [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 18:07:38.572 [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 18:07:38.572 [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 18:07:38.572 [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 18:07:38.573 [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 18:07:38.573 [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 18:07:38.573 [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 18:07:38.574 [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 18:07:38.574 [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 18:07:38.574 [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 18:07:38.574 [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 18:07:38.574 [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 18:07:38.574 [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 18:07:38.574 [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 18:07:38.574 [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[] 18:07:38.575 [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 18:07:38.576 [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 18:07:38.576 [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 18:07:38.576 [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 18:07:38.576 [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 18:07:38.577 [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 18:07:38.577 [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 18:07:38.577 [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 18:07:38.577 [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 18:07:38.578 [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 18:07:38.578 [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 18:07:38.578 [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 18:07:38.578 [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 18:07:38.578 [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 18:07:38.578 [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 18:07:38.579 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:07:38.580 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:07:38.585 [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 18:07:38.586 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:07:38.586 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:07:38.589 [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 18:07:38.595 [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 18:07:38.664 [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 18:07:38.667 [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 18:07:38.755 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:07:38.755 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:38.798 [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 18:07:38.799 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:38.799 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:38.890 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:38.895 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:38.895 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:39.151 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:07:39.151 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:39.151 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:39.151 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:07:39.163 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:07:39.773 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 18:07:39.773 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:07:40.553 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:07:40.553 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s402ms [pure insertion] marking any relevant derived attributes for update...18:07:40.554 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:07:40.555 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:07:40.555 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:40.555 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:40.572 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:40.572 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.017s attempting to resolve any uninitialized derived attributes... 18:07:40.572 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:40.572 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:40.572 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:40.572 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 18:07:40.572 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:40.572 [pool-168-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 18:07:41.260 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 461 ms 18:07:41.294 [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 18:07:41.295 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:41.296 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:41.411 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:41.413 [pool-168-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/ 18:07:41.413 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:41.413 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:41.458 [pool-168-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... 18:07:41.458 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:41.458 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:41.458 [pool-168-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... 18:07:41.460 [pool-168-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 18:07:41.461 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:41.461 [pool-168-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 18:07:41.464 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:41.464 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:07:41.464 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:41.464 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:41.471 [pool-168-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... 18:07:41.471 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:41.471 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:41.471 [pool-168-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... 18:07:41.474 [pool-168-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 18:07:41.475 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:41.475 [pool-168-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 18:07:41.478 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:41.478 [pool-168-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. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:07:41.478 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:41.478 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:41.555 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:07:41.555 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:41.555 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:41.555 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:07:41.558 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:07:41.562 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:41.562 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:07:41.562 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:41.562 [pool-168-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...18:07:41.562 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:41.562 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:41.575 [pool-168-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... 18:07:41.575 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:41.651 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:41.651 [pool-168-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... 18:07:41.751 [pool-168-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 18:07:41.879 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:07:41.879 [pool-168-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 18:07:41.973 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:07:41.973 [pool-168-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. 0s398ms [pure insertion] marking any relevant derived attributes for update...18:07:41.973 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:41.973 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:41.981 [pool-168-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... 18:07:41.981 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:41.981 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:41.981 [pool-168-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... 18:07:41.983 [pool-168-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 18:07:41.984 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:41.984 [pool-168-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 18:07:41.987 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:41.987 [pool-168-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. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:07:41.987 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:41.987 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:42.051 [pool-168-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... 18:07:42.051 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:42.051 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:42.051 [pool-168-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... 18:07:42.054 [pool-168-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 18:07:42.055 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:42.055 [pool-168-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 18:07:42.057 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:42.057 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:07:42.057 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:42.057 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:42.063 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:07:42.063 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:42.063 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:42.063 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:07:42.066 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:07:42.069 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:07:42.069 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:07:42.078 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:42.078 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s15ms [pure insertion] marking any relevant derived attributes for update...18:07:42.078 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:42.078 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:42.159 [pool-168-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... 18:07:42.159 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:42.159 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:42.159 [pool-168-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... 18:07:42.161 [pool-168-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 18:07:42.760 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:07:42.761 [pool-168-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 18:07:42.993 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:07:42.993 [pool-168-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. 0s834ms [pure insertion] marking any relevant derived attributes for update...18:07:42.993 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:42.993 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:43.054 [pool-168-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... 18:07:43.054 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:43.054 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:43.054 [pool-168-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... 18:07:43.056 [pool-168-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 18:07:43.060 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:43.060 [pool-168-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 18:07:43.263 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:43.263 [pool-168-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. 0s209ms [pure insertion] marking any relevant derived attributes for update...18:07:43.263 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:43.263 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:43.284 [pool-168-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... 18:07:43.284 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:43.284 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:43.284 [pool-168-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... 18:07:43.351 [pool-168-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 18:07:43.858 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:07:43.858 [pool-168-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 18:07:44.287 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:07:44.287 [pool-168-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. 1s3ms [pure insertion] marking any relevant derived attributes for update...18:07:44.287 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:44.287 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:44.352 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:07:44.352 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:44.354 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:44.354 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:07:44.357 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:07:44.360 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:44.360 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:07:44.360 [pool-168-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:44.360 [pool-168-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...18:07:44.360 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:44.360 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:44.360 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:44.360 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:44.383 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:07:44.983 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:07:44.983 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.623s attempting to resolve any uninitialized derived attributes... 18:07:44.983 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:44.983 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:44.983 [pool-168-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:44.983 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s624ms [proxy update] 18:07:44.984 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:44.984 [pool-168-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 ~3s 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.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:07:45.765 [pool-168-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 4 s 469 ms 18:07:45.766 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16114411236643022611/test_allContents[LevelDB GreyCat] 18:07:45.769 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16114411236643022611/test_allContents[LevelDB GreyCat] 18:07:45.859 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16114411236643022611/test_allContents[LevelDB GreyCat] 18:07:45.860 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16114411236643022611/test_allContents[LevelDB GreyCat] 18:07:45.862 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16114411236643022611/test_allContents[LevelDB GreyCat] 18:07:45.967 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16114411236643022611/test_allContents[LevelDB GreyCat] 18:07:45.969 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit16114411236643022611/test_allContents[LevelDB GreyCat] 18:07:45.970 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:45.970 [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 18:07:45.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:45.972 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:45.976 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:45.977 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit16114411236643022611/test_allContents[LevelDB GreyCat] 18:07:45.977 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:46.185 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:46.187 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:46.187 [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 18:07:46.187 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:46.187 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:46.190 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:46.190 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:46.190 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:46.190 [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! 18:07:46.191 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:46.191 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 18:07:46.191 [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 18:07:46.191 [pool-170-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 18:07:46.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:46.220 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:46.260 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:07:46.261 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:07:46.261 [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 18:07:46.352 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.dom::PrefixExpressionOperatorKind will be handled as its instance type NULL_INSTANCE_TYPE 18:07:46.353 [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 18:07:46.357 [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 18:07:46.367 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:07:46.369 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:07:46.369 [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 18:07:46.381 [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 18:07:46.382 [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 18:07:46.383 [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 18:07:46.383 [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 18:07:46.383 [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 18:07:46.383 [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 18:07:46.383 [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 18:07:46.385 [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 18:07:46.385 [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 18:07:46.385 [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 18:07:46.385 [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 18:07:46.387 [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 18:07:46.387 [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 18:07:46.388 [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 18:07:46.389 [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 18:07:46.389 [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 18:07:46.389 [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 18:07:46.389 [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 18:07:46.389 [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[] 18:07:46.389 [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 18:07:46.389 [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 18:07:46.389 [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 18:07:46.390 [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 18:07:46.390 [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 18:07:46.391 [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 18:07:46.391 [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 18:07:46.391 [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 18:07:46.391 [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 18:07:46.391 [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 18:07:46.391 [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 18:07:46.391 [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 18:07:46.392 [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 18:07:46.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 18:07:46.393 [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 18:07:46.393 [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 18:07:46.393 [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 18:07:46.469 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:07:46.469 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:46.555 [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 18:07:46.557 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:46.558 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:46.571 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:46.574 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:46.574 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:46.669 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:07:46.669 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:46.669 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:46.669 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:07:46.679 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:07:47.366 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 18:07:47.366 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:07:47.882 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:07:47.882 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s213ms [pure insertion] marking any relevant derived attributes for update...18:07:47.882 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:07:47.884 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:07:47.884 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:47.884 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:47.952 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:47.952 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.068s attempting to resolve any uninitialized derived attributes... 18:07:47.952 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:47.952 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:47.952 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:47.952 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s69ms [proxy update] 18:07:47.953 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:47.953 [pool-170-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 18:07:48.589 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 31 ms 18:07:48.681 [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 18:07:48.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:48.682 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:48.700 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:48.750 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 18:07:48.751 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:48.751 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:48.758 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:07:48.758 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:48.758 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:48.758 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:07:48.761 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:07:48.764 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:48.764 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:07:48.764 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:48.764 [pool-170-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...18:07:48.764 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:48.764 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:48.771 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:07:48.771 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:48.771 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:48.771 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:07:48.774 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:07:48.778 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:48.778 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:07:48.858 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:48.858 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s87ms [pure insertion] marking any relevant derived attributes for update...18:07:48.858 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:48.858 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:48.867 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:07:48.867 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:48.867 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:48.867 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:07:48.871 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:07:48.872 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:48.872 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:07:48.875 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:48.875 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:48.875 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:48.875 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:48.883 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:07:48.883 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:48.884 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:48.884 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:07:48.887 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:07:48.888 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:48.888 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:07:48.891 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:48.891 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:48.891 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:48.891 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:48.898 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:07:48.898 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:48.898 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:48.898 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:07:48.950 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:07:48.952 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:48.952 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:07:48.952 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:48.952 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s54ms [pure insertion] marking any relevant derived attributes for update...18:07:48.952 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:48.953 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:48.970 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:07:48.970 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:48.970 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:48.970 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:07:48.976 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:07:49.465 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:07:49.465 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:07:49.657 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:07:49.657 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s687ms [pure insertion] marking any relevant derived attributes for update...18:07:49.657 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:49.657 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:49.664 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:07:49.664 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:49.665 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:49.666 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:07:49.668 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:07:49.669 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:49.669 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:07:49.671 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:49.671 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:07:49.671 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:49.671 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:49.682 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:07:49.682 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:49.682 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:49.682 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:07:49.684 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:07:49.790 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:07:49.791 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:07:49.876 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:07:49.876 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s194ms [pure insertion] marking any relevant derived attributes for update...18:07:49.876 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:49.876 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:49.950 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:07:49.950 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:49.950 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:49.950 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:07:49.953 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:07:50.501 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:07:50.501 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:07:50.977 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:07:50.977 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 1s27ms [pure insertion] marking any relevant derived attributes for update...18:07:50.977 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:50.977 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:50.984 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:07:50.984 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:50.984 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:50.984 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:07:50.986 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:07:50.990 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:07:50.990 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:07:50.998 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:50.998 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:07:50.998 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:50.999 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:51.005 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:07:51.005 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:51.005 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:51.005 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:07:51.050 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:07:51.051 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:51.051 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:07:51.053 [pool-170-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:51.053 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s48ms [pure insertion] marking any relevant derived attributes for update...18:07:51.053 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:51.053 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:51.053 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:51.053 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:51.075 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:07:51.596 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:07:51.596 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.543s attempting to resolve any uninitialized derived attributes... 18:07:51.596 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:51.596 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:51.596 [pool-170-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:51.596 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s543ms [proxy update] 18:07:51.596 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:51.597 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 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/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /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/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/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:07:52.318 [pool-170-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 636 ms 18:07:52.318 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:52.318 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5469045097595064425/test_subtreeTraversalScoping[LevelDB GreyCat] 18:07:52.350 [main] DEBUG org.eclipse.hawk.epsilon.emc.contextful.CEOLQueryEngine - Full Traversal Scoping ENABLED 18:07:52.350 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5469045097595064425/test_subtreeTraversalScoping[LevelDB GreyCat] 18:07:52.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:52.352 [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 18:07:52.353 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:52.353 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:52.357 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:52.358 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5469045097595064425/test_subtreeTraversalScoping[LevelDB GreyCat] 18:07:52.358 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:52.511 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:52.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:52.512 [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 18:07:52.512 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:52.512 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:52.515 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:52.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:52.515 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:52.515 [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! 18:07:52.515 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:52.516 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:07:52.516 [pool-172-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 18:07:52.516 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:07:52.562 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:52.562 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:52.574 [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 18:07:52.574 [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 18:07:52.574 [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 18:07:52.574 [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 18:07:52.574 [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 18:07:52.574 [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 18:07:52.574 [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 18:07:52.596 [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 18:07:52.596 [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 18:07:52.596 [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 18:07:52.597 [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 18:07:52.597 [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 18:07:52.597 [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 18:07:52.597 [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 18:07:52.597 [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 18:07:52.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 18:07:52.598 [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 18:07:52.598 [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 18:07:52.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 18:07:52.598 [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[] 18:07:52.598 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:07:52.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 18:07:52.598 [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 18:07:52.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 18:07:52.599 [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 18:07:52.601 [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 18:07:52.601 [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 18:07:52.601 [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 18:07:52.601 [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 18:07:52.601 [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 18:07:52.601 [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 18:07:52.602 [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 18:07:52.602 [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 18:07:52.603 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:07:52.654 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:07:52.654 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: org.amma.dsl.jdt.core::Modifiers will be handled as its instance type NULL_INSTANCE_TYPE 18:07:52.656 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:07:52.656 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:07:52.662 [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 18:07:52.662 [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 18:07:52.675 [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 18:07:52.683 [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 18:07:52.688 [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 18:07:52.688 [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 18:07:52.688 [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 18:07:52.752 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:07:52.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:52.849 [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 18:07:52.851 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:52.851 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:52.864 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:52.868 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:52.868 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:52.972 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:07:52.972 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:52.972 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:52.972 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:07:52.982 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:07:53.551 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 18:07:53.551 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:07:54.087 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:07:54.087 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 1s115ms [pure insertion] marking any relevant derived attributes for update...18:07:54.087 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:54.088 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:54.088 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:54.088 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:54.161 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:07:54.161 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.073s attempting to resolve any uninitialized derived attributes... 18:07:54.161 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:54.161 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:54.161 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:54.161 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s73ms [proxy update] 18:07:54.161 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:54.161 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~1s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:07:54.493 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 642 ms 18:07:54.559 [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 18:07:54.561 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:54.561 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:54.623 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:54.624 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 18:07:54.624 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:54.624 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:07:54.656 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:07:54.656 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:54.657 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:54.657 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:07:54.659 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:07:54.662 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:07:54.662 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:07:54.683 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:07:54.683 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s27ms [pure insertion] marking any relevant derived attributes for update...18:07:54.683 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:54.683 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:54.690 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:07:54.690 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:54.690 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:54.690 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:07:54.692 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:07:54.693 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:54.693 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:07:54.696 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:54.696 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:07:54.696 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:54.696 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:54.769 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:07:54.769 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:54.771 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:54.771 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:07:54.773 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:07:55.195 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:07:55.195 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:07:55.504 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:07:55.504 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s735ms [pure insertion] marking any relevant derived attributes for update...18:07:55.504 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:55.504 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:55.550 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:07:55.550 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:55.550 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:55.550 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:07:55.553 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:07:55.882 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:07:55.882 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:07:55.991 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:07:55.991 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s441ms [pure insertion] marking any relevant derived attributes for update...18:07:55.991 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:55.991 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:56.001 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:07:56.001 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:56.001 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:56.001 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:07:56.003 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:07:56.396 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:07:56.396 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:07:56.479 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:07:56.479 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s478ms [pure insertion] marking any relevant derived attributes for update...18:07:56.479 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:56.479 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:56.485 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:07:56.485 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:56.485 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:56.485 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:07:56.488 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:07:56.488 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:56.488 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:07:56.491 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:56.491 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:07:56.491 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:56.491 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:56.550 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:07:56.550 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:56.550 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:56.550 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:07:56.554 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:07:56.558 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:56.558 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:07:56.558 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:56.558 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:56.558 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:56.558 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:56.564 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:07:56.564 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:56.565 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:56.565 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:07:56.568 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:07:56.570 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:07:56.570 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:07:56.578 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:56.578 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s14ms [pure insertion] marking any relevant derived attributes for update...18:07:56.578 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:56.578 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:56.584 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:07:56.584 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:56.584 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:56.584 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:07:56.587 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:07:56.587 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:56.587 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:07:56.590 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:56.590 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:07:56.590 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:56.590 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:56.596 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:07:56.596 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:56.596 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:56.596 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:07:56.598 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:07:56.651 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:07:56.651 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:07:56.651 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:56.651 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s55ms [pure insertion] marking any relevant derived attributes for update...18:07:56.651 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:07:56.652 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:07:56.658 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:07:56.658 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:07:56.658 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:07:56.658 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:07:56.661 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:07:56.662 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:07:56.662 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:07:56.666 [pool-172-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:07:56.666 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:07:56.666 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:07:56.666 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:07:56.666 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:07:56.666 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:07:56.691 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:07:57.332 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:07:57.332 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.666s attempting to resolve any uninitialized derived attributes... 18:07:57.333 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:07:57.333 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:07:57.333 [pool-172-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:07:57.333 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s667ms [proxy update] 18:07:57.333 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:07:57.333 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~2s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.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/IPackageFragment_org.eclipse.jdt.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:07:57.866 [pool-172-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 305 ms 18:07:57.867 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5215244092223901917/test_getAllOf[LevelDB GreyCat] 18:07:57.870 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5215244092223901917/test_getAllOf[LevelDB GreyCat] 18:07:57.890 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5215244092223901917/test_getAllOf[LevelDB GreyCat] 18:07:57.892 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5215244092223901917/test_getAllOf[LevelDB GreyCat] 18:07:57.966 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5215244092223901917/test_getAllOf[LevelDB GreyCat] 18:07:57.967 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IType::allof_IType... 18:07:57.967 [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); 18:07:57.969 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IType#allof_IType 18:07:57.981 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:07:59.362 [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) 18:07:59.362 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 1.393s 18:07:59.362 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IType::allof_IType. 18:07:59.365 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:07:59.365 [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 18:07:59.367 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:59.367 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:07:59.370 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:07:59.370 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5215244092223901917/test_getAllOf[LevelDB GreyCat] 18:07:59.371 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:07:59.586 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:07:59.587 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:59.588 [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 18:07:59.588 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:59.588 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:59.591 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:07:59.591 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:07:59.591 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:07:59.591 [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! 18:07:59.591 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:59.592 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 18:07:59.592 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... validated changes... true 18:07:59.592 [pool-174-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 18:07:59.665 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:07:59.665 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:07:59.751 [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 18:07:59.751 [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 18:07:59.751 [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 18:07:59.751 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:07:59.752 [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 18:07:59.756 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:07:59.759 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:07:59.759 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:07:59.760 [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 18:07:59.764 [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 18:07:59.772 [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 18:07:59.777 [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 18:07:59.782 [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 18:07:59.782 [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 18:07:59.784 [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 18:07:59.784 [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 18:07:59.785 [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 18:07:59.786 [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 18:07:59.786 [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 18:07:59.786 [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 18:07:59.786 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:07:59.787 [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 18:07:59.787 [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 18:07:59.787 [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 18:07:59.787 [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 18:07:59.787 [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[] 18:07:59.787 [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 18:07:59.787 [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 18:07:59.788 [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 18:07:59.788 [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 18:07:59.788 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:07:59.788 [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 18:07:59.788 [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 18:07:59.788 [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 18:07:59.788 [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 18:07:59.789 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigInteger will be handled as its instance type java.math.BigInteger 18:07:59.789 [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 18:07:59.789 [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 18:07:59.789 [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 18:07:59.789 [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 18:07:59.790 [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 18:07:59.790 [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 18:07:59.790 [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 18:07:59.790 [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 18:07:59.790 [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 18:07:59.858 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:07:59.858 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:07:59.898 [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 18:07:59.949 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:07:59.950 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:07:59.964 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:07:59.969 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:07:59.969 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:00.060 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:08:00.060 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:00.060 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:00.060 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:08:00.070 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:08:00.513 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5353 NODES AND 23840 M->MM REFERENCES! (took ~0sec) 18:08:00.513 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:08:00.858 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 5388 REFERENCES! (took ~0 sec) 18:08:00.858 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s799ms [pure insertion] marking any relevant derived attributes for update...18:08:00.858 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:08:00.860 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:08:00.860 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:00.860 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:00.877 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:08:00.877 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.017s attempting to resolve any uninitialized derived attributes... 18:08:00.877 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:00.877 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:00.877 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:00.877 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s17ms [proxy update] 18:08:00.877 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:00.877 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 5353 d elems 0 time ~0s validating changes... validating file UPDATED for /set0.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:08:01.199 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 1 s 249 ms 18:08:01.267 [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 18:08:01.269 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:01.269 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:01.286 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:01.287 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 18:08:01.287 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:01.287 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:01.294 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:08:01.294 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:01.294 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:01.294 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:08:01.297 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:08:01.299 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:08:01.299 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:08:01.299 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:01.299 [pool-174-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...18:08:01.299 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:01.299 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:01.309 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:08:01.309 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:01.309 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:01.309 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:08:01.351 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:08:01.454 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:08:01.454 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:08:01.477 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:08:01.477 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s168ms [pure insertion] marking any relevant derived attributes for update...18:08:01.477 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:01.477 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:01.578 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:08:01.578 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:01.578 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:01.578 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:08:01.581 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:08:01.779 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:08:01.779 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:08:01.950 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:08:01.950 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s372ms [pure insertion] marking any relevant derived attributes for update...18:08:01.950 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:08:01.951 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:08:01.966 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:08:01.966 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:01.968 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:01.968 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:08:01.971 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:08:02.397 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:08:02.397 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:08:02.736 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:08:02.736 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s770ms [pure insertion] marking any relevant derived attributes for update...18:08:02.736 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:02.736 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:02.754 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:08:02.754 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:02.754 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:02.754 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:08:02.758 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:08:02.762 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:08:02.762 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:08:02.772 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:02.772 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s18ms [pure insertion] marking any relevant derived attributes for update...18:08:02.772 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:02.772 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:02.781 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:08:02.781 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:02.781 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:02.781 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:08:02.784 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:08:02.785 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:02.785 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:08:02.789 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:02.789 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s8ms [pure insertion] marking any relevant derived attributes for update...18:08:02.789 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:02.789 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:02.797 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:08:02.797 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:02.798 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:02.798 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:08:02.851 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:08:02.855 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:08:02.855 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:08:02.855 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:02.855 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s58ms [pure insertion] marking any relevant derived attributes for update...18:08:02.855 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:08:02.856 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:08:02.865 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:08:02.865 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:02.867 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:02.867 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:08:02.871 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:08:02.872 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:02.872 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:08:02.875 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:02.875 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s10ms [pure insertion] marking any relevant derived attributes for update...18:08:02.875 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:02.875 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:02.884 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:08:02.884 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:02.884 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:02.884 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:08:02.888 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:08:02.892 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:08:02.892 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:08:02.970 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:08:02.970 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s86ms [pure insertion] marking any relevant derived attributes for update...18:08:02.970 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:02.970 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:02.976 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:08:02.976 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:02.976 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:02.976 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:08:02.979 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:08:02.980 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:02.980 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:08:02.982 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:02.982 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:08:02.982 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:02.982 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:02.988 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:08:02.988 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:02.988 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:02.988 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:08:02.990 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:08:03.080 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:03.080 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:08:03.083 [pool-174-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:03.083 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s95ms [pure insertion] marking any relevant derived attributes for update...18:08:03.083 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:03.083 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:03.083 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:03.083 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:03.116 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:08:03.674 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:08:03.674 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.591s attempting to resolve any uninitialized derived attributes... 18:08:03.674 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:03.674 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:03.675 [pool-174-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:03.675 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s592ms [proxy update] 18:08:03.675 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:03.675 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~2s validating changes... validating file UPDATED for /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.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:08:04.894 [pool-174-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 3 s 625 ms 18:08:04.895 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit829068544768804398/test_getFiles[LevelDB GreyCat] 18:08:04.951 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit829068544768804398/test_getFiles[LevelDB GreyCat] 18:08:04.953 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:04.953 [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 18:08:04.954 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:04.954 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:04.960 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:04.961 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit829068544768804398/test_getFiles[LevelDB GreyCat] 18:08:04.961 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:05.122 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:05.123 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:05.123 [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 18:08:05.123 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:05.123 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:05.127 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:08:05.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:05.127 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:05.128 [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! 18:08:05.128 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:05.128 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... 18:08:05.128 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 18:08:05.129 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/JDTAST.ecore to store 18:08:05.157 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:05.157 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:05.171 [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 18:08:05.171 [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[] 18:08:05.171 [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 18:08:05.171 [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 18:08:05.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EEList will be handled as its instance type org.eclipse.emf.common.util.EList 18:08:05.171 [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 18:08:05.171 [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 18:08:05.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:08:05.171 [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 18:08:05.171 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDouble will be handled as its instance type java.lang.Double 18:08:05.171 [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 18:08:05.172 [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 18:08:05.172 [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 18:08:05.172 [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 18:08:05.173 [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 18:08:05.173 [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 18:08:05.174 [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 18:08:05.174 [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 18:08:05.174 [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 18:08:05.174 [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 18:08:05.175 [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 18:08:05.175 [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 18:08:05.175 [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 18:08:05.176 [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 18:08:05.176 [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 18:08:05.176 [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 18:08:05.176 [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 18:08:05.176 [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 18:08:05.176 [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 18:08:05.177 [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 18:08:05.177 [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 18:08:05.178 [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 18:08:05.178 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:08:05.180 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.primitiveTypes 18:08:05.201 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.dom to org.amma.dsl.jdt.core 18:08:05.251 [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 18:08:05.261 [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 18:08:05.270 [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 18:08:05.271 [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 18:08:05.273 [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 18:08:05.273 [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 18:08:05.273 [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 18:08:05.273 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.primitiveTypes 18:08:05.274 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from org.amma.dsl.jdt.core to org.amma.dsl.jdt.dom 18:08:05.288 [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 18:08:05.360 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 136 METAMODEL NODES! (took ~0 sec) 18:08:05.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:05.466 [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 18:08:05.468 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:05.468 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:05.486 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:05.492 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Imported 10/11 files from file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/set0-reduced-fragmented/ 18:08:05.492 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:05.492 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:05.597 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:08:05.597 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:05.597 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:05.597 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi... 18:08:05.653 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:08:05.654 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:05.654 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi 18:08:05.657 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:05.657 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi. 0s60ms [pure insertion] marking any relevant derived attributes for update...18:08:05.657 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:08:05.659 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:08:05.667 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:08:05.667 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:05.667 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:05.667 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi... 18:08:05.670 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:08:05.671 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:05.671 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi 18:08:05.674 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:05.674 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi. 0s7ms [pure insertion] marking any relevant derived attributes for update...18:08:05.674 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:05.674 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:05.755 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:08:05.755 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:05.755 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:05.755 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi... 18:08:05.759 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:08:05.876 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 583 NODES AND 2523 M->MM REFERENCES! (took ~0sec) 18:08:05.876 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi 18:08:05.889 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 609 REFERENCES! (took ~0 sec) 18:08:05.889 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi. 0s134ms [pure insertion] marking any relevant derived attributes for update...18:08:05.889 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:05.889 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:05.953 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:08:05.953 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:05.953 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:05.953 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi... 18:08:05.956 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:08:05.956 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:05.956 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi 18:08:05.959 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:05.959 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi. 0s6ms [pure insertion] marking any relevant derived attributes for update...18:08:05.959 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:05.959 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:05.974 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:08:05.974 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:05.975 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:05.975 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi... 18:08:05.978 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:08:06.255 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2743 NODES AND 12239 M->MM REFERENCES! (took ~0sec) 18:08:06.255 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi 18:08:06.326 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2742 REFERENCES! (took ~0 sec) 18:08:06.326 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi. 0s352ms [pure insertion] marking any relevant derived attributes for update...18:08:06.326 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:06.326 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:06.357 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:08:06.357 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:06.357 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:06.357 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi... 18:08:06.359 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:08:06.363 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 9 M->MM REFERENCES! (took ~0sec) 18:08:06.363 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi 18:08:06.388 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 REFERENCES! (took ~0 sec) 18:08:06.388 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IJavaProject_org.eclipse.jdt.apt.pluggable.core.xmi. 0s31ms [pure insertion] marking any relevant derived attributes for update...18:08:06.388 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:06.388 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:06.453 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:08:06.453 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:06.453 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:06.453 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi... 18:08:06.456 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:08:06.797 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2018 NODES AND 9040 M->MM REFERENCES! (took ~0sec) 18:08:06.797 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi 18:08:06.871 [pool-116-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14845806938480671489/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit14845806938480671489/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) 18:08:07.103 [pool-117-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14330849634348972878/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit14330849634348972878/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) 18:08:07.216 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2017 REFERENCES! (took ~0 sec) 18:08:07.216 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.dispatch.xmi. 0s763ms [pure insertion] marking any relevant derived attributes for update...18:08:07.217 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:07.217 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:07.251 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /set0.xmi... 18:08:07.251 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:07.251 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:07.251 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /set0.xmi... 18:08:07.255 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /set0.xmi 18:08:07.260 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 3 M->MM REFERENCES! (took ~0sec) 18:08:07.260 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /set0.xmi 18:08:07.267 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:07.267 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /set0.xmi. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:08:07.267 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:07.267 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:07.273 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:08:07.273 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:07.273 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:07.273 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi... 18:08:07.276 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:08:07.276 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:07.276 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi 18:08:07.278 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:07.278 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi. 0s5ms [pure insertion] marking any relevant derived attributes for update...18:08:07.278 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:07.278 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:07.284 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:08:07.284 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:07.284 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:07.284 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi... 18:08:07.286 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:08:07.289 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:08:07.289 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi 18:08:07.289 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:07.289 [pool-176-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...18:08:07.289 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:07.289 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:07.294 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:08:07.294 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:07.294 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:07.294 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi... 18:08:07.349 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:08:07.352 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 5 M->MM REFERENCES! (took ~0sec) 18:08:07.352 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi 18:08:07.352 [pool-176-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:07.352 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi. 0s58ms [pure insertion] marking any relevant derived attributes for update...18:08:07.352 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:08:07.353 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:08:07.353 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:07.353 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:07.371 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/19 proxy references (0 sec total) 18:08:07.453 [pool-118-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit1499041392707747657/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit1499041392707747657/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) 18:08:07.666 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 19 refs 18:08:07.666 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.313s attempting to resolve any uninitialized derived attributes... 18:08:07.666 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:07.666 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:07.666 [pool-176-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:07.666 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s313ms [proxy update] 18:08:07.666 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:07.667 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 11 deleted 0 changed 11 loaded 11 c elems 5353 d elems 0 time ~2s validating changes... validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt/IPackageFragment_org.eclipse.jdt.internal.apt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt/IPackageFragment_org.eclipse.jdt.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer/IPackageFragment_org.eclipse.jdt.internal.apt.pluggable.core.filer.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/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 validating file UPDATED for /set0.xmi validating file UPDATED for /IJavaProject_org.eclipse.jdt.apt.pluggable.core/IPackageFragment_org.eclipse.jdt.internal/IPackageFragment_org.eclipse.jdt.internal.xmi validating file UPDATED for /BinaryPackageFragmentRoot_rt.jar/BinaryPackageFragmentRoot_rt.jar.xmi validating file UPDATED for /BinaryPackageFragmentRoot_resources.jar/BinaryPackageFragmentRoot_resources.jar.xmi changed resource size: 5353 relevant graph size: 5353 validated changes... true 18:08:08.170 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 2 s 702 ms 18:08:08.171 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11480002124140218048/test_getAllOfCountsSubtypes[LevelDB GreyCat] 18:08:08.173 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot... 18:08:08.173 [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); 18:08:08.175 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot#allof_BinaryPackageFragmentRoot 18:08:08.180 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:08:08.252 [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) 18:08:08.252 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.077s 18:08:08.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::BinaryPackageFragmentRoot::allof_BinaryPackageFragmentRoot. 18:08:08.253 [main] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11480002124140218048/test_getAllOfCountsSubtypes[LevelDB GreyCat] 18:08:08.254 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot... 18:08:08.254 [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); 18:08:08.256 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Creating / updating derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot#allof_IPackageFragmentRoot 18:08:08.261 [main] DEBUG org.eclipse.hawk.epsilon.emc.DeriveFeature - adding new module to cache, key: return self.closure(e|e.eContainers); 18:08:08.288 [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) 18:08:08.288 [main] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Finished adding derived feature in 0.032s 18:08:08.288 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added derived attribute org.amma.dsl.jdt.core::IPackageFragmentRoot::allof_IPackageFragmentRoot. 18:08:08.294 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:08.297 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:08:08.297 [pool-176-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 18:08:08.298 [pool-176-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit11480002124140218048/test_getAllOfCountsSubtypes[LevelDB GreyCat] 18:08:08.299 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:08.299 [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 18:08:08.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:08.350 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:08.355 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:08.356 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11480002124140218048/test_getAllOfCountsSubtypes[LevelDB GreyCat] 18:08:08.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:08.572 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:08.574 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:08.574 [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 18:08:08.574 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:08.574 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:08.576 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:08:08.576 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:08.576 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:08.577 [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! 18:08:08.577 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:08.577 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:08:08.578 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms 18:08:08.578 [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 18:08:08.581 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:08.581 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:08.584 [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 18:08:08.584 [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 18:08:08.584 [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 18:08:08.584 [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 18:08:08.584 [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 18:08:08.584 [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 18:08:08.584 [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 18:08:08.584 [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 18:08:08.585 [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 18:08:08.586 [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 18:08:08.586 [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 18:08:08.586 [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 18:08:08.587 [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 18:08:08.587 [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 18:08:08.587 [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 18:08:08.587 [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 18:08:08.587 [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 18:08:08.587 [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 18:08:08.587 [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 18:08:08.587 [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 18:08:08.587 [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 18:08:08.588 [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 18:08:08.588 [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 18:08:08.588 [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 18:08:08.588 [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[] 18:08:08.588 [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 18:08:08.588 [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 18:08:08.589 [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 18:08:08.589 [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 18:08:08.589 [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 18:08:08.589 [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 18:08:08.657 [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 18:08:08.657 [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 18:08:08.661 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:08:08.661 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:08.661 [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 18:08:08.664 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:08.664 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.668 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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[] 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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[] 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.669 [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 18:08:08.672 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:08:08.672 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:08.672 [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 18:08:08.673 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:08.673 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:08.676 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:08:08.677 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:08:08.677 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:08.772 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9031624000087989805/:org.eclipse.hawk.localfolder.LocalFolder:false 18:08:08.773 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:08.774 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:08.775 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:08.778 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:08.779 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:08.779 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:08:08.779 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:08.779 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:08.779 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:08:08.790 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:08:08.795 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:08.795 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:08:08.795 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:08:08.795 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s16ms [pure insertion] marking any relevant derived attributes for update...18:08:08.795 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s56ms 18:08:08.851 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s56ms 18:08:08.851 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:08.851 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:08.851 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:08:08.851 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:08:08.851 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:08.851 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:08.851 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:08.851 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:08:08.851 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:08.852 [pool-178-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 18:08:08.852 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 78 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/add-child.model over /tmp/junit9031624000087989805/tree.model 18:08:08.853 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:08.853 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:08.854 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:08.854 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:08.855 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:08:08.855 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:08.855 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:08:08.855 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:1 u:1 d:0 ratio: 1.0 18:08:08.855 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:08:08.855 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 18:08:08.855 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 18:08:08.858 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.003s 18:08:08.860 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:08:08.863 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 6 M->MM REFERENCES! (took ~0sec) 18:08:08.863 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:08:08.863 [pool-178-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 4 REFERENCES! (took ~0 sec) 18:08:08.863 [pool-178-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...18:08:08.863 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:08.863 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:08.863 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:08.863 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:08.863 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:08:08.863 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:08:08.863 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:08.863 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:08.863 [pool-178-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:08.863 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:08:08.863 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:08.863 [pool-178-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 18:08:08.864 [pool-178-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 11 ms 18:08:08.864 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:08.864 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit9031624000087989805/:org.eclipse.hawk.localfolder.LocalFolder:false 18:08:08.865 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:08.865 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:08.867 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:08.867 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7846768702304318224/test_addChild[LevelDB GreyCat] 18:08:08.867 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:09.075 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:09.076 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:09.076 [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 18:08:09.076 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:09.076 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:09.079 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:08:09.079 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:09.079 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:09.079 [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! 18:08:09.079 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... 18:08:09.079 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... updating indexer: 18:08:09.079 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:08:09.080 [pool-180-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 18:08:09.082 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:09.082 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:09.085 [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 18:08:09.086 [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 18:08:09.086 [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 18:08:09.086 [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 18:08:09.086 [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 18:08:09.087 [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 18:08:09.087 [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 18:08:09.087 [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 18:08:09.087 [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 18:08:09.087 [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 18:08:09.087 [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 18:08:09.088 [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 18:08:09.088 [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 18:08:09.088 [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 18:08:09.088 [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 18:08:09.089 [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 18:08:09.089 [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 18:08:09.089 [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 18:08:09.089 [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 18:08:09.090 [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[] 18:08:09.090 [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 18:08:09.090 [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 18:08:09.090 [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 18:08:09.090 [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 18:08:09.090 [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 18:08:09.090 [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 18:08:09.090 [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 18:08:09.090 [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 18:08:09.090 [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 18:08:09.090 [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 18:08:09.090 [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 18:08:09.090 [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 18:08:09.090 [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 18:08:09.093 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:08:09.093 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:09.093 [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 18:08:09.095 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:09.095 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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[] 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.098 [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 18:08:09.099 [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[] 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.099 [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 18:08:09.102 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:08:09.102 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:09.102 [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 18:08:09.102 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:09.102 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:09.105 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:08:09.106 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:08:09.106 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:09.174 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5352240030039848369/:org.eclipse.hawk.localfolder.LocalFolder:false 18:08:09.175 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:09.176 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:09.176 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:09.176 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:09.176 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:09.177 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:09.177 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:09.179 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:08:09.179 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:08:09.179 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:09.179 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:09.181 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:09.181 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:08:09.182 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:09.182 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:08:09.182 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms 18:08:09.183 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:09.183 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:09.185 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:09.185 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:09.186 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:08:09.186 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:09.186 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:09.186 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:08:09.252 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:08:09.255 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:09.255 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:08:09.255 [pool-180-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:08:09.255 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /tree.model. 0s69ms [pure insertion] marking any relevant derived attributes for update...18:08:09.255 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:09.255 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:09.255 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:09.255 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:09.256 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:08:09.256 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:08:09.256 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:09.256 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:09.256 [pool-180-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:09.256 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:08:09.256 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:09.256 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:08:09.256 [pool-180-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 73 ms 18:08:09.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:09.257 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5352240030039848369/:org.eclipse.hawk.localfolder.LocalFolder:false 18:08:09.258 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:09.258 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:09.259 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:09.259 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1904855434609877666/test_addModel[LevelDB GreyCat] 18:08:09.259 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:09.472 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:09.474 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:09.474 [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 18:08:09.474 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:09.474 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:09.476 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:08:09.476 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:09.476 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:09.477 [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! 18:08:09.477 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:09.477 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:08:09.477 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... 18:08:09.478 [pool-182-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 18:08:09.480 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:09.480 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:09.484 [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 18:08:09.484 [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 18:08:09.485 [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 18:08:09.485 [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 18:08:09.485 [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 18:08:09.485 [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 18:08:09.485 [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 18:08:09.485 [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 18:08:09.485 [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 18:08:09.485 [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 18:08:09.485 [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 18:08:09.485 [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 18:08:09.485 [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 18:08:09.485 [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 18:08:09.485 [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 18:08:09.486 [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 18:08:09.486 [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 18:08:09.486 [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 18:08:09.486 [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 18:08:09.486 [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 18:08:09.486 [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 18:08:09.488 [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 18:08:09.488 [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 18:08:09.488 [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 18:08:09.488 [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 18:08:09.488 [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 18:08:09.488 [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 18:08:09.488 [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 18:08:09.488 [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 18:08:09.488 [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 18:08:09.488 [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[] 18:08:09.488 [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 18:08:09.488 [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 18:08:09.491 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:08:09.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:09.491 [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 18:08:09.493 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:09.493 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.496 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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[] 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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[] 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.497 [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 18:08:09.500 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:08:09.500 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:09.500 [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 18:08:09.500 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:09.500 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:09.503 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:08:09.504 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:08:09.504 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:09.573 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4919690948287350437/:org.eclipse.hawk.localfolder.LocalFolder:false 18:08:09.574 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:09.574 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:09.576 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:09.579 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:09.579 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:09.580 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:08:09.580 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:09.580 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:09.580 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:08:09.588 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:08:09.592 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:09.592 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:08:09.592 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:08:09.592 [pool-182-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...18:08:09.592 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:08:09.593 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:08:09.593 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:09.593 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:09.594 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:08:09.594 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:08:09.594 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:09.594 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:09.594 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:09.594 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:08:09.594 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:09.594 [pool-182-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 18:08:09.594 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 20 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-root.model over /tmp/junit4919690948287350437/tree.model 18:08:09.595 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:09.596 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:09.596 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:09.596 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:09.597 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:08:09.597 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:09.597 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:08:09.597 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:08:09.597 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:08:09.597 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 18:08:09.597 [pool-182-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:08:09.600 [pool-182-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...18:08:09.600 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:09.600 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:09.600 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:09.600 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:09.601 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:08:09.601 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:08:09.601 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:09.601 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:09.601 [pool-182-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:09.601 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:08:09.601 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:09.601 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:08:09.601 [pool-182-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 6 ms 18:08:09.603 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:09.603 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit4919690948287350437/:org.eclipse.hawk.localfolder.LocalFolder:false 18:08:09.604 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:09.604 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:09.605 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:09.605 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit14664436424619404814/test_renameRoot[LevelDB GreyCat] 18:08:09.605 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:09.807 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:09.850 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:09.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 18:08:09.850 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:09.850 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:09.853 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:08:09.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:09.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:09.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! 18:08:09.853 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:09.854 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... 18:08:09.854 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 18:08:09.854 [pool-184-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 18:08:09.856 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:09.856 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:09.860 [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 18:08:09.861 [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 18:08:09.861 [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 18:08:09.861 [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 18:08:09.861 [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 18:08:09.861 [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 18:08:09.861 [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 18:08:09.861 [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 18:08:09.861 [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 18:08:09.861 [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 18:08:09.862 [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 18:08:09.862 [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 18:08:09.862 [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 18:08:09.862 [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 18:08:09.862 [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[] 18:08:09.862 [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 18:08:09.862 [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 18:08:09.862 [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 18:08:09.862 [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 18:08:09.862 [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 18:08:09.863 [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 18:08:09.863 [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 18:08:09.863 [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 18:08:09.863 [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 18:08:09.863 [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 18:08:09.863 [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 18:08:09.863 [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 18:08:09.863 [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 18:08:09.863 [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 18:08:09.863 [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 18:08:09.864 [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 18:08:09.864 [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 18:08:09.864 [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 18:08:09.867 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:08:09.867 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:09.867 [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 18:08:09.869 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:09.869 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.872 [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 18:08:09.873 [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 18:08:09.873 [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 18:08:09.873 [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[] 18:08:09.873 [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 18:08:09.873 [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 18:08:09.873 [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 18:08:09.873 [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 18:08:09.873 [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 18:08:09.873 [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[] 18:08:09.873 [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 18:08:09.873 [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 18:08:09.873 [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 18:08:09.873 [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 18:08:09.873 [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 18:08:09.873 [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 18:08:09.873 [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 18:08:09.873 [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 18:08:09.875 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:08:09.876 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:09.876 [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 18:08:09.876 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:09.876 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:09.879 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:08:09.880 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:08:09.880 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:09.966 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2186411044177579345/:org.eclipse.hawk.localfolder.LocalFolder:false 18:08:09.967 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:09.967 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:09.968 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:09.972 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:09.972 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:09.972 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:08:09.972 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:09.972 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:09.972 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:08:09.981 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:08:09.984 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:09.984 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:08:09.984 [pool-184-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:08:09.984 [pool-184-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...18:08:09.984 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:08:09.986 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:08:09.986 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:09.986 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:09.987 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:08:09.987 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:08:09.987 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:09.987 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:09.987 [pool-184-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:09.987 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:08:09.987 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:09.987 [pool-184-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 18:08:09.987 [pool-184-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 20 ms property: eContainer not found in metamodel for type: Tree 18:08:09.989 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:09.989 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit2186411044177579345/:org.eclipse.hawk.localfolder.LocalFolder:false 18:08:09.990 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:09.990 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:09.991 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:09.993 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit7309857081706068540/test_eContainer[LevelDB GreyCat] 18:08:09.993 [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 18:08:10.275 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:10.276 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:10.276 [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 18:08:10.276 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:10.276 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:10.279 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:08:10.279 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:10.279 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:10.279 [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! 18:08:10.279 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:10.280 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... changed resource size: 0 relevant graph size: 0 validated changes... true 18:08:10.280 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:08:10.280 [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 18:08:10.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:10.351 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:10.355 [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 18:08:10.356 [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 18:08:10.356 [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 18:08:10.356 [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 18:08:10.356 [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 18:08:10.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 18:08:10.356 [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 18:08:10.357 [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 18:08:10.357 [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 18:08:10.357 [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 18:08:10.357 [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 18:08:10.357 [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 18:08:10.357 [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 18:08:10.357 [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 18:08:10.357 [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 18:08:10.357 [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 18:08:10.357 [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 18:08:10.357 [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 18:08:10.358 [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[] 18:08:10.358 [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 18:08:10.358 [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 18:08:10.358 [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 18:08:10.358 [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 18:08:10.359 [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 18:08:10.359 [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 18:08:10.359 [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 18:08:10.360 [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 18:08:10.360 [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 18:08:10.360 [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 18:08:10.360 [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 18:08:10.360 [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 18:08:10.360 [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 18:08:10.360 [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 18:08:10.363 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:08:10.363 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:10.363 [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 18:08:10.365 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:10.365 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:10.368 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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[] 18:08:10.369 [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 18:08:10.369 [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 18:08:10.369 [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 18:08:10.370 [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 18:08:10.370 [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 18:08:10.370 [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 18:08:10.370 [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 18:08:10.370 [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 18:08:10.370 [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 18:08:10.370 [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 18:08:10.370 [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 18:08:10.370 [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[] 18:08:10.370 [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 18:08:10.370 [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 18:08:10.370 [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 18:08:10.370 [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 18:08:10.370 [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 18:08:10.372 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:08:10.372 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:10.372 [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 18:08:10.373 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:10.373 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:10.376 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:08:10.377 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:08:10.377 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:10.653 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5796023921179390664/:org.eclipse.hawk.localfolder.LocalFolder:false 18:08:10.654 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:10.655 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:10.656 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:10.663 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:10.663 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:10.664 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:08:10.664 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:10.664 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:10.664 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:08:10.673 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:08:10.678 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:10.678 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:08:10.678 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:08:10.678 [pool-186-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...18:08:10.678 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:08:10.680 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:08:10.680 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:10.680 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:10.680 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:08:10.680 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:08:10.680 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:10.680 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:10.680 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:10.680 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:08:10.680 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:10.680 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:08:10.681 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 26 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/remove-child.model over /tmp/junit5796023921179390664/tree.model 18:08:10.681 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:10.750 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:10.750 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:10.750 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:10.752 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:08:10.752 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:10.753 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:08:10.753 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:1 ratio: 1.0 18:08:10.753 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:08:10.753 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /tree.model... 18:08:10.753 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /tree.model 18:08:10.755 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.002s 18:08:10.758 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:08:10.761 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 1 NODES AND 2 M->MM REFERENCES! (took ~0sec) 18:08:10.761 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:08:10.761 [pool-186-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 0 REFERENCES! (took ~0 sec) 18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /tree.model. 0s9ms [pure insertion] marking any relevant derived attributes for update...18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s0ms [proxy update] 18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:10.761 [pool-186-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 18:08:10.761 [pool-186-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 80 ms 18:08:10.762 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:10.762 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit5796023921179390664/:org.eclipse.hawk.localfolder.LocalFolder:false 18:08:10.763 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:10.763 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:10.765 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:10.765 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit246310225196237683/test_removeChild[LevelDB GreyCat] 18:08:10.765 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:10.992 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:10.993 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:10.993 [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 18:08:10.993 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:10.993 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:10.995 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 0 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:08:10.996 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:10.996 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:10.996 [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! 18:08:10.996 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:10.996 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 0 deleted 0 changed 0 loaded 0 c elems 0 d elems 0 time ~0s validating changes... 18:08:10.997 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Adding metamodel(s)... changed resource size: 0 relevant graph size: 0 validated changes... true 18:08:10.997 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 1 ms Adding metamodels in: ../../core/tests/org.eclipse.hawk.integration.tests/resources/metamodels/Ecore.ecore to store 18:08:11.051 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:11.051 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:11.054 [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 18:08:11.054 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:08:11.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFloat will be handled as its instance type java.lang.Float 18:08:11.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBoolean will be handled as its instance type java.lang.Boolean 18:08:11.055 [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 18:08:11.055 [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 18:08:11.055 [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 18:08:11.055 [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 18:08:11.055 [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 18:08:11.055 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBigDecimal will be handled as its instance type java.math.BigDecimal 18:08:11.055 [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 18:08:11.056 [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 18:08:11.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EIntegerObject will be handled as its instance type java.lang.Integer 18:08:11.056 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:08:11.056 [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 18:08:11.056 [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 18:08:11.056 [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 18:08:11.056 [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 18:08:11.056 [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 18:08:11.057 [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 18:08:11.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:08:11.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMap will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap 18:08:11.057 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:08:11.058 [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 18:08:11.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:08:11.058 [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 18:08:11.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:08:11.058 [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 18:08:11.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:08:11.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EFeatureMapEntry will be handled as its instance type org.eclipse.emf.ecore.util.FeatureMap$Entry 18:08:11.058 [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 18:08:11.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:08:11.058 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:08:11.061 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 20 METAMODEL NODES! (took ~0 sec) 18:08:11.061 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:11.061 [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 18:08:11.063 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:11.063 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::GYearMonth will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::QName will be handled as its instance type javax.xml.namespace.QName 18:08:11.066 [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 18:08:11.066 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http://www.eclipse.org/emf/2003/XMLType to http://www.eclipse.org/emf/2002/Ecore 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NOTATION will be handled as its instance type javax.xml.namespace.QName 18:08:11.066 [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 18:08:11.066 [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 18:08:11.066 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Date will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:08:11.066 [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 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::NormalizedString will be handled as its instance type java.lang.String 18:08:11.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::ENTITY will be handled as its instance type java.lang.String 18:08:11.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Duration will be handled as its instance type javax.xml.datatype.Duration 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [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[] 18:08:11.067 [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 18:08:11.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DateTime will be handled as its instance type javax.xml.datatype.XMLGregorianCalendar 18:08:11.067 [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 18:08:11.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::DoubleObject will be handled as its instance type java.lang.Double 18:08:11.067 [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 18:08:11.067 [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[] 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Decimal will be handled as its instance type java.math.BigDecimal 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [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 18:08:11.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Short will be handled as its instance type short 18:08:11.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::Token will be handled as its instance type java.lang.String 18:08:11.067 [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 18:08:11.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::IDREFS will be handled as its instance type java.util.List 18:08:11.067 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2003/XMLType::LongObject will be handled as its instance type java.lang.Long 18:08:11.069 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 4 METAMODEL NODES! (took ~0 sec) 18:08:11.069 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:11.069 [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 18:08:11.070 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:11.070 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:11.073 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from Tree to http://www.eclipse.org/emf/2002/Ecore 18:08:11.074 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 1 METAMODEL NODES! (took ~0 sec) 18:08:11.074 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:11.163 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16221538852201170060/:org.eclipse.hawk.localfolder.LocalFolder:false 18:08:11.164 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:11.164 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:11.165 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:11.168 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:11.168 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:11.169 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:08:11.169 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:11.169 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:11.169 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /tree.model... 18:08:11.177 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /tree.model 18:08:11.182 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 NODES AND 4 M->MM REFERENCES! (took ~0sec) 18:08:11.182 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /tree.model 18:08:11.182 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 2 REFERENCES! (took ~0 sec) 18:08:11.182 [pool-188-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...18:08:11.182 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:08:11.184 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:08:11.184 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:11.184 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:11.185 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:08:11.185 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:08:11.185 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:11.185 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:11.185 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:11.185 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:08:11.185 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:11.185 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 2 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:08:11.185 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 21 ms Copied ../../core/tests/org.eclipse.hawk.integration.tests/resources/models/changed-trees/rename-child.model over /tmp/junit16221538852201170060/tree.model 18:08:11.186 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:11.187 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:11.187 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:11.187 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /tree.model... 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 2 (2) nodes in store 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:0 u:1 d:0 ratio: 0.5 18:08:11.188 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing transactional update (ratio:0.5) on file: /tree.model... 18:08:11.188 [pool-188-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - transactional update called 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed transactional update on file: /tree.model. 0s0ms [pure insertion] marking any relevant derived attributes for update...18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 proxy ref lists left after resolving 0 refs 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:11.188 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:08:11.189 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:11.189 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. sync metrics: interesting 1 deleted 0 changed 1 loaded 1 c elems 1 d elems 0 time ~0s validating changes... validating file UPDATED for /tree.model changed resource size: 2 relevant graph size: 2 validated changes... true 18:08:11.189 [pool-188-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 3 ms 18:08:11.190 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:11.191 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit16221538852201170060/:org.eclipse.hawk.localfolder.LocalFolder:false 18:08:11.192 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:11.192 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:11.193 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:11.194 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1951585099008164726/test_renameChild[LevelDB GreyCat] 18:08:11.194 [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 18:08:12.058 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:12.059 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:12.059 [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 18:08:12.561 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:12.561 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:12.766 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:12.767 [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 18:08:12.767 [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 18:08:12.769 [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 18:08:12.772 [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 18:08:12.772 [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 18:08:12.776 [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 18:08:12.776 [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 18:08:12.778 [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 18:08:12.780 [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 18:08:12.780 [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 18:08:12.782 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:12.782 [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 18:08:12.783 [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 18:08:12.783 [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 18:08:12.783 [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 18:08:12.788 [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 18:08:12.788 [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 18:08:12.790 [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 18:08:12.790 [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 18:08:12.790 [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 18:08:12.790 [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 18:08:12.790 [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 18:08:12.790 [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 18:08:12.790 [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 18:08:12.790 [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 18:08:12.790 [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 18:08:12.790 [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 18:08:12.790 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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[] 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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 18:08:12.791 [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[] 18:08:12.791 [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 18:08:12.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 18:08:12.792 [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 18:08:12.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 18:08:12.792 [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 18:08:12.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 18:08:12.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 18:08:12.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 18:08:12.792 [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 18:08:12.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 18:08:12.792 [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 18:08:12.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 18:08:12.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 18:08:12.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 18:08:12.792 [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 18:08:12.792 [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 18:08:12.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 18:08:12.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 18:08:12.849 [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 18:08:12.850 [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 18:08:12.851 [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 18:08:12.853 [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 18:08:12.854 [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 18:08:12.855 [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 18:08:12.855 [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 18:08:12.858 [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 18:08:12.861 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:08:13.064 [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 18:08:13.075 [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 18:08:13.261 [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 18:08:13.574 [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 18:08:13.686 [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 18:08:13.687 [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 18:08:13.696 [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 18:08:13.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::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:08:13.786 [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 18:08:13.852 [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 18:08:14.075 [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 18:08:14.179 [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 18:08:14.180 [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 18:08:14.184 [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 18:08:14.184 [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 18:08:14.185 [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 18:08:14.251 [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 18:08:14.251 [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 18:08:14.251 [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 18:08:14.251 [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 18:08:14.251 [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 18:08:14.251 [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 18:08:14.251 [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 18:08:14.254 [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 18:08:14.259 [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 18:08:14.260 [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 18:08:14.260 [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 18:08:14.261 [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 18:08:14.261 [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 18:08:14.261 [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[] 18:08:14.261 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EString will be handled as its instance type java.lang.String 18:08:14.262 [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 18:08:14.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResource will be handled as its instance type org.eclipse.emf.ecore.resource.Resource 18:08:14.262 [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 18:08:14.262 [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 18:08:14.262 [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 18:08:14.262 [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 18:08:14.262 [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 18:08:14.262 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:08:14.262 [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 18:08:14.262 [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 18:08:14.262 [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 18:08:14.263 [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 18:08:14.263 [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 18:08:14.264 [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 18:08:14.264 [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 18:08:14.264 [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 18:08:14.265 [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 18:08:14.266 [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 18:08:14.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShort will be handled as its instance type short 18:08:14.267 [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 18:08:14.267 [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 18:08:14.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EMap will be handled as its instance type java.util.Map 18:08:14.267 [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 18:08:14.267 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDate will be handled as its instance type java.util.Date 18:08:14.267 [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 18:08:14.268 [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 18:08:14.269 [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 18:08:14.269 [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 18:08:14.271 [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 18:08:14.271 [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 18:08:14.273 [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 18:08:14.378 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 18:08:14.378 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:14.395 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:14.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:08:14.449 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:14.450 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:14.450 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:08:14.559 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:14.560 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:14.560 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:14.561 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:14.565 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:14.565 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:14.567 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:08:14.567 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:14.567 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:14.567 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:08:14.578 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:08:14.652 [pool-190-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.VisibilityKind 18:08:14.766 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:08:14.766 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:08:14.772 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:08:14.773 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s206ms [pure insertion] marking any relevant derived attributes for update...18:08:14.773 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:08:14.774 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:08:14.778 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:08:14.778 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:14.778 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:14.778 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:08:14.781 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:08:14.980 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:08:14.980 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:08:15.061 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:08:15.061 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s283ms [pure insertion] marking any relevant derived attributes for update...18:08:15.061 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:15.061 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:15.066 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:08:15.066 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:15.066 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:15.066 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:08:15.068 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:08:15.186 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:08:15.186 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:08:15.253 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:08:15.253 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s187ms [pure insertion] marking any relevant derived attributes for update...18:08:15.253 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:15.253 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:15.276 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:08:15.276 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:15.276 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:15.276 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:08:15.279 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:08:15.371 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:08:15.371 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:08:15.384 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:08:15.384 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s108ms [pure insertion] marking any relevant derived attributes for update...18:08:15.384 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:15.384 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:15.385 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:15.385 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:15.451 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:15.451 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:15.451 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.066s attempting to resolve any uninitialized derived attributes... 18:08:15.451 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:15.451 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:15.451 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:15.451 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s66ms [proxy update] 18:08:15.451 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:15.451 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:15.451 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 891 ms 18:08:15.451 [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 18:08:15.454 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:15.454 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:15.468 [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 18:08:15.468 [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 18:08:15.469 [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 18:08:15.469 [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 18:08:15.470 [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 18:08:15.470 [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 18:08:15.471 [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 18:08:15.472 [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 18:08:15.476 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 18:08:15.476 [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) 18:08:15.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7279388287814986445/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:15.584 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:15.584 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:15.584 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:15.585 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:15.585 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:15.585 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:15.585 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:15.585 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:15.585 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:15.585 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.0s attempting to resolve any uninitialized derived attributes... 18:08:15.585 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:15.585 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:15.585 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:15.585 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:08:15.586 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:15.587 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:15.587 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:15.587 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:15.591 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:08:15.591 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:15.591 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:15.591 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:08:15.594 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:08:15.662 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:08:15.662 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:08:15.668 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:08:15.668 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s77ms [pure insertion] marking any relevant derived attributes for update...18:08:15.668 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:15.668 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:15.668 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:15.668 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:15.670 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:08:15.671 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:08:15.671 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.003s attempting to resolve any uninitialized derived attributes... 18:08:15.671 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:15.671 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:15.671 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:15.671 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s3ms [proxy update] 18:08:15.671 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:15.671 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:15.671 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 87 ms 18:08:15.680 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:15.680 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:15.681 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:15.681 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:15.685 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:08:15.685 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:15.685 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 18:08:15.751 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 18:08:15.751 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:08:15.751 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /model.uml... 18:08:15.751 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /model.uml 18:08:15.762 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.011s 18:08:15.768 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:08:15.777 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:08:15.777 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:08:15.782 [pool-190-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:08:15.782 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /model.uml. 0s97ms [pure insertion] marking any relevant derived attributes for update...18:08:15.782 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:15.782 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:15.782 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:15.782 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:15.784 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:08:15.784 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:08:15.784 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:08:15.784 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:15.784 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:15.784 [pool-190-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:15.784 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:08:15.784 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:15.784 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:15.784 [pool-190-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 104 ms 18:08:15.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:15.787 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit7279388287814986445/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:15.788 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:15.788 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:15.864 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:15.865 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit4287843992013845045/test_upgradeModelProfileVersion[LevelDB GreyCat] 18:08:15.865 [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 18:08:16.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:16.356 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:16.357 [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 18:08:16.454 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:16.454 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:16.576 [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 18:08:16.576 [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 18:08:16.576 [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 18:08:16.578 [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 18:08:16.581 [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 18:08:16.581 [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 18:08:16.581 [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 18:08:16.581 [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 18:08:16.581 [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 18:08:16.581 [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 18:08:16.581 [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 18:08:16.581 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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[] 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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 18:08:16.582 [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[] 18:08:16.582 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.583 [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 18:08:16.584 [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 18:08:16.588 [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 18:08:16.588 [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 18:08:16.588 [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 18:08:16.588 [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 18:08:16.590 [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 18:08:16.591 [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 18:08:16.592 [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 18:08:16.595 [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 18:08:16.595 [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 18:08:16.650 [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 18:08:16.651 [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 18:08:16.653 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:16.653 [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 18:08:16.655 [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 18:08:16.656 [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 18:08:16.658 [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 18:08:16.658 [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 18:08:16.661 [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 18:08:16.664 [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 18:08:16.857 [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 18:08:16.866 [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 18:08:17.058 [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 18:08:17.167 [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 18:08:17.391 [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 18:08:17.392 [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 18:08:17.402 [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 18:08:17.457 [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 18:08:17.469 [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 18:08:17.478 [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 18:08:17.579 [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 18:08:17.788 [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 18:08:17.788 [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 18:08:17.788 [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 18:08:17.788 [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 18:08:17.788 [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 18:08:17.788 [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 18:08:17.789 [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 18:08:17.792 [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 18:08:17.793 [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 18:08:17.852 [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 18:08:17.852 [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 18:08:17.855 [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 18:08:17.856 [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 18:08:17.862 [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 18:08:17.863 [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 18:08:17.863 [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 18:08:17.864 [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 18:08:17.864 [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 18:08:17.864 [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[] 18:08:17.864 [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 18:08:17.867 [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 18:08:17.868 [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 18:08:17.868 [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 18:08:17.868 [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 18:08:17.868 [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 18:08:17.868 [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 18:08:17.868 [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 18:08:17.868 [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 18:08:17.868 [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 18:08:17.868 [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 18:08:17.868 [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 18:08:17.869 [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 18:08:17.870 [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 18:08:17.870 [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 18:08:17.870 [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 18:08:17.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:08:17.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ECharacterObject will be handled as its instance type java.lang.Character 18:08:17.873 [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 18:08:17.873 [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 18:08:17.874 [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 18:08:17.874 [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 18:08:17.874 [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 18:08:17.874 [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 18:08:17.874 [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 18:08:17.874 [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 18:08:17.875 [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 18:08:17.876 [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 18:08:17.876 [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 18:08:17.876 [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 18:08:17.876 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:17.950 [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 18:08:18.157 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 18:08:18.157 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:18.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:18.171 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:08:18.171 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:18.172 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:18.172 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:08:18.269 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:18.270 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:18.271 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:18.271 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:18.276 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:18.276 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:18.351 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:08:18.351 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:18.351 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:18.351 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:08:18.361 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:08:18.460 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:08:18.460 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:08:18.465 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:08:18.465 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s115ms [pure insertion] marking any relevant derived attributes for update...18:08:18.465 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:08:18.467 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:08:18.469 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:08:18.469 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:18.470 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:18.470 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:08:18.472 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:08:18.655 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:08:18.655 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:08:18.669 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:08:18.669 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s200ms [pure insertion] marking any relevant derived attributes for update...18:08:18.669 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:18.669 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:18.756 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:08:18.756 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:18.756 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:18.756 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:08:18.758 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:08:18.852 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:08:18.852 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:08:18.862 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:08:18.862 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s106ms [pure insertion] marking any relevant derived attributes for update...18:08:18.862 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:18.862 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:18.865 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:08:18.865 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:18.865 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:18.865 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:08:18.867 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:08:18.976 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:08:18.976 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:08:18.987 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:08:18.987 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s122ms [pure insertion] marking any relevant derived attributes for update...18:08:18.987 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:18.987 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:18.988 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:18.988 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:19.054 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:19.054 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:19.054 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.066s attempting to resolve any uninitialized derived attributes... 18:08:19.055 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:19.055 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:19.055 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:19.055 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s67ms [proxy update] 18:08:19.055 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:19.055 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:19.055 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 784 ms 18:08:19.104 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:19.149 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:19.149 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:19.151 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:19.152 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:19.152 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:19.155 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.profile.uml... 18:08:19.155 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:19.155 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:19.155 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.profile.uml... 18:08:19.158 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.profile.uml 18:08:19.682 [pool-192-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.AggregationKind 18:08:19.686 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 18:08:19.686 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.profile.uml 18:08:19.885 [pool-192-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 18:08:19.885 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.profile.uml. 0s730ms [pure insertion] marking any relevant derived attributes for update...18:08:19.885 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:19.885 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:19.886 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:19.886 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:19.891 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/72 proxy references (0 sec total) 18:08:19.893 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 2 refs 18:08:19.893 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 18:08:19.893 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:19.893 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:19.893 [pool-192-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:19.893 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 18:08:19.893 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:19.893 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:19.893 [pool-192-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 744 ms 18:08:19.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:19.895 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///home/jenkins/agent/workspace/Hawk_Greycat_backend_master/core/tests/org.eclipse.hawk.integration.tests/resources/models/uml/simpleProfile/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:19.896 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:19.896 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:19.972 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:19.972 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit13984163840493994128/test_stereotypeAsModel[LevelDB GreyCat] 18:08:19.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:20.394 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:20.449 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:20.449 [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 18:08:20.478 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:20.478 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:20.654 [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 18:08:20.654 [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 18:08:20.659 [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 18:08:20.660 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:20.661 [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 18:08:20.668 [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 18:08:20.670 [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 18:08:20.670 [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 18:08:20.670 [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 18:08:20.670 [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 18:08:20.670 [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 18:08:20.670 [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 18:08:20.670 [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 18:08:20.671 [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 18:08:20.671 [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 18:08:20.671 [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 18:08:20.671 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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[] 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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 18:08:20.672 [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[] 18:08:20.673 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.674 [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 18:08:20.675 [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 18:08:20.675 [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 18:08:20.678 [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 18:08:20.678 [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 18:08:20.681 [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 18:08:20.687 [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 18:08:20.894 [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 18:08:20.984 [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 18:08:21.079 [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 18:08:21.251 [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 18:08:21.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::VisibilityKind will be handled as its instance type org.eclipse.uml2.uml.VisibilityKind 18:08:21.352 [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 18:08:21.361 [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 18:08:21.371 [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 18:08:21.383 [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 18:08:21.391 [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 18:08:21.553 [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 18:08:21.597 [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 18:08:21.649 [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 18:08:21.649 [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 18:08:21.652 [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 18:08:21.653 [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 18:08:21.656 [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 18:08:21.657 [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 18:08:21.661 [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 18:08:21.664 [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 18:08:21.667 [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 18:08:21.668 [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 18:08:21.668 [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 18:08:21.668 [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 18:08:21.668 [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 18:08:21.668 [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 18:08:21.668 [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 18:08:21.669 [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 18:08:21.670 [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 18:08:21.670 [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 18:08:21.676 [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 18:08:21.681 [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 18:08:21.782 [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 18:08:21.783 [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 18:08:21.783 [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 18:08:21.784 [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 18:08:21.784 [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 18:08:21.784 [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[] 18:08:21.784 [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 18:08:21.785 [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 18:08:21.785 [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 18:08:21.785 [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 18:08:21.785 [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 18:08:21.785 [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 18:08:21.785 [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 18:08:21.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EBooleanObject will be handled as its instance type java.lang.Boolean 18:08:21.785 [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 18:08:21.785 [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 18:08:21.785 [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 18:08:21.785 [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 18:08:21.785 [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 18:08:21.787 [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 18:08:21.787 [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 18:08:21.787 [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 18:08:21.787 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EJavaClass will be handled as its instance type java.lang.Class 18:08:21.788 [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 18:08:21.789 [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 18:08:21.790 [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 18:08:21.790 [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 18:08:21.790 [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 18:08:21.790 [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 18:08:21.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::ELong will be handled as its instance type java.lang.Long 18:08:21.790 [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 18:08:21.790 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EInt will be handled as its instance type java.lang.Integer 18:08:21.791 [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 18:08:21.792 [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 18:08:21.792 [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 18:08:21.795 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:21.795 [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 18:08:21.796 [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 18:08:21.799 [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 18:08:21.800 [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 18:08:21.800 [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 18:08:21.800 [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 18:08:21.801 [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 18:08:21.852 [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 18:08:21.853 [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 18:08:21.877 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 18:08:21.877 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:21.889 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:21.890 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:08:21.890 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:21.890 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:21.890 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:08:21.972 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:21.974 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:21.974 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:21.974 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:21.979 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:21.979 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:21.980 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:08:21.980 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:21.980 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:21.980 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:08:22.054 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:08:22.151 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:08:22.151 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:08:22.156 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:08:22.156 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s176ms [pure insertion] marking any relevant derived attributes for update...18:08:22.156 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:08:22.158 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:08:22.160 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:08:22.160 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:22.160 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:22.160 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:08:22.162 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:08:22.265 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:08:22.265 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:08:22.274 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:08:22.274 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s114ms [pure insertion] marking any relevant derived attributes for update...18:08:22.274 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:22.274 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:22.353 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:08:22.353 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:22.353 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:22.353 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:08:22.356 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:08:22.391 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:08:22.391 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:08:22.454 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:08:22.454 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s101ms [pure insertion] marking any relevant derived attributes for update...18:08:22.454 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:22.454 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:22.457 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:08:22.457 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:22.457 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:22.457 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:08:22.460 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:08:22.570 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:08:22.570 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:08:22.590 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:08:22.590 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s133ms [pure insertion] marking any relevant derived attributes for update...18:08:22.590 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:22.590 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:22.591 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:22.591 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:22.654 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:22.654 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:22.654 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.063s attempting to resolve any uninitialized derived attributes... 18:08:22.654 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:22.654 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:22.654 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:22.654 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s63ms [proxy update] 18:08:22.654 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:22.654 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:22.654 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 680 ms 18:08:22.691 [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 18:08:22.692 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:22.692 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:22.695 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:22.696 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:22.696 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:22.698 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 18:08:22.698 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:22.698 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:22.698 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 18:08:22.751 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 18:08:22.789 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 18:08:22.789 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 18:08:22.854 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 18:08:22.854 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s156ms [pure insertion] marking any relevant derived attributes for update...18:08:22.854 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:22.854 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:22.855 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 18:08:22.855 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:22.855 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:22.855 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 18:08:22.859 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 18:08:22.893 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 18:08:22.893 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 18:08:22.954 [pool-194-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:08:22.954 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s99ms [pure insertion] marking any relevant derived attributes for update...18:08:22.954 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:22.954 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:22.954 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:22.955 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:22.956 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 18:08:22.962 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 18:08:22.962 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 18:08:22.962 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:22.962 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:22.963 [pool-194-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:22.963 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 18:08:22.963 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:22.963 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:22.963 [pool-194-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 271 ms 18:08:22.963 [pool-194-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8218661218930725753/test_localfolderCrosslinks[LevelDB GreyCat] 18:08:22.966 [pool-194-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit8218661218930725753/test_localfolderCrosslinks[LevelDB GreyCat] 18:08:22.969 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:22.969 [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 18:08:22.971 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:22.971 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:22.986 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:23.008 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8218661218930725753/test_localfolderCrosslinks[LevelDB GreyCat] 18:08:23.008 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:23.196 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:23.197 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:23.197 [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 18:08:23.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:23.258 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:23.403 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:23.404 [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 18:08:23.406 [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 18:08:23.407 [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 18:08:23.407 [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 18:08:23.408 [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 18:08:23.408 [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 18:08:23.411 [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 18:08:23.411 [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 18:08:23.451 [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 18:08:23.452 [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 18:08:23.454 [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 18:08:23.454 [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 18:08:23.456 [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 18:08:23.457 [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 18:08:23.458 [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 18:08:23.458 [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 18:08:23.460 [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 18:08:23.460 [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 18:08:23.464 [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 18:08:23.464 [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 18:08:23.464 [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 18:08:23.464 [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 18:08:23.464 [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 18:08:23.464 [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 18:08:23.464 [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 18:08:23.465 [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 18:08:23.465 [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 18:08:23.465 [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 18:08:23.465 [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 18:08:23.465 [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 18:08:23.465 [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 18:08:23.465 [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 18:08:23.465 [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 18:08:23.465 [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 18:08:23.465 [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[] 18:08:23.465 [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 18:08:23.465 [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 18:08:23.465 [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 18:08:23.465 [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 18:08:23.465 [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 18:08:23.465 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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 18:08:23.466 [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[] 18:08:23.466 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.467 [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 18:08:23.468 [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 18:08:23.468 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:23.468 [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 18:08:23.470 [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 18:08:23.476 [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 18:08:23.476 [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 18:08:23.480 [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 18:08:23.483 [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 18:08:23.683 [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 18:08:23.692 [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 18:08:23.882 [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 18:08:23.968 [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 18:08:24.087 [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 18:08:24.088 [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 18:08:24.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:08:24.106 [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 18:08:24.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:08:24.166 [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 18:08:24.278 [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 18:08:24.372 [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 18:08:24.372 [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 18:08:24.372 [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 18:08:24.372 [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 18:08:24.372 [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 18:08:24.373 [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 18:08:24.373 [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 18:08:24.373 [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 18:08:24.374 [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 18:08:24.375 [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 18:08:24.378 [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 18:08:24.378 [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 18:08:24.378 [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 18:08:24.378 [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 18:08:24.382 [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 18:08:24.383 [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 18:08:24.388 [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 18:08:24.389 [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 18:08:24.389 [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 18:08:24.389 [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 18:08:24.389 [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 18:08:24.390 [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[] 18:08:24.390 [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 18:08:24.390 [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 18:08:24.390 [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 18:08:24.390 [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 18:08:24.390 [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 18:08:24.390 [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 18:08:24.390 [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 18:08:24.390 [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 18:08:24.391 [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 18:08:24.391 [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 18:08:24.392 [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 18:08:24.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 18:08:24.483 [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 18:08:24.484 [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 18:08:24.484 [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 18:08:24.484 [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 18:08:24.485 [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 18:08:24.485 [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 18:08:24.487 [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 18:08:24.487 [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 18:08:24.488 [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 18:08:24.488 [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 18:08:24.488 [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 18:08:24.488 [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 18:08:24.488 [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 18:08:24.488 [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 18:08:24.488 [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 18:08:24.490 [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 18:08:24.490 [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 18:08:24.513 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 18:08:24.513 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:24.560 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:24.560 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:08:24.560 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:24.560 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:24.560 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:08:24.581 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:24.582 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:24.582 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:24.582 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:24.586 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:24.586 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:24.661 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:08:24.661 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:24.661 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:24.661 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:08:24.672 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:08:24.761 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:08:24.761 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:08:24.771 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:08:24.771 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s110ms [pure insertion] marking any relevant derived attributes for update...18:08:24.771 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:08:24.773 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:08:24.775 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:08:24.775 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:24.775 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:24.775 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:08:24.777 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:08:24.862 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:08:24.862 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:08:24.869 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:08:24.869 [pool-196-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...18:08:24.869 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:24.869 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:24.871 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:08:24.871 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:24.871 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:24.871 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:08:24.873 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:08:24.969 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:08:24.969 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:08:24.982 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:08:24.982 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s111ms [pure insertion] marking any relevant derived attributes for update...18:08:24.982 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:24.982 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:24.985 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:08:24.985 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:24.985 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:24.985 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:08:24.988 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:08:25.082 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:08:25.082 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:08:25.090 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:08:25.090 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s105ms [pure insertion] marking any relevant derived attributes for update...18:08:25.090 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:25.090 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:25.091 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:25.091 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:25.152 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:25.152 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:25.152 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.061s attempting to resolve any uninitialized derived attributes... 18:08:25.152 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:25.152 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:25.152 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:25.152 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s61ms [proxy update] 18:08:25.152 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:25.152 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:25.153 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 571 ms 18:08:25.185 [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 18:08:25.186 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:25.186 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:25.188 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:25.188 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:25.189 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:25.190 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:08:25.190 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:25.190 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:25.190 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:08:25.192 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:08:25.255 [pool-196-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.CallConcurrencyKind 18:08:25.257 [pool-196-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterDirectionKind 18:08:25.257 [pool-196-thread-1] WARN org.eclipse.hawk.graph.util.GraphUtil - Unknown type found, converting to String: org.eclipse.uml2.uml.ParameterEffectKind 18:08:25.259 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 18:08:25.259 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:08:25.268 [pool-196-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 18:08:25.268 [pool-196-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...18:08:25.268 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:08:25.269 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:08:25.269 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:25.269 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:25.271 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/23 proxy references (0 sec total) 18:08:25.273 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 3 refs 18:08:25.273 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:08:25.273 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:25.273 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:25.274 [pool-196-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:25.274 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s5ms [proxy update] 18:08:25.274 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:25.274 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:25.274 [pool-196-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 88 ms 18:08:25.278 [pool-196-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit6421666884697650088/test_zoo[LevelDB GreyCat] 18:08:25.281 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:25.281 [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 18:08:25.283 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:25.283 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:25.351 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:25.351 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit6421666884697650088/test_zoo[LevelDB GreyCat] 18:08:25.352 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:25.493 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:25.494 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:25.494 [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 18:08:25.560 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:25.560 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:25.663 [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 18:08:25.664 [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 18:08:25.667 [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 18:08:25.668 [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 18:08:25.670 [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 18:08:25.670 [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 18:08:25.672 [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 18:08:25.672 [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 18:08:25.672 [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 18:08:25.673 [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 18:08:25.676 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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[] 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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 18:08:25.677 [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[] 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.678 [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 18:08:25.679 [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 18:08:25.679 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:25.679 [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 18:08:25.681 [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 18:08:25.683 [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 18:08:25.684 [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 18:08:25.685 [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 18:08:25.685 [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 18:08:25.686 [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 18:08:25.686 [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 18:08:25.689 [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 18:08:25.689 [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 18:08:25.690 [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 18:08:25.695 [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 18:08:25.695 [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 18:08:25.696 [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 18:08:25.696 [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 18:08:25.699 [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 18:08:25.805 [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 18:08:25.892 [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 18:08:25.953 [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 18:08:26.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::AggregationKind will be handled as its instance type org.eclipse.uml2.uml.AggregationKind 18:08:26.181 [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 18:08:26.364 [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 18:08:26.365 [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 18:08:26.374 [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 18:08:26.383 [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 18:08:26.394 [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 18:08:26.455 [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 18:08:26.584 [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 18:08:26.669 [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 18:08:26.669 [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 18:08:26.671 [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 18:08:26.673 [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 18:08:26.674 [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 18:08:26.675 [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 18:08:26.675 [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 18:08:26.675 [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 18:08:26.675 [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 18:08:26.675 [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 18:08:26.675 [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 18:08:26.675 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:26.675 [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 18:08:26.678 [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 18:08:26.680 [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 18:08:26.685 [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 18:08:26.686 [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 18:08:26.686 [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 18:08:26.687 [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 18:08:26.687 [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 18:08:26.687 [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[] 18:08:26.687 [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 18:08:26.687 [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 18:08:26.687 [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 18:08:26.687 [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 18:08:26.687 [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 18:08:26.687 [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 18:08:26.687 [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 18:08:26.687 [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 18:08:26.687 [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 18:08:26.687 [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 18:08:26.688 [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 18:08:26.688 [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 18:08:26.688 [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 18:08:26.689 [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 18:08:26.689 [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 18:08:26.689 [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 18:08:26.690 [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 18:08:26.690 [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 18:08:26.692 [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 18:08:26.692 [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 18:08:26.693 [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 18:08:26.693 [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 18:08:26.693 [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 18:08:26.693 [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 18:08:26.693 [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 18:08:26.693 [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 18:08:26.693 [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 18:08:26.766 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 18:08:26.766 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:26.777 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:26.777 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:08:26.777 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:26.777 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:26.777 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:08:26.851 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:26.853 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:26.853 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:26.853 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:26.857 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:26.857 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:26.858 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:08:26.858 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:26.858 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:26.858 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:08:26.868 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:08:26.956 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:08:26.956 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:08:26.962 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:08:26.962 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s104ms [pure insertion] marking any relevant derived attributes for update...18:08:26.962 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:08:26.964 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:08:26.981 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:08:26.981 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:26.981 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:26.981 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:08:26.983 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:08:27.158 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:08:27.158 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:08:27.170 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:08:27.170 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s189ms [pure insertion] marking any relevant derived attributes for update...18:08:27.170 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:27.170 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:27.172 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:08:27.172 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:27.173 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:27.173 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:08:27.175 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:08:27.264 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:08:27.264 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:08:27.273 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:08:27.273 [pool-198-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...18:08:27.273 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:27.273 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:27.276 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:08:27.276 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:27.276 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:27.276 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:08:27.278 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:08:27.376 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:08:27.376 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:08:27.389 [pool-198-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:08:27.389 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s113ms [pure insertion] marking any relevant derived attributes for update...18:08:27.389 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:27.389 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:27.391 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:27.391 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:27.452 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:27.453 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:27.453 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.062s attempting to resolve any uninitialized derived attributes... 18:08:27.453 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:27.453 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:27.453 [pool-198-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:27.453 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s62ms [proxy update] 18:08:27.453 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:27.453 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:27.453 [pool-198-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 600 ms 18:08:27.458 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:27.458 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:27.459 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:27.459 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:27.472 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:27.474 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit11586720215564261141/test_indexLibraries[LevelDB GreyCat] 18:08:27.474 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:27.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:27.672 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:27.672 [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 18:08:27.693 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:27.693 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:27.786 [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 18:08:27.786 [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 18:08:27.787 [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 18:08:27.787 [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 18:08:27.790 [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 18:08:27.791 [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 18:08:27.791 [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 18:08:27.791 [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 18:08:27.791 [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 18:08:27.793 [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 18:08:27.849 [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 18:08:27.850 [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 18:08:27.853 [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 18:08:27.853 [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 18:08:27.855 [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 18:08:27.855 [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 18:08:27.855 [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 18:08:27.855 [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 18:08:27.855 [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 18:08:27.855 [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 18:08:27.855 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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[] 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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 18:08:27.856 [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[] 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.857 [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 18:08:27.858 [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 18:08:27.858 [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 18:08:27.858 [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 18:08:27.859 [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 18:08:27.860 [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 18:08:27.862 [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 18:08:27.863 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:27.863 [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 18:08:27.863 [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 18:08:27.865 [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 18:08:27.868 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:27.868 [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 18:08:27.871 [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 18:08:27.871 [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 18:08:27.873 [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 18:08:27.873 [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 18:08:27.876 [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 18:08:27.879 [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 18:08:28.070 [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 18:08:28.078 [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 18:08:28.181 [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 18:08:28.306 [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 18:08:28.351 [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 18:08:28.352 [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 18:08:28.361 [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 18:08:28.371 [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 18:08:28.382 [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 18:08:28.427 [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 18:08:28.474 [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 18:08:28.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/Types::Real will be handled as its instance type java.lang.Double 18:08:28.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:08:28.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:08:28.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:08:28.516 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:08:28.516 [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 18:08:28.516 [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 18:08:28.518 [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 18:08:28.523 [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 18:08:28.523 [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 18:08:28.524 [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 18:08:28.525 [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 18:08:28.551 [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 18:08:28.553 [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 18:08:28.554 [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 18:08:28.554 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EShortObject will be handled as its instance type java.lang.Short 18:08:28.554 [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 18:08:28.554 [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 18:08:28.555 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByteArray will be handled as its instance type byte[] 18:08:28.555 [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 18:08:28.555 [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 18:08:28.555 [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 18:08:28.555 [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 18:08:28.555 [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 18:08:28.555 [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 18:08:28.555 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:08:28.555 [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 18:08:28.555 [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 18:08:28.555 [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 18:08:28.556 [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 18:08:28.556 [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 18:08:28.556 [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 18:08:28.557 [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 18:08:28.557 [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 18:08:28.557 [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 18:08:28.558 [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 18:08:28.558 [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 18:08:28.561 [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 18:08:28.562 [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 18:08:28.563 [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 18:08:28.563 [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 18:08:28.563 [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 18:08:28.563 [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 18:08:28.564 [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 18:08:28.564 [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 18:08:28.565 [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 18:08:28.670 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:08:28.670 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:28.681 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:28.682 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:28.682 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:08:28.682 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:28.682 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:08:28.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:28.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:28.753 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:28.753 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:28.757 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:28.757 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:28.758 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:08:28.758 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:28.758 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:28.758 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:08:28.769 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:08:28.857 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:08:28.857 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:08:28.863 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:08:28.863 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s105ms [pure insertion] marking any relevant derived attributes for update...18:08:28.863 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:08:28.865 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:08:28.867 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:08:28.867 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:28.867 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:28.867 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:08:28.869 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:08:28.973 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:08:28.973 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:08:28.991 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:08:28.991 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s124ms [pure insertion] marking any relevant derived attributes for update...18:08:28.991 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:28.991 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:28.994 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:08:28.994 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:28.994 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:28.994 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:08:29.050 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:08:29.086 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:08:29.086 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:08:29.094 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:08:29.094 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s100ms [pure insertion] marking any relevant derived attributes for update...18:08:29.094 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:29.094 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:29.164 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:08:29.164 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:29.164 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:29.164 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:08:29.167 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:08:29.253 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:08:29.253 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:08:29.266 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:08:29.266 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s102ms [pure insertion] marking any relevant derived attributes for update...18:08:29.266 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:29.266 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:29.266 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:29.266 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:29.273 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:29.274 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:29.274 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 18:08:29.274 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:29.274 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:29.274 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:29.274 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 18:08:29.274 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:29.274 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:29.274 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 521 ms 18:08:29.274 [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 18:08:29.277 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:29.277 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:29.294 [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 18:08:29.295 [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 18:08:29.296 [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 18:08:29.297 [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 18:08:29.349 [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 18:08:29.351 [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 18:08:29.352 [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 18:08:29.352 [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 18:08:29.357 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 18:08:29.357 [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) 18:08:29.454 [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/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:29.455 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:29.455 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:29.455 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:29.456 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:29.456 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:29.456 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:29.456 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:29.457 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:29.457 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:29.457 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:08:29.457 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:29.457 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:29.457 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:29.457 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:08:29.457 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:29.459 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:29.459 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:29.459 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:29.463 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:08:29.463 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:29.463 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:29.463 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:08:29.466 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:08:29.478 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:08:29.478 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:08:29.482 [pool-200-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:08:29.483 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s20ms [pure insertion] marking any relevant derived attributes for update...18:08:29.483 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:29.483 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:29.483 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:29.483 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:29.485 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:08:29.485 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:08:29.485 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:08:29.485 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:29.485 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:29.485 [pool-200-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:29.485 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:08:29.485 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:29.485 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:29.485 [pool-200-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 30 ms 18:08:29.491 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:29.492 [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/simpleProfileApplication/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:29.550 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:29.550 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:29.564 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:29.565 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit8842027926936947769/test_customProfileV4[LevelDB GreyCat] 18:08:29.565 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:29.750 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:29.752 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:29.752 [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 18:08:29.773 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:29.774 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:29.879 [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 18:08:29.879 [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 18:08:29.881 [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 18:08:29.881 [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 18:08:29.882 [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 18:08:29.885 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/schemas/Ecore/4::VisibilityKind will be handled as its instance type NULL_INSTANCE_TYPE 18:08:29.887 [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 18:08:29.887 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:29.888 [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 18:08:29.888 [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 18:08:29.889 [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 18:08:29.891 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2::Ecore__FeatureKind will be handled as its instance type NULL_INSTANCE_TYPE 18:08:29.892 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:29.893 [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 18:08:29.896 [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 18:08:29.896 [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 18:08:29.897 [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 18:08:29.897 [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 18:08:29.897 [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 18:08:29.897 [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 18:08:29.897 [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 18:08:29.897 [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 18:08:29.949 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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[] 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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 18:08:29.950 [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[] 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.951 [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 18:08:29.952 [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 18:08:29.952 [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 18:08:29.953 [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 18:08:29.953 [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 18:08:29.955 [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 18:08:29.957 [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 18:08:29.957 [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 18:08:29.960 [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 18:08:29.963 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::CallConcurrencyKind will be handled as its instance type org.eclipse.uml2.uml.CallConcurrencyKind 18:08:30.154 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:08:30.163 [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 18:08:30.266 [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 18:08:30.398 [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 18:08:30.486 [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 18:08:30.487 [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 18:08:30.496 [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 18:08:30.557 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::ExpansionKind will be handled as its instance type org.eclipse.uml2.uml.ExpansionKind 18:08:30.568 [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 18:08:30.577 [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 18:08:30.676 [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 18:08:30.857 [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 18:08:30.858 [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 18:08:30.861 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Real will be handled as its instance type java.lang.Double 18:08:30.861 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:08:30.861 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:08:30.861 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:08:30.861 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:08:30.861 [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 18:08:30.861 [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 18:08:30.864 [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 18:08:30.868 [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 18:08:30.869 [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 18:08:30.869 [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 18:08:30.870 [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 18:08:30.870 [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 18:08:30.870 [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[] 18:08:30.870 [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 18:08:30.871 [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 18:08:30.871 [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 18:08:30.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EDiagnosticChain will be handled as its instance type org.eclipse.emf.common.util.DiagnosticChain 18:08:30.871 [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 18:08:30.871 [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 18:08:30.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EResourceSet will be handled as its instance type org.eclipse.emf.ecore.resource.ResourceSet 18:08:30.871 [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 18:08:30.871 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/emf/2002/Ecore::EByte will be handled as its instance type byte 18:08:30.871 [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 18:08:30.871 [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 18:08:30.871 [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 18:08:30.871 [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 18:08:30.872 [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 18:08:30.873 [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 18:08:30.873 [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 18:08:30.873 [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 18:08:30.873 [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 18:08:30.875 [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 18:08:30.876 [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 18:08:30.876 [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 18:08:30.876 [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 18:08:30.876 [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 18:08:30.876 [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 18:08:30.876 [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 18:08:30.876 [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 18:08:30.877 [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 18:08:30.878 [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 18:08:30.878 [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 18:08:30.880 [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 18:08:30.882 [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 18:08:30.882 [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 18:08:30.883 [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 18:08:30.883 [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 18:08:30.887 [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 18:08:30.887 [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 18:08:30.888 [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 18:08:30.962 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 18:08:30.962 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:30.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:30.973 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:08:30.973 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:30.973 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:30.973 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:08:30.992 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:31.054 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:31.054 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:31.054 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:31.058 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:31.058 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:31.060 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:08:31.060 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:31.060 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:31.060 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:08:31.070 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:08:31.160 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:08:31.160 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:08:31.168 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:08:31.168 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s109ms [pure insertion] marking any relevant derived attributes for update...18:08:31.168 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:08:31.169 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:08:31.172 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:08:31.172 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:31.172 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:31.172 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:08:31.174 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:08:31.267 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:08:31.267 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:08:31.280 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:08:31.280 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s108ms [pure insertion] marking any relevant derived attributes for update...18:08:31.280 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:31.280 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:31.282 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:08:31.282 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:31.282 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:31.282 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:08:31.285 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:08:31.371 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:08:31.371 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:08:31.377 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:08:31.377 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s95ms [pure insertion] marking any relevant derived attributes for update...18:08:31.377 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:31.377 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:31.392 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:08:31.392 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:31.392 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:31.392 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:08:31.451 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:08:31.483 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:08:31.483 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:08:31.557 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:08:31.557 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s165ms [pure insertion] marking any relevant derived attributes for update...18:08:31.557 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:31.557 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:31.557 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:31.557 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:31.566 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:31.567 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:31.567 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.01s attempting to resolve any uninitialized derived attributes... 18:08:31.567 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:31.567 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:31.567 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:31.567 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s10ms [proxy update] 18:08:31.567 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:31.567 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:31.567 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 513 ms 18:08:31.567 [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 18:08:31.570 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:31.570 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:31.582 [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 18:08:31.583 [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 18:08:31.584 [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 18:08:31.584 [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 18:08:31.585 [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 18:08:31.585 [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 18:08:31.586 [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 18:08:31.586 [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 18:08:31.589 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 18:08:31.589 [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) 18:08:31.674 [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 18:08:31.675 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:31.675 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:31.676 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:31.677 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:31.677 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:31.677 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:31.677 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:31.677 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:31.677 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:31.678 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:08:31.678 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:31.678 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:31.678 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:31.678 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:08:31.678 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:31.680 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:31.681 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:31.681 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:31.686 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model.uml... 18:08:31.686 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:31.686 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:31.686 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model.uml... 18:08:31.690 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model.uml 18:08:31.751 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:08:31.751 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model.uml 18:08:31.756 [pool-202-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:08:31.756 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model.uml. 0s70ms [pure insertion] marking any relevant derived attributes for update...18:08:31.756 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:31.756 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:31.757 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:31.757 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:31.758 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/24 proxy references (0 sec total) 18:08:31.759 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 12 proxy ref lists left after resolving 0 refs 18:08:31.759 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.002s attempting to resolve any uninitialized derived attributes... 18:08:31.759 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:31.759 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:31.759 [pool-202-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:31.759 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s2ms [proxy update] 18:08:31.759 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:31.759 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:31.759 [pool-202-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 84 ms 18:08:31.764 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:31.764 [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 18:08:31.766 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:31.766 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:31.779 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:31.779 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit1413631978483102892/test_customProfileV5[LevelDB GreyCat] 18:08:31.779 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:32.195 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:32.197 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:32.197 [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 18:08:32.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:32.257 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:32.456 [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 18:08:32.456 [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 18:08:32.458 [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 18:08:32.459 [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 18:08:32.461 [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 18:08:32.462 [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 18:08:32.462 [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 18:08:32.465 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:32.465 [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 18:08:32.466 [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 18:08:32.468 [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 18:08:32.469 [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 18:08:32.469 [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 18:08:32.469 [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 18:08:32.469 [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 18:08:32.469 [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 18:08:32.469 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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[] 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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 18:08:32.470 [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[] 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.471 [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 18:08:32.472 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:32.472 [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 18:08:32.473 [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 18:08:32.474 [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 18:08:32.475 [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 18:08:32.477 [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 18:08:32.477 [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 18:08:32.479 [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 18:08:32.479 [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 18:08:32.482 [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 18:08:32.484 [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 18:08:32.593 [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 18:08:32.653 [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 18:08:32.777 [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 18:08:32.911 [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 18:08:32.983 [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 18:08:32.984 [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 18:08:32.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:08:33.054 [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 18:08:33.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::ConnectorKind will be handled as its instance type org.eclipse.uml2.uml.ConnectorKind 18:08:33.074 [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 18:08:33.264 [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 18:08:33.356 [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 18:08:33.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:08:33.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::String will be handled as its instance type java.lang.String 18:08:33.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Integer will be handled as its instance type java.lang.Integer 18:08:33.357 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/Types::Boolean will be handled as its instance type java.lang.Boolean 18:08:33.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 18:08:33.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 18:08:33.360 [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 18:08:33.361 [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 18:08:33.361 [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 18:08:33.362 [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 18:08:33.363 [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 18:08:33.365 [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 18:08:33.370 [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 18:08:33.371 [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 18:08:33.371 [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 18:08:33.372 [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 18:08:33.372 [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 18:08:33.372 [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[] 18:08:33.372 [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 18:08:33.372 [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 18:08:33.372 [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 18:08:33.372 [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 18:08:33.372 [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 18:08:33.372 [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 18:08:33.372 [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 18:08:33.372 [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 18:08:33.372 [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 18:08:33.372 [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 18:08:33.373 [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 18:08:33.373 [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 18:08:33.373 [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 18:08:33.374 [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 18:08:33.374 [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 18:08:33.374 [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 18:08:33.375 [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 18:08:33.375 [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 18:08:33.377 [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 18:08:33.377 [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 18:08:33.378 [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 18:08:33.378 [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 18:08:33.378 [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 18:08:33.378 [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 18:08:33.378 [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 18:08:33.378 [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 18:08:33.378 [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 18:08:33.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::ContentKind will be handled as its instance type NULL_INSTANCE_TYPE 18:08:33.379 [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 18:08:33.380 [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 18:08:33.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 18:08:33.386 [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 18:08:33.387 [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 18:08:33.387 [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 18:08:33.388 [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 18:08:33.389 [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 18:08:33.391 [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 18:08:33.450 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~1 sec) inserting static metamodels complete 18:08:33.450 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:33.461 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:33.461 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:08:33.461 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:33.461 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:33.461 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:08:33.480 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:33.485 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:33.486 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:33.486 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:33.490 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:33.490 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:33.491 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:08:33.491 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:33.491 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:33.491 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:08:33.554 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:08:33.651 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:08:33.651 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:08:33.657 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:08:33.657 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /JavaPrimitiveTypes.library.uml. 0s166ms [pure insertion] marking any relevant derived attributes for update...18:08:33.657 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:08:33.659 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:08:33.680 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:08:33.680 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:33.681 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:33.681 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:08:33.683 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:08:33.773 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:08:33.773 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:08:33.786 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:08:33.786 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s106ms [pure insertion] marking any relevant derived attributes for update...18:08:33.786 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:33.786 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:33.789 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:08:33.789 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:33.789 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:33.789 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:08:33.792 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:08:33.890 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:08:33.890 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:08:33.955 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:08:33.955 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s166ms [pure insertion] marking any relevant derived attributes for update...18:08:33.955 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:33.955 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:33.958 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:08:33.958 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:33.958 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:33.958 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:08:33.961 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:08:34.064 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:08:34.064 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:08:34.074 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:08:34.074 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s116ms [pure insertion] marking any relevant derived attributes for update...18:08:34.074 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:34.074 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:34.075 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:34.075 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:34.082 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:34.082 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:34.082 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.007s attempting to resolve any uninitialized derived attributes... 18:08:34.082 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:34.082 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:34.082 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:34.082 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s7ms [proxy update] 18:08:34.082 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:34.083 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:34.083 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 597 ms 18:08:34.083 [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 18:08:34.085 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:34.085 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:34.098 [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 18:08:34.150 [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 18:08:34.150 [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 18:08:34.151 [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 18:08:34.152 [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 18:08:34.152 [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 18:08:34.152 [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 18:08:34.153 [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 reseting local top revision of repository: pathmap://UML_LIBRARIES/ (as elements in it were removed or new metamodels were added to Hawk) 18:08:34.156 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 10 METAMODEL NODES! (took ~0 sec) 18:08:34.156 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Added metamodel(s). 18:08:34.250 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15437074515884929689/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:34.252 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:34.252 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:34.252 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:34.253 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:34.253 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:34.253 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:34.253 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:34.253 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:34.254 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:34.254 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.001s attempting to resolve any uninitialized derived attributes... 18:08:34.254 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:34.254 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:34.254 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:34.254 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s1ms [proxy update] 18:08:34.254 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:34.259 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:34.260 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:34.260 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:34.262 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model2/model.uml... 18:08:34.262 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:34.262 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:34.262 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model2/model.uml... 18:08:34.265 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model2/model.uml 18:08:34.353 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 18:08:34.353 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model2/model.uml 18:08:34.364 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 18:08:34.364 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model2/model.uml. 0s102ms [pure insertion] marking any relevant derived attributes for update...18:08:34.364 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:34.364 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:34.368 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 18:08:34.368 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:34.368 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:34.368 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfileApplication/model.uml... 18:08:34.371 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 18:08:34.382 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:08:34.382 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 18:08:34.390 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:08:34.390 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfileApplication/model.uml. 0s22ms [pure insertion] marking any relevant derived attributes for update...18:08:34.390 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:34.390 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:34.392 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /zoo/model.uml... 18:08:34.392 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:34.392 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:34.392 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /zoo/model.uml... 18:08:34.395 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /zoo/model.uml 18:08:34.460 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 15 NODES AND 165 M->MM REFERENCES! (took ~0sec) 18:08:34.460 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /zoo/model.uml 18:08:34.470 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 149 REFERENCES! (took ~0 sec) 18:08:34.470 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /zoo/model.uml. 0s79ms [pure insertion] marking any relevant derived attributes for update...18:08:34.470 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:34.470 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:34.471 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /crossfile-refs/model1/model.uml... 18:08:34.471 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:34.471 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:34.471 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /crossfile-refs/model1/model.uml... 18:08:34.474 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /crossfile-refs/model1/model.uml 18:08:34.558 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 18:08:34.558 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /crossfile-refs/model1/model.uml 18:08:34.567 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:08:34.567 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /crossfile-refs/model1/model.uml. 0s96ms [pure insertion] marking any relevant derived attributes for update...18:08:34.567 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:34.567 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:34.569 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfile/model.profile.uml... 18:08:34.569 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:34.569 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:34.569 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /simpleProfile/model.profile.uml... 18:08:34.572 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfile/model.profile.uml 18:08:34.876 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 NODES AND 299 M->MM REFERENCES! (took ~0sec) 18:08:34.876 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfile/model.profile.uml 18:08:35.062 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 193 REFERENCES! (took ~0 sec) 18:08:35.062 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /simpleProfile/model.profile.uml. 0s493ms [pure insertion] marking any relevant derived attributes for update...18:08:35.062 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s1ms 18:08:35.063 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s1ms 18:08:35.063 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:35.063 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:35.069 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/109 proxy references (0 sec total) 18:08:35.170 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 37 proxy ref lists left after resolving 39 refs 18:08:35.170 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.107s attempting to resolve any uninitialized derived attributes... 18:08:35.170 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:35.170 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:35.170 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:35.170 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s107ms [proxy update] 18:08:35.170 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:35.170 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:35.170 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 918 ms 18:08:35.174 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:35.178 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:35.179 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:35.179 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:35.182 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /simpleProfileApplication/model.uml... 18:08:35.182 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:35.183 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File contains: 11 (11) nodes in store 18:08:35.186 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Update contains | a:6 u:3 d:6 ratio: 1.3636363636363635 18:08:35.186 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelInserter - File already present, calculating deltas with respect to graph storage 18:08:35.186 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch update of file: /simpleProfileApplication/model.uml... 18:08:35.186 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleting nodes from file: /simpleProfileApplication/model.uml 18:08:35.259 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.DeletionUtils - deleted all, took: 0.073s 18:08:35.266 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /simpleProfileApplication/model.uml 18:08:35.276 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 11 NODES AND 50 M->MM REFERENCES! (took ~0sec) 18:08:35.276 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /simpleProfileApplication/model.uml 18:08:35.281 [pool-204-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 23 REFERENCES! (took ~0 sec) 18:08:35.281 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch update of file: /simpleProfileApplication/model.uml. 0s99ms [pure insertion] marking any relevant derived attributes for update...18:08:35.281 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:35.281 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:35.281 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:35.281 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:35.283 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/74 proxy references (0 sec total) 18:08:35.285 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 38 proxy ref lists left after resolving 1 refs 18:08:35.285 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.004s attempting to resolve any uninitialized derived attributes... 18:08:35.285 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:35.285 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:35.285 [pool-204-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:35.285 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s4ms [proxy update] 18:08:35.285 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:35.285 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:35.285 [pool-204-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 111 ms 18:08:35.287 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:35.287 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: file:///tmp/junit15437074515884929689/:org.eclipse.hawk.localfolder.LocalFolder:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:35.289 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:35.289 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:35.355 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:35.355 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit2101512905530467042/test_modelProfileInsideRepository[LevelDB GreyCat] 18:08:35.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. 18:08:35.510 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... 18:08:35.512 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:35.512 [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 18:08:35.530 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING METAMODELS: 18:08:35.530 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - ADDING: 18:08:35.597 [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 18:08:35.597 [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 18:08:35.599 [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 18:08:35.599 [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 18:08:35.650 [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 18:08:35.653 [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 18:08:35.653 [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 18:08:35.653 [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 18:08:35.653 [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 18:08:35.653 [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 18:08:35.653 [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 18:08:35.653 [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 18:08:35.653 [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 18:08:35.653 [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 18:08:35.653 [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 18:08:35.653 [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 18:08:35.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 18:08:35.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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.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[] 18:08:35.654 [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 18:08:35.654 [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 18:08:35.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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.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 18:08:35.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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.654 [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 18:08:35.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 18:08:35.654 [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 18:08:35.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 18:08:35.654 [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[] 18:08:35.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 18:08:35.655 [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 18:08:35.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 18:08:35.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 18:08:35.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 18:08:35.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 18:08:35.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 18:08:35.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 18:08:35.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 18:08:35.655 [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 18:08:35.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 18:08:35.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 18:08:35.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 18:08:35.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 18:08:35.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 18:08:35.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 18:08:35.655 [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 18:08:35.655 [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 18:08:35.655 [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 18:08:35.656 [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 18:08:35.657 [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 18:08:35.658 [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 18:08:35.660 [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 18:08:35.660 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///Ecore_0.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:35.660 [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 18:08:35.664 [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 18:08:35.664 [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 18:08:35.665 [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 18:08:35.665 [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 18:08:35.668 [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 18:08:35.671 [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 18:08:35.785 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::TransitionKind will be handled as its instance type org.eclipse.uml2.uml.TransitionKind 18:08:35.793 [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 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 WARNING: DOUBLE UNMARK 4 WARNING: DOUBLE UNMARK 2 WARNING: DOUBLE UNMARK 1 WARNING: DOUBLE UNMARK 0 18:08:35.979 [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 18:08:36.011 [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 18:08:36.052 [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 18:08:36.053 [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 18:08:36.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::ParameterEffectKind will be handled as its instance type org.eclipse.uml2.uml.ParameterEffectKind 18:08:36.071 [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 18:08:36.082 [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 18:08:36.090 [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 18:08:36.133 [main] WARN org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - Hawk does not support custom data types yet: http://www.eclipse.org/uml2/5.0.0/UML::MessageKind will be handled as its instance type org.eclipse.uml2.uml.MessageKind 18:08:36.263 [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 18:08:36.264 [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 18:08:36.265 [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 18:08:36.267 [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 18:08:36.267 [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 18:08:36.268 [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 18:08:36.269 [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 18:08:36.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/Types::Real will be handled as its instance type java.lang.Double 18:08:36.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/Types::UnlimitedNatural will be handled as its instance type java.lang.Integer 18:08:36.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/Types::String will be handled as its instance type java.lang.String 18:08:36.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/Types::Integer will be handled as its instance type java.lang.Integer 18:08:36.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/Types::Boolean will be handled as its instance type java.lang.Boolean 18:08:36.271 [main] DEBUG org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - supertype dependency from http:///_PS5oQDmHEdmHabrnfLjH-w.profile.uml2 to http://www.eclipse.org/emf/2002/Ecore 18:08:36.272 [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 18:08:36.273 [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 18:08:36.273 [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 18:08:36.274 [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 18:08:36.277 [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 18:08:36.281 [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 18:08:36.282 [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 18:08:36.282 [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 18:08:36.283 [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 18:08:36.283 [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 18:08:36.283 [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[] 18:08:36.283 [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 18:08:36.284 [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 18:08:36.284 [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 18:08:36.284 [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 18:08:36.284 [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 18:08:36.284 [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 18:08:36.284 [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 18:08:36.284 [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 18:08:36.284 [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 18:08:36.284 [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 18:08:36.284 [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 18:08:36.284 [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 18:08:36.284 [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 18:08:36.285 [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 18:08:36.285 [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 18:08:36.285 [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 18:08:36.286 [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 18:08:36.286 [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 18:08:36.288 [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 18:08:36.288 [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 18:08:36.289 [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 18:08:36.289 [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 18:08:36.289 [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 18:08:36.289 [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 18:08:36.289 [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 18:08:36.289 [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 18:08:36.290 [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 18:08:36.291 [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 18:08:36.291 [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 18:08:36.293 [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 18:08:36.295 [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 18:08:36.295 [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 18:08:36.298 [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 18:08:36.298 [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 18:08:36.301 [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 18:08:36.302 [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 18:08:36.350 [main] INFO org.eclipse.hawk.graph.updater.GraphMetaModelResourceInjector - 421 METAMODEL NODES! (took ~0 sec) inserting static metamodels complete 18:08:36.350 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registering metamodels... 18:08:36.360 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Registered metamodels. 18:08:36.361 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Initialized Hawk. 18:08:36.361 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:36.361 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:36.361 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 0 ms 18:08:36.378 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:36.383 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:36.383 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:36.383 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:36.387 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:36.387 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:36.389 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /EcorePrimitiveTypes.library.uml... 18:08:36.389 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:36.389 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:36.389 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /EcorePrimitiveTypes.library.uml... 18:08:36.458 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /EcorePrimitiveTypes.library.uml 18:08:36.493 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 51 NODES AND 579 M->MM REFERENCES! (took ~0sec) 18:08:36.493 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /EcorePrimitiveTypes.library.uml 18:08:36.553 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 347 REFERENCES! (took ~0 sec) 18:08:36.553 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /EcorePrimitiveTypes.library.uml. 0s164ms [pure insertion] marking any relevant derived attributes for update...18:08:36.553 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s2ms 18:08:36.555 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s2ms 18:08:36.573 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /UMLPrimitiveTypes.library.uml... 18:08:36.573 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:36.574 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:36.574 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /UMLPrimitiveTypes.library.uml... 18:08:36.577 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /UMLPrimitiveTypes.library.uml 18:08:36.679 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 22 NODES AND 139 M->MM REFERENCES! (took ~0sec) 18:08:36.679 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /UMLPrimitiveTypes.library.uml 18:08:36.694 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 81 REFERENCES! (took ~0 sec) 18:08:36.694 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /UMLPrimitiveTypes.library.uml. 0s121ms [pure insertion] marking any relevant derived attributes for update...18:08:36.694 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:36.694 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:36.695 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /JavaPrimitiveTypes.library.uml... 18:08:36.695 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:36.695 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:36.695 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /JavaPrimitiveTypes.library.uml... 18:08:36.750 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /JavaPrimitiveTypes.library.uml 18:08:36.777 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 12 NODES AND 126 M->MM REFERENCES! (took ~0sec) 18:08:36.777 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /JavaPrimitiveTypes.library.uml 18:08:36.783 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 72 REFERENCES! (took ~0 sec) 18:08:36.783 [pool-206-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...18:08:36.783 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:36.783 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:36.785 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /XMLPrimitiveTypes.library.uml... 18:08:36.785 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:36.785 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:36.785 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /XMLPrimitiveTypes.library.uml... 18:08:36.787 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /XMLPrimitiveTypes.library.uml 18:08:36.871 [pool-116-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14845806938480671489/test_create[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit14845806938480671489/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) 18:08:36.882 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 100 NODES AND 1004 M->MM REFERENCES! (took ~0sec) 18:08:36.882 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /XMLPrimitiveTypes.library.uml 18:08:36.953 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 852 REFERENCES! (took ~0 sec) 18:08:36.953 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /XMLPrimitiveTypes.library.uml. 0s168ms [pure insertion] marking any relevant derived attributes for update...18:08:36.953 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:36.953 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:36.954 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:36.954 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:36.961 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/20 proxy references (0 sec total) 18:08:36.962 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 0 refs 18:08:36.962 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.008s attempting to resolve any uninitialized derived attributes... 18:08:36.962 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:36.962 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:36.962 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:36.962 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s8ms [proxy update] 18:08:36.962 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:36.962 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:36.962 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 579 ms 18:08:37.081 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:37.082 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:37.082 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating Hawk... updating indexer: 18:08:37.085 [pool-206-thread-1] INFO org.eclipse.hawk.workspace.Workspace - getDelta() over workspace - 2 ms 18:08:37.085 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating relevant changed model files... 18:08:37.086 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Deleting models removed from repository... 18:08:37.086 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating models to the new version... 18:08:37.087 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model2/model.uml... 18:08:37.087 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:37.087 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:37.087 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model2/model.uml... 18:08:37.090 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model2/model.uml 18:08:37.150 [pool-117-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit14330849634348972878/test_recreate[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit14330849634348972878/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) 18:08:37.169 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 6 NODES AND 58 M->MM REFERENCES! (took ~0sec) 18:08:37.169 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model2/model.uml 18:08:37.184 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 38 REFERENCES! (took ~0 sec) 18:08:37.184 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model2/model.uml. 0s97ms [pure insertion] marking any relevant derived attributes for update...18:08:37.184 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:37.184 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:37.185 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Calculating model delta for file: /model1/model.uml... 18:08:37.185 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - calculateModelDeltaSize() called 18:08:37.186 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - File not in store, performing initial batch file insertion 18:08:37.186 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing batch insert on file: /model1/model.uml... 18:08:37.189 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding elements of file /model1/model.uml 18:08:37.266 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 3 NODES AND 31 M->MM REFERENCES! (took ~0sec) 18:08:37.266 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - Adding edges of file /model1/model.uml 18:08:37.271 [pool-206-thread-1] DEBUG org.eclipse.hawk.graph.updater.GraphModelBatchInjector - 14 REFERENCES! (took ~0 sec) 18:08:37.272 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performed batch insert on file: /model1/model.uml. 0s87ms [pure insertion] marking any relevant derived attributes for update...18:08:37.272 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marking relevant derived attributes for update... 0s0ms 18:08:37.272 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Marked relevant derived attributes for update. 0s0ms 18:08:37.272 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating proxies... attempting to resolve any leftover cross-file references... 18:08:37.272 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any leftover cross-file references... 18:08:37.274 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Processing 0/50 proxy references (0 sec total) 18:08:37.278 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 10 proxy ref lists left after resolving 30 refs 18:08:37.278 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - proxy resolution took: ~0.006s attempting to resolve any uninitialized derived attributes... 18:08:37.278 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Resolving any uninitialized derived attributes... 18:08:37.278 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - Deriving attributes... 18:08:37.278 [pool-206-thread-1] INFO org.eclipse.hawk.graph.updater.GraphModelInserter - 0 - sets of proxy [derived] attributes left incomplete in the store attempting to update any relevant derived attributes... 18:08:37.278 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updating any affected derived attributes... 0s6ms [proxy update] 18:08:37.278 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated proxies. 18:08:37.278 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Performing optional post-sync operations. 18:08:37.279 [pool-206-thread-1] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Updated Hawk instance test (success). 0 s 195 ms 18:08:37.279 [pool-206-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5765263716048778632/test_workspaceCrosslinks[LevelDB GreyCat] 18:08:37.281 [pool-206-thread-1] DEBUG org.eclipse.hawk.epsilon.emc.EOLQueryEngine - Graph path: /tmp/junit5765263716048778632/test_workspaceCrosslinks[LevelDB GreyCat] 18:08:37.288 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shutting down... 18:08:37.288 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saving Hawk metadata... adding: platform:/resource:org.eclipse.hawk.workspace.Workspace:false adding: pathmap://UML_LIBRARIES/:org.eclipse.hawk.uml.vcs.PredefinedUMLLibraries:false 18:08:37.289 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Saved Hawk metadata. 18:08:37.289 [main] INFO org.eclipse.hawk.core.runtime.BaseModelIndexer - Waiting 120s for all scheduled tasks to complete 18:08:37.355 [main] INFO org.eclipse.hawk.greycat.lucene.SoftTxLucene - Shutdown of Lucene complete. 18:08:37.355 [main] INFO org.eclipse.hawk.greycat.AbstractGreycatDatabase - Disconnected from GreyCat graph at /tmp/junit5765263716048778632/test_workspaceCrosslinks[LevelDB GreyCat] 18:08:37.355 [main] INFO org.eclipse.hawk.core.runtime.CompositeStateListener - Hawk shut down. Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 149.145 s - in org.eclipse.hawk.greycat.tests.GreycatIntegrationTestSuite set0[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 46.999 s tree[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.488 s treeWithSpaces[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 0.501 s treeCrossResourceContainment[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.CountInstancesTest) Time elapsed: 1.8 s derivedEdgeCollection[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.834 s deriveThenAdd[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.763 s derivedEdgeSingle[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFeatureTest) Time elapsed: 0.443 s addThenIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.581 s lookupWithIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.514 s lookupWithoutIndex[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.IndexedAttributeTest) Time elapsed: 0.591 s eContainersIsUpdatedRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.DerivedFromMetaPropertiesTest) Time elapsed: 1.105 s queryEnumValues[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.EnumSupportTest) Time elapsed: 0.691 s metamodels[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.MetamodelQueryTest) Time elapsed: 0.802 s elephantResolve[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 4.881 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioProxyResolutionTest) Time elapsed: 2.832 s metamodel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 2.078 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.modelio.ModelioMetamodelPopulationTest) Time elapsed: 20.117 s bpmn[LevelDB GreyCat](org.eclipse.hawk.integration.tests.bpmn.ModelVersioningTest) Time elapsed: 0.468 s instanceCountsAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.509 s listFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.586 s instanceCounts[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.608 s reverseRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.892 s forwardRefs[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.ScopedQueryTest) Time elapsed: 0.698 s allContents[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 7.929 s subtreeTraversalScoping[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 6.381 s getAllOf[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 7.012 s getFiles[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 5.589 s getAllOfCountsSubtypes[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.SubtreeContextTest) Time elapsed: 3.395 s addChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.511 s addModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.392 s renameRoot[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.346 s eContainer[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.388 s removeChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.772 s renameChild[LevelDB GreyCat](org.eclipse.hawk.integration.tests.emf.TreeUpdateTest) Time elapsed: 0.428 s upgradeModelProfileVersion[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 4.672 s stereotypeAsModel[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 4.107 s localfolderCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.076 s zoo[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.302 s indexLibraries[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.123 s customProfileV4[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.091 s customProfileV5[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 2.214 s modelProfileInsideRepository[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLIndexingTest) Time elapsed: 3.577 s workspaceCrosslinks[LevelDB GreyCat](org.eclipse.hawk.integration.tests.uml.UMLWorkspaceIndexingTest) Time elapsed: 1.999 s Running org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests 18:08:37.453 [pool-118-thread-1] ERROR org.eclipse.hawk.greycat.lucene.SoftTxLucene - Periodic commit of Lucene at MMapDirectory@/tmp/junit1499041392707747657/test_changeLastRevision[LevelDB GreyCat]/lucene lockFactory=org.apache.lucene.store.NativeFSLockFactory@46044faa failed java.nio.file.NoSuchFileException: /tmp/junit1499041392707747657/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) Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.59 s - in org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests createDeleteHeavyEdgeBeginningOfTime[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests) Time elapsed: 0.221 s createDeleteHeavyEdgeNonZeroTime[LevelDB GreyCat](org.eclipse.hawk.greycat.tests.timeaware.TimeAwareGreycatHeavyEdgeTests) Time elapsed: 0.368 s Results: Tests run: 130, Failures: 0, Errors: 0, Skipped: 0 [Pipeline] } [Pipeline] // container Post stage [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Downloads) [Pipeline] lock Trying to acquire lock on [download-area] Lock acquired on [download-area] [Pipeline] { [Pipeline] sshagent [ssh-agent] Using credentials genie.hawk (ssh://genie.hawk@projects-storage.eclipse.org) [ssh-agent] Looking for ssh-agent implementation... [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) $ ssh-agent SSH_AUTH_SOCK=/tmp/ssh-Q7eGQd0CV6hC/agent.188 SSH_AGENT_PID=190 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_8779136010811935366.key (/home/jenkins/agent/workspace/Hawk_Greycat_backend_master@tmp/private_key_8779136010811935366.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + greycat/deploy-downloads.sh Creating downloads for Hawk Greycat backend 2.3.0 at /home/data/httpd/download.eclipse.org/hawk/2.3.0 Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). sending incremental file list artifacts.jar artifacts.xml.xz content.jar content.xml.xz p2.index deleting features/org.eclipse.hawk.greycat.tests.feature_2.3.0.202207061758.jar deleting features/org.eclipse.hawk.greycat.tests.feature.source_2.3.0.202207061758.jar deleting plugins/org.eclipse.hawk.greycat.tests_2.3.0.202207061758.jar deleting plugins/org.eclipse.hawk.greycat.tests.source_2.3.0.202207061758.jar 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 7.13M bytes received 19.09K bytes 2.04M bytes/sec total size is 8.76M speedup is 1.23 Failed to add the ECDSA host key for IP address '172.25.25.150' to the list of known hosts (/home/jenkins/.ssh/known_hosts). [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 190 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